File size: 2,294 Bytes
046e3b8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
Change log
==========

pdf.tocgen 1.3.4
----------------

Released November 25, 2023

- Add error messages for `--page` and invalid file
- Fix KeyError when extracting ToC from some PDFs with pdftocio

pdf.tocgen 1.3.3
----------------

Released April 21, 2023

- Fix outdated dependencies
- Add vpos output for pdftocio
- Type stability enhancements

pdf.tocgen 1.3.2
----------------

Released April 20, 2023

- Fix outdated build system

pdf.tocgen 1.3.1
----------------

Released April 20, 2023

- Fix file encoding problems on Windows

pdf.tocgen 1.3.0
----------------

Released November 10, 2021

- Fix deprecation warning from PyMuPDF

pdf.tocgen 1.2.3
----------------

Released January 7, 2021

- Compatibility with PyMuPDF 1.18.6

pdf.tocgen 1.2.2
----------------

Released October 11, 2020

- Compatibility with Python 3.9

pdf.tocgen 1.2.1
----------------

Released August 7, 2020

- Fix a typo in the help message of `pdftocgen`.

pdf.tocgen 1.2.0
----------------

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 `""`.

pdf.tocgen 1.1.3
----------------

Released August 4, 2020

- Usefully complain when tocparser can't parse an entry

pdf.tocgen 1.1.2
----------------

Released August 3, 2020

- Add `--print` flag for `pdftocio` to force printing ToC.
- Add spec for cli commands.

pdf.tocgen 1.1.1
----------------

Released July 31, 2020

- Add a `--auto` option for `pdfxmeta` to output a valid heading filter directly.

pdf.tocgen 1.1.0
----------------

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.

pdf.tocgen 1.0.1
----------------

Released July 29, 2020

- Update documentations
- Fix some linter warnings
- Fix unicode problem in tests
- Some prep work for the next major release

pdf.tocgen 1.0.0
----------------

Released July 28, 2020

- The first stable version