Skip to content

Releases: sfneal/PyPDF3

1.0.6

03 Feb 16:03
871723b
Compare
Choose a tag to compare

What's Changed

  • Handle IndexError during formatWarning by @farcepest in #12
  • The "data.pdf" can be of type PdfFileWriter, which does not have a "stream" attribute. by @ChrisBuergi in #15

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

09 Jun 17:35
Compare
Choose a tag to compare
  • Fixed an issue where embedded font names would not be written when reading and saving old Japanese PDF files with font names specified in Shift-JIS

1.0.4

17 May 17:29
Compare
Choose a tag to compare
  • Fix issue with PDF's using /Prev=0 in the xref trailer

1.0.3

08 Feb 15:29
Compare
Choose a tag to compare
  • Optimize Travis CI config
  • Add automated PyPi deployment to Travis CI config

Manual Permission Values

17 Aug 13:49
Compare
Choose a tag to compare

Added parameter allowing for a manually set of the PDF document /P value. Primarily for testing and experimentation purposes.

Enhanced Encryption

16 Aug 18:43
Compare
Choose a tag to compare

Additional parameters added to PdfFileWriter encrypt method (allow_printing and allow_commenting).