Commit Graph

  • 1596c4c61f create a 1.27.0.1 version to ease eobuilder master Thomas NOËL 2022-04-29 12:15:22 +0200
  • d1c152269c add debian packaging Benjamin Dauvergne 2020-02-03 21:53:21 +0100
  • d3324421d4
    First release through PyPDF4 Cameron Laird 2018-08-07 14:27:43 -0500
  • c0b77c0a37
    Update CHANGELOG Cameron Laird 2018-08-07 14:26:13 -0500
  • 550f548936
    Update README.md claird 2018-08-05 16:56:27 -0600
  • 733e6de8b3 Update sources from 'PyPDF2' to 'PyPDF4', mostly. Cameron Laird 2018-08-05 16:43:44 -0600
  • fbb5054dc4
    Better support is on the way! claird 2018-08-04 15:45:45 -0600
  • ce54ad1244
    Begin to develop PyPDF4 claird 2018-08-04 15:28:51 -0600
  • 7f8fdbe9d0 Update the name of the 'PyPDF2' folder. Cameron Laird 2018-08-04 15:25:25 -0600
  • 18a2627ada
    Merge pull request #427 from massover/strict-pdf-read-error Matthew Stamy 2018-06-25 14:55:36 -0500
  • 22ebc8dc86 Relax assertions when strict is False Joshua Massover 2018-05-15 14:34:03 -0400
  • 1775bdc4b9
    Merge pull request #393 from lmwgv/master Matthew Stamy 2018-04-01 18:37:46 -0500
  • 94a208e292 Merge branch 'master' of https://github.com/mstamy2/PyPDF2 Matthew Stamy 2018-03-12 14:33:06 -0500
  • 772ef3f9cb Merging from @sylvainpelissier Matthew Stamy 2018-03-12 14:31:39 -0500
  • 461fc5e053 Merge branch 'sylvainpelissier-master' Matthew Stamy 2018-03-12 14:20:32 -0500
  • 6a578d057c Merge branch 'master' of https://github.com/sylvainpelissier/PyPDF2 into sylvainpelissier-master Matthew Stamy 2018-03-12 14:19:54 -0500
  • fc87287f13
    Improve performance of RC4_encrypt in utils.py lmwgv 2018-02-12 11:06:45 +0100
  • a4279cff96
    Merge pull request #338 from kgengler/master Matthew Stamy 2017-12-27 16:19:24 -0600
  • b3b77b85b6
    Merge pull request #346 from MiniMarvin/master Matthew Stamy 2017-12-27 16:16:32 -0600
  • b9caeed5a8 Merge pull request #336 from SubhrajyotiSen/patch-1 Matthew Stamy 2017-08-06 16:57:04 -0500
  • 7844852204 Addition of line break for PDF line separators, i've been useing it and my files where only one line. Caio Moreira Gomes 2017-05-07 17:24:57 -0300
  • c3231c7ded
    update _rotate function to account for /Rotate being set to an IndirectObject instead of an int Kyle Gengler 2017-03-28 06:58:36 -0500
  • 62c1016961 Update README to new markdown specs Subhrajyoti Sen 2017-03-25 11:25:06 +0530
  • 2a9d76d124 Merge pull request #290 from optimojordan/patch-1 Matthew Stamy 2017-01-05 21:12:52 -0600
  • 2f6d2da565 Merge pull request #294 from qedsoftware/fix-merger-fileobj Matthew Stamy 2017-01-04 20:20:05 -0600
  • d7b8d3e0f4 Merge pull request #303 from moshekaplan/patch-1 Matthew Stamy 2017-01-04 20:06:30 -0600
  • 83ff6fea00 Additional error output for failed encryption Moshe Kaplan 2016-11-16 09:04:17 -0500
  • a1bfcedf80 Merge branch 'oscardssmith-patch-1' Matthew Stamy 2016-11-01 12:24:19 -0500
  • 77629e6266 Correct name error Matthew Stamy 2016-11-01 12:23:59 -0500
  • 8ba44f2099 Fix PdfFileMerger for file objects on Python 3. Michał Łuszczyk 2016-10-21 21:35:39 +0200
  • e9d0b86cc5 README.md: fix sample code directory name Jordan 2016-09-27 12:55:53 -0400
  • d7f5eafddb speed up escape sequences oscardssmith 2016-08-22 15:23:34 -0400
  • 4fc7f9d14a Merge pull request #223 from fgeek/fix-dos-issue Matthew Stamy 2016-08-17 14:00:37 -0500
  • fe934cc1b5 Merge branch 'JohnMulligan-URI-linking' Matthew Stamy 2016-08-17 13:29:02 -0500
  • ad90b69592 Fixed TabError in Py3 Matthew Stamy 2016-08-17 13:28:21 -0500
  • 0208955e1d Merge branch 'URI-linking' of https://github.com/JohnMulligan/PyPDF2 into JohnMulligan-URI-linking Matthew Stamy 2016-08-17 13:05:35 -0500
  • 6f284def98 Merge pull request #283 from manuelzs/support_for_png_average_and_paeth_filter Matthew Stamy 2016-08-15 13:51:51 -0500
  • 60abb83056 Fix filter type 3 and 4 byte range Juan Pablo Gaviria 2016-08-12 08:35:18 -0500
  • 60dff8d785 Add support for PNG filters average and paeth Manuel Zapata 2016-08-12 11:36:36 +0100
  • 036789a466 Write binary data comment Matthew Stamy 2016-06-30 15:26:13 -0500
  • ce5f7ec80d Added URI linking John Mulligan 2016-06-13 16:35:50 -0500
  • 5bbd5aff8c Python 3 type fixes in LZWDecode Matthew Stamy 2016-05-23 14:41:03 -0500
  • 26e50775ed Appropriate error message for closed file, warn when returning null object, resolves #263 Matthew Stamy 2016-05-19 17:16:16 -0500
  • b030b7fbc7 Read Indirect Objects with a sign, fixes #248 Matthew Stamy 2016-05-19 12:08:50 -0500
  • 5735cb742a Version 1.26.0 update Matthew Stamy 2016-05-18 11:47:24 -0500
  • 78fd8c602f Merge pull request #261 from speedplane/feature/readInlineImageEIQFeature-1 Matthew Stamy 2016-05-15 16:06:41 -0500
  • 9dadb45f00 Fix a bug in _readInlineImage. We were looking for the operation EI and Q, but were not checking to ensure that there was whitespace between EI and Q. Accordingly, any image that had EIQ in its ascii encoded data would trigger the end of the image, and cause errors. speedplane 2016-05-03 16:18:50 -0400
  • 077782dbbb Merge remote-tracking branch 'origin/master' speedplane 2016-05-03 16:15:23 -0400
  • 6e9d021d43 Remove extraneous zeros from the standard formatting. speedplane 2016-05-03 15:17:19 -0400
  • dbb7ea3ecf Remove extraneous zeros from the standard formatting. speedplane 2016-05-03 15:17:19 -0400
  • fcd0ac0192 Merge pull request #238 from im2703/master Matthew Stamy 2016-04-17 21:44:59 -0500
  • b9948ff393 Merge pull request #253 from VyacheslavHashov/master Matthew Stamy 2016-04-17 21:43:15 -0500
  • 8ca3a9b17a Merge pull request #258 from BenRussert/master Matthew Stamy 2016-04-17 21:33:26 -0500
  • 531f8ac4de Merge pull request #257 from GuruLabs/guru/createpdf_invalid_ref Matthew Stamy 2016-04-17 21:26:53 -0500
  • c3b1ac2f2a Ignore xref table zero index error if self.strict = False BenRussert 2016-04-08 21:27:32 -0500
  • 7ca8fc6de5 Merge branch 'master' of https://github.com/mstamy2/PyPDF2 into guru/createpdf_invalid_ref Rob Oakes 2016-04-06 12:50:10 -0600
  • 231aaf68dd Working around unresolved objects and returning NullObject instead of raising a ValueError. ctate 2016-04-08 09:04:49 -0600
  • c15eadb25c Python 3 compatibility with inline images VyacheslavHashov 2016-03-14 19:33:06 +0300
  • b0ace625c1 Correct test for python3 Sylvain Pelissier 2016-01-21 13:48:11 +0100
  • 1273824c0f Add CCITTFax Decode and JPEG test Sylvain Pelissier 2016-01-21 13:42:17 +0100
  • efae6bcae6 Update README.md Sylvain Pelissier 2016-01-13 16:37:53 +0100
  • 19a8872010 Testing Sylvain Pelissier 2016-01-13 10:52:27 +0100
  • 7bc62cd896 PDF extraction error handling Sylvain Pelissier 2016-01-13 09:16:56 +0100
  • c83cbd87e7 Merge pull request #1 from maphew/master Sylvain Pelissier 2016-01-07 08:29:57 +0100
  • eeb2b659aa Fails with "ValueError: not enough image data" Matt Wilkie 2016-01-06 11:40:14 -0800
  • ba3da42d68 Extract images from PDF without resampling or altering. Matt Wilkie 2016-01-06 11:26:40 -0800
  • b06ac57a6f Python2/3 compatibility on merging pages with eps img into single page Igor Mihaljevic 2015-12-14 18:09:11 +0100
  • 39de327cd9 JPEG 2000 filter added Sylvain Pelissier 2015-12-10 10:18:47 +0100
  • 7b591a285d JPEG sample Sylvain Pelissier 2015-12-05 11:44:08 +0100
  • 098394a3b3 /DCTDecode stream data Sylvain Pelissier 2015-12-05 11:17:12 +0100
  • 0900101f83 Merge pull request #221 from louib/parameterized_js Matthew Stamy 2015-09-23 14:31:53 -0500
  • ab9395cc5b Adding unit tests for addJS. Louis-Bertrand Varin 2015-08-23 21:12:01 -0400
  • 48193975e5 Prevent infinite loop in readObject() function. Patch by dhudson1. Closes mstamy2/PyPDF2#184 Henri Salo 2015-08-18 13:42:22 +0300
  • 5052688261 Parameterized JavaScript. Louis-Bertrand Varin 2015-08-15 00:14:40 -0400
  • 7456f0acea Stronger equality test for resource values Fixes #182 Matthew Stamy 2015-07-23 16:25:37 -0500
  • cf269ddfa9 update changelog for patch Matthew Stamy 2015-07-20 15:11:09 -0500
  • d0e08b90f5 Conform to semantic versioning. Patch number added Matthew Stamy 2015-07-20 14:23:51 -0500
  • c9c95a512a Merge branch 'master' of https://github.com/mstamy2/PyPDF2 Rob Oakes 2015-07-16 17:05:43 -0600
  • fc05b046c0 Smarter inline image parsing Matthew Stamy 2015-07-15 11:50:44 -0500
  • 736dc27453 Replace usage of Str with isString Matthew Stamy 2015-07-09 14:26:39 -0500
  • e87538baf1 Version 1.25 Matthew Stamy 2015-07-07 16:05:22 -0500
  • 80551fa094 Merge pull request #172 from jerickbixly/master Matthew Stamy 2015-07-06 14:09:36 -0500
  • 9022c7db14 Merge pull request #211 from speedplane/master Matthew Stamy 2015-06-30 15:40:29 -0500
  • bf7339863e Also, fix up this regex, which appeared to be totally broken for all but the simplest cases. speedplane 2015-06-30 09:06:31 -0400
  • 431ba70920 Fix a bug which could result in a "Stream has ended unexpectedly" error being raised unecessarily if a Name object runs right up against the end of a file stream. speedplane 2015-06-30 08:36:55 -0400
  • ee0ace64b1 Merge pull request #210 from underdogio/dev/copy.encryption.sqwished Matthew Stamy 2015-06-26 14:42:46 -0500
  • 541963c54b Added decryption key copying for PdfFileMerger Todd Wolfson 2015-06-26 14:09:12 -0500
  • 7ea13fcbea Merge branch 'master' of https://github.com/mstamy2/PyPDF2 Matthew Stamy 2015-06-18 12:50:29 -0500
  • 8a144a3e2f Provide exception instead of assert false Matthew Stamy 2015-06-18 12:49:22 -0500
  • 0b7f9a7d66 Merge pull request #209 from AlmightyOatmeal/patch-1 Matthew Stamy 2015-06-18 11:59:16 -0500
  • afccc8fc94 Add abbreviated short-names for filters Jamie Ivanov 2015-06-18 10:00:23 -0500
  • 969d6ef94c Merge pull request #122 from mozbugbox/get-page-number Matthew Stamy 2015-06-17 14:42:24 -0500
  • 6f1c5284df Read extra initial whitespace when reading object from stream resolves #204 Matthew Stamy 2015-06-17 14:15:37 -0500
  • 33d7f71ac4 Merge pull request #208 from peircej/master Matthew Stamy 2015-06-17 13:16:03 -0500
  • 8271888434 Separate extracted text fields with EOLs Jon Peirce 2015-06-17 17:51:17 +0100
  • 1cdcf7ebee Merge branch 'GuruLabs-roakes/guru_enhancements' Matthew Stamy 2015-06-16 15:55:21 -0500
  • ac67ab6251 resolved merge conflict Matthew Stamy 2015-06-16 15:54:26 -0500
  • 894b8d1916 Merge branch 'bamrhein-utils_fixes' Matthew Stamy 2015-06-15 15:21:16 -0500
  • eb93deb3cd sys.maxint does not exist in Py 3 Matthew Stamy 2015-06-15 15:19:32 -0500
  • c2af8a0c6c Utilize isString Matthew Stamy 2015-06-15 15:01:21 -0500