Implement Sigit and Pdf Export in the Sign View #126

Closed
opened 2024-08-06 10:09:16 +00:00 by eugene · 1 comment
Owner

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.

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.
eugene added the
Kind/Bug
label 2024-08-06 10:09:16 +00:00
Member

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)

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: https://git.nostrdev.com/sigit/sigit.io/issues/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)
enes closed this issue 2024-11-29 13:10:58 +00:00
Sign in to join this conversation.
No description provided.