forked from radkovo/Pdf2Dom
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG
37 lines (29 loc) · 973 Bytes
/
CHANGELOG
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
Pdf2DOM 1.7 (30 Jan 2018)
- Minor font matching and decoding fixes
- Dependency updates (CSSBox)
Pdf2DOM 1.6 (24 Jul 2016)
- Font embedding and extraction support
- Image extraction support
- Significantly extended graphics rendering (non-orthogonal lines, patterns, etc.)
- Text rendering improvements
(all contributed by M. Abboud)
Pdf2DOM 1.5 (23 Mar 2016)
- PDF graphics state tracking reworked
- Many rendering bugs fixed, mainly in colors and line widths
- Graphics rendering fixed (coordinates)
- Ported to stable PDFBox 2.0.0
Pdf2DOM 1.4 (6 Nov 2015)
- Basic graphics support (orthogonal lines and rectangles)
- Text metrics improvements
- Diacritic merging
- Support for rotated pages
- Ported to PDFBox 2
Pdf2DOM 1.3 (19 Feb 2015)
- Bidirectional text support (very basic)
- Dependency updates
Pdf2DOM 1.2 (17 Feb 2014)
- Converted to Maven
Pdf2DOM 1.1 (5 Dec 2013)
- Adapted to new CSSBox API (CSSBox 4.3)
Pdf2DOM 1.0 (7 Oct 2011)
- First public release