Implement Sigit and Pdf Export in the Sign View #126
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, PDFs can be generated from the 'verify' page. The 'Export' and 'Export Sigit' buttons in the create screen should be updated so that we can generate PDFs from there too.
All export/download buttons now call the
getZipWithFiles
function for generating the zip files and the new zip include original files and marked files (if available).Exports on sign depend on the data available in the
meta.json
, current signing data (in progress) is not present before signing, it will be available only after signing.Edit: #224 - will add an option to download encrypted and unencrypted from sign right away (currently encrypted option is only available after filling out all fields, and after signing both options become available)