Released November 25, 2023
- Add error messages for
--page
and invalid file - Fix KeyError when extracting ToC from some PDFs with pdftocio
Released April 21, 2023
- Fix outdated dependencies
- Add vpos output for pdftocio
- Type stability enhancements
Released April 20, 2023
- Fix outdated build system
Released April 20, 2023
- Fix file encoding problems on Windows
Released November 10, 2021
- Fix deprecation warning from PyMuPDF
Released January 7, 2021
- Compatibility with PyMuPDF 1.18.6
Released October 11, 2020
- Compatibility with Python 3.9
Released August 7, 2020
- Fix a typo in the help message of
pdftocgen
.
Released August 7, 2020
- Swap out argparse in favor of getopt, which is much simpler and more flexible.
- Now we could use
pdfxmeta doc.pdf
to dump an entire document, without the empty pattern""
.
Released August 4, 2020
- Usefully complain when tocparser can't parse an entry
Released August 3, 2020
- Add
--print
flag forpdftocio
to force printing ToC. - Add spec for cli commands.
Released July 31, 2020
- Add a
--auto
option forpdfxmeta
to output a valid heading filter directly.
Released July 31, 2020
- Add a new option for a heading filter to be "greedy", which makes it extract all the text in a block when at least one match occurs. This is extremely useful for math-heavy documents.
- fixes the sorting problem with two column layout.
Released July 29, 2020
- Update documentations
- Fix some linter warnings
- Fix unicode problem in tests
- Some prep work for the next major release
Released July 28, 2020
- The first stable version