summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Ensure opened streams are closed on saveJames R. Barlow2019-06-18
| * Encryption: add savingJames R. Barlow2019-06-18
| * Encryption: rename _extract_all to _extractJames R. Barlow2019-06-18
| * Allow testing PDF permissions from open filesJames R. Barlow2019-06-18
| * Introduce "pdfdoc" codecJames R. Barlow2019-06-18
| * Move Pl_PythonOutput to its own headerJames R. Barlow2019-06-18
| * v1.3.1 notesJames R. Barlow2019-06-13
| * Fix parse error on XMP missing RDF (via ocrmypdf)James R. Barlow2019-06-13
| * Require pybind11 2.3.0James R. Barlow2019-06-13
| * Readme: show with-block in demoJames R. Barlow2019-05-10
| * Remove line about Python 2.7James R. Barlow2019-05-10
| * Merge branch 'master' of github.com:pikepdf/pikepdfJames R. Barlow2019-05-10
| |\
| | * Merge pull request #40 from AhmedNazir/patch-1jbarlow832019-05-10
| | |\
| | | * Update tutorial.rstAhmed Nazir2019-05-10
| | |/
| * / docs: show how to use .remove(p=)James R. Barlow2019-05-03
| |/
| * Release notes and more fishJames R. Barlow2019-05-03
| * Add PageList.remove(p=...) and add PageList to docsJames R. Barlow2019-05-03
| * Add Object.emplace() for dealing with page emplacementJames R. Barlow2019-05-03
| * makefile: be more strict about building docsJames R. Barlow2019-05-03
| * docs: general cleanupJames R. Barlow2019-05-03
| * docs: minor fixes, mainly arg0 -> better variable nameJames R. Barlow2019-05-02
| * Add Pdf._swap_objects private APIJames R. Barlow2019-05-02
| * Tighten page replacement testsJames R. Barlow2019-05-02
| * Eliminate intermediate buffer when writing to Python streamJames R. Barlow2019-05-01
| * Fix pyproject.toml for blackJames R. Barlow2019-05-01
| * Fix PdfImage.extract_to(filepath=) would write to wrong locationJames R. Barlow2019-04-24
| * Remove dependency on deprecated defusedxml.lxmlJames R. Barlow2019-04-24
| * Ignore pip-wheel-metadataJames R. Barlow2019-04-24
| * pagelist: remove commented-out refcount manipulationJames R. Barlow2019-04-14
| * Update pytest-* versions and fix some testsJames R. Barlow2019-04-14
| * image: fix Path + str errorJames R. Barlow2019-04-14
| * docs: fix ugly pikepdf._qpdf.* docstrings from pybind11 autodocJames R. Barlow2019-04-13
| * image: fix IndexError if /DecodeParms are missingJames R. Barlow2019-04-13
| * docs: how to install BSDJames R. Barlow2019-04-13
| * setup: add a shim for BSDJames R. Barlow2019-04-13
| * Update release notesJames R. Barlow2019-04-13
| * Fix test for DCTDecode images with unusual ColorTransform not actually workingJames R. Barlow2019-04-13
| * docs: fix some text and sphinx formattingJames R. Barlow2019-04-13
| * Update description of Pdf.close behaviorJames R. Barlow2019-04-13
| * docs: rename pikepdf.rst to api.rstJames R. Barlow2019-04-13
| * Eliminate hacky pagelist refcountingJames R. Barlow2019-04-13
| * Implement Pdf.close() and context managerJames R. Barlow2019-04-13
| * Move to libqpdf 8.4.0James R. Barlow2019-04-13
| * Fix Pdf.save(object_stream_mode=*, fix_metadata_version=True) was ignoredJames R. Barlow2019-04-10
| * docs: more discussion of PDF renderingJames R. Barlow2019-04-09
| * docs: Explain difficulty of extracting textJames R. Barlow2019-04-09
| * Makefile: use find -deleteJames R. Barlow2019-03-03
| * Travis: macos, yet againJames R. Barlow2019-03-02
| * Travis: macos again...James R. Barlow2019-03-02
| * Travis: pyproject.toml apparently doesn't work for specifying pybind11James R. Barlow2019-03-02