parallax/jsPDF

Generate PDF/A compliant document

Open

#2882 aperta il 27 ago 2020

Vedi su GitHub
 (5 commenti) (10 reazioni) (0 assegnatari)JavaScript (4596 fork)batch import
Feature Requestdifficulty:mediumhacktoberfesthelp wanted

Metriche repository

Star
 (28.280 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

[Feature]

Hi there,

I have integrated jsPDF for a project but now that I realised its a strict requirement from the customer to have pdf file as PDF/A compliant which jsPDF doesn't generate. PDF/A is basically a plain PDF with fonts embedded in file itself. And also a min of pdfVersion = '1.4' should be used. Currently jsPDF genereates files of pdfVersion = '1.3'.

Is there a way to set the pdfVersion? And also genereate PDFs with PDF/A compliance?

More info on PDF/A - https://en.wikipedia.org/wiki/PDF/A#:~:text=PDF%2FA%20is%20an%20ISO,to%20font%20embedding)%20and%20encryption.

Guida contributor