summaryrefslogtreecommitdiff
path: root/tests/test_metadata.py
Commit message (Expand)AuthorAge
* disable test_docinfo_problemsSean Whitton2019-08-15
* Add more API to obtain encryption infoJames R. Barlow2019-06-19
* Support setting PDF extension levelJames R. Barlow2019-06-19
* Fix parse error on XMP missing RDF (via ocrmypdf)James R. Barlow2019-06-13
* Remove dependency on deprecated defusedxml.lxmlJames R. Barlow2019-04-24
* Update pytest-* versions and fix some testsJames R. Barlow2019-04-14
* test_metadata: relax libxmp exception for Windows buildJames R. Barlow2019-03-02
* Fix libxmp on WindowsJames R. Barlow2019-03-02
* Linux-XMPError workaroundJames R. Barlow2019-03-02
* Fix issue #25 - year missing leading zero on some platformsJames R. Barlow2019-02-12
* Support updating the pdf:PDFVersion field in XMP metadataJames R. Barlow2019-02-11
* pylint: big cleanupJames R. Barlow2019-02-10
* Sort importsJames R. Barlow2019-02-10
* black Python source codeJames R. Barlow2019-02-10
* Fix handling of XMP metadata with no <x:xmpmeta> wrapperJames R. Barlow2019-02-06
* Fix pikepdf version not being set in metadataJames R. Barlow2019-02-06
* Warn when XMP date is not convertible to DocInfo dateJames R. Barlow2019-01-17
* Remove enron2.pdf; replace with synthetic fileJames R. Barlow2019-01-08
* Fix another DocumentInfo->XMP conversion issue; v1.0.2 notesJames R. Barlow2019-01-05
* metadata: warn if unable to copy malformed docinfo fieldsJames R. Barlow2019-01-04
* Fix handling of encoded NUL in XMP metadata (as produced by Ghostscript)James R. Barlow2019-01-04
* metadata: Fix removal of individual attributeJames R. Barlow2019-01-02
* Fix some pylintJames R. Barlow2019-01-01
* metadata: Fix nested children returned as keysJames R. Barlow2018-12-30
* metadata: use canonical XMLJames R. Barlow2018-12-29
* metadata: delete <?xpacket...?> processing instructionsJames R. Barlow2018-12-28
* Switch to lxml since stdlib xml messes up xmlns tagsJames R. Barlow2018-12-20
* Improve handling of XMP datetime with timezones, and invalid XML charactersJames R. Barlow2018-12-15
* metadata: refactor arraysJames R. Barlow2018-12-14
* metadata: suppress NULJames R. Barlow2018-12-13
* metadata: fix times without time zonesJames R. Barlow2018-12-13
* metadata: load_from_docinfo fixesJames R. Barlow2018-12-13
* metadata: fix /Authors -> /AuthorJames R. Barlow2018-12-13
* Suppress XMLParser() warnings (triggered by defusedxml; what can we do?)James R. Barlow2018-12-12
* metadata: terminology, lots of little fixes and testsJames R. Barlow2018-12-11
* Drop python-xmp-toolkit, use Python stdlibJames R. Barlow2018-12-11
* metadata: load from existing docinfoJames R. Barlow2018-12-06
* metadata: handle deletion and transfer of dates to docinfoJames R. Barlow2018-12-03
* metadata: connect to other components, initial tests, docsJames R. Barlow2018-12-03
* metadata: synchronize docinfoJames R. Barlow2018-12-02
* Ensure the /Info dictionary is created as an indirect object, if we create itJames R. Barlow2018-05-17
* Update tests to eliminate most usage of pikepdf._qpdfJames R. Barlow2018-05-17
* Add metadata (/Info) accessJames R. Barlow2018-05-16