summaryrefslogtreecommitdiff
path: root/src/pikepdf/__init__.py
Commit message (Expand)AuthorAge
* docstring style fixesJames R. Barlow2022-08-20
* Redo licensing info with SPDXJames R. Barlow2022-07-27
* Merge branch 'feature/jobs'James R. Barlow2022-07-16
|\
| * Bind JobUsageError exception tooJames R. Barlow2022-07-16
| * Continuing work on Job interfaceJames R. Barlow2022-07-16
* | Implement NumberTree data structureJames R. Barlow2022-07-15
|/
* docs: fix missing "ObjectHelper" errorJames R. Barlow2022-07-04
* Expose set_flate_compression_level and set/get_decimal _precision in settingsJames R. Barlow2022-07-04
* Improve testing of ContentStreamInstruction,InlineImageJames R. Barlow2021-08-25
* Rename FileSpec -> AttachedFileSpec, AttachedFileStream -> AttachedFileJames R. Barlow2021-08-19
* Throw a new error instead of RuntimeError "character out of range"James R. Barlow2021-08-16
* Merge branch 'v3'James R. Barlow2021-08-12
|\
| * docs: fix how attachment docs displayJames R. Barlow2021-08-05
| * Merge branch 'feature/qpdf-nametree' into v3; improve @augments for pypy + in...James R. Barlow2021-07-15
| |\
| | * Basic QPDF NameTreeJames R. Barlow2021-06-18
* | | docs: describe StreamParser more accuratelyJames R. Barlow2021-07-29
|/ /
* / Introduce bindings for RectangleJames R. Barlow2021-07-03
|/
* Explicitly import _cpphelpers to help introspection tools find itJames R. Barlow2021-05-09
* Complete bindings for pikepdf.AnnotationJames R. Barlow2021-04-29
* __init__: automatically generate __all__James R. Barlow2021-04-29
* Add more pragma no coverJames R. Barlow2021-01-16
* Improve docs and testing for Pdf.copy_foreign()James R. Barlow2020-11-10
* Define __all__ for pikepdfJames R. Barlow2020-09-27
* Define Pdf.open,.new as equal rather than wrappersJames R. Barlow2020-09-27
* mmap interface: allow control of access modeJames R. Barlow2020-07-01
* Remove suggestion to install msvcrt since we now bundle it in the wheelJames R. Barlow2020-06-18
* Merge branch 'feature-outlines' of https://github.com/merll/pikepdf into merl...James R. Barlow2020-05-16
|\
| * Added checks for recursion depth and reference loopsMatthias Erll2020-03-26
| * Renamed get_page_destination to make_page_destinationMatthias Erll2020-03-06
| * Changed class names for more intuitive usageMatthias Erll2020-03-05
| * Added Outlines implementation and testMatthias Erll2020-03-04
* | Bundle all QPDF DLLs including MSVCRT into pikepdf wheelJames R. Barlow2020-05-14
* | Typo in error messageJames R. Barlow2020-03-05
|/
* Improve error messages for missing VC++ runtimeJames R. Barlow2020-01-26
* Add unparse_content_stream and expand docsJames R. Barlow2020-01-18
* docs: tokens and filteringJames R. Barlow2019-07-22
* Start mapping QPDFPageObjectHelperJames R. Barlow2019-07-17
* Rename PdfPermissions to PermissionsJames R. Barlow2019-06-20
* Add object to support saving with encryptionJames R. Barlow2019-06-19
* Introduce "pdfdoc" codecJames R. Barlow2019-06-18
* Add pikepdf.new() for creating new PDFsJames R. Barlow2019-02-10
* Refactor getting package versionJames R. Barlow2019-02-06
* Replace setStreamDataMode API with setCompressedStreams and setDecodeLevelJames R. Barlow2018-10-05
* Improve binding of Python methods to C++James R. Barlow2018-10-03
* Reorganize pure Python methodsJames R. Barlow2018-08-16
* Abolish pikepdf.Null, replace with NoneJames R. Barlow2018-07-13
* Internal reorganization to objects, modelsJames R. Barlow2018-06-24
* Improve PdfMatrixJames R. Barlow2018-06-24
* Remove all uses of type_code, replacing with isinstance(, PdfClassType)James R. Barlow2018-06-24
* pylintingJames R. Barlow2018-06-23