parallax/jsPDF

Generate PDF/A compliant document

Open

#2,882 创建于 2020年8月27日

在 GitHub 查看
 (5 评论) (10 反应) (0 负责人)JavaScript (4,596 fork)batch import
Feature Requestdifficulty:mediumhacktoberfesthelp wanted

仓库指标

Star
 (28,280 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

[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.

贡献者指南