Request: Allow setting of Producer
Author: SenseAndImageCreated Aug 11, 2025Updated Jun 9, 2026
LabelsFeature Request
jsPDF automatically adds Producer and creationdate meta data. The information, that a PDF was created by jsPDF and also adding the version number can be seen as a "Information disclosure vulnerability".
Mitigation:
- either do not expose jsPDF the version at all
- or provide a dedicated function to set the producer data (e.g.
putInfo()could be made public and except properties).
Source: parallax/jsPDF