romain v
|
a544dc4bde
|
refacto : pr comments
|
2020-09-10 14:45:24 +02:00 |
|
romain v
|
9315ec5a4f
|
ADD : name on type 3 fonts
|
2020-09-10 14:16:14 +02:00 |
|
Eliot Jones
|
58ecfbf963
|
0.1.3-alpha001
|
2020-09-04 13:19:03 +01:00 |
|
Eliot Jones
|
9b7554c973
|
#203 enable utf16 be strings to be written to the document builder
|
2020-08-27 09:06:14 +01:00 |
|
Eliot Jones
|
f2522f149c
|
add a convenience method for extracting the original rectangle from a subpath
|
2020-08-22 17:04:14 +01:00 |
|
Eliot Jones
|
04f785aed4
|
attempt to find bug in #202 due to seemingly empty codespace ranges
|
2020-08-22 15:38:59 +01:00 |
|
Eliot Jones
|
5ffada46e3
|
Merge pull request #201 from UglyToad/png-builder-support
Png builder support
|
2020-08-22 15:37:20 +01:00 |
|
Eliot Jones
|
54f227ea95
|
add support for extracting grayscale images and inline images
|
2020-08-22 15:08:59 +01:00 |
|
Eliot Jones
|
6359ba5df1
|
handle objects without endobj markers #198
|
2020-08-21 18:15:30 +01:00 |
|
Eliot Jones
|
52104b6580
|
support conversion of pdf format images to png
|
2020-08-21 13:12:01 +01:00 |
|
Eliot Jones
|
8860e29191
|
tidy up png support
|
2020-08-21 12:11:27 +01:00 |
|
Eliot Jones
|
5ac7a957d0
|
add initial png support
|
2020-08-21 10:50:17 +01:00 |
|
Eliot Jones
|
6f26b274c4
|
Merge pull request #197 from Poltuu/fix_undefined_references
FIX : undefined references is a valid use case.
|
2020-08-19 17:48:09 +01:00 |
|
Daniel Eberharter
|
304c17eac9
|
if baseEncodingObject is a IndirectReferenceToken to a NameToken the previous implementation tried to resolve it as a DictionaryToken, which resultet in an PdfFormatException
|
2020-08-19 17:01:30 +02:00 |
|
romain v
|
5a82c36631
|
FIX : undefined references is a valid use case.
I tried to mitigate the breaking change by keep on throwing in most uses of the change method.
|
2020-08-17 11:10:44 +02:00 |
|
Eliot Jones
|
dc55fd8011
|
guess at possible bug in #192
it may be that we try reading a corrupted os/2 table, hard to tell without test document.
|
2020-07-26 14:36:35 +01:00 |
|
Eliot Jones
|
142c871c47
|
update editorconfig to override other project defaults
|
2020-07-26 14:29:18 +01:00 |
|
Eliot Jones
|
e42df5b5b5
|
fix remaining missing culture dependent strings #190
|
2020-07-26 14:14:37 +01:00 |
|
Eliot Jones
|
f3f7533507
|
add string culture in core code #190
|
2020-07-26 13:53:34 +01:00 |
|
Eliot Jones
|
48522ae1a5
|
support indirect name tokens for cidtogidmap in cid fonts #191
|
2020-07-19 14:36:11 +01:00 |
|
Eliot Jones
|
98af575ee3
|
version 0.1.2
|
2020-07-04 16:55:14 +01:00 |
|
Eliot Jones
|
7d166131ad
|
Merge pull request #186 from BobLd/dupOverlap
Implement DuplicateOverlappingTextProcessor
|
2020-07-01 16:09:48 +01:00 |
|
BobLd
|
4cda06c2fa
|
make Letter public and flag letter as bold
|
2020-06-26 10:29:44 +01:00 |
|
BobLd
|
fe8bc0e5be
|
Implement DuplicateOverlappingTextProcessor
|
2020-06-25 15:00:20 +01:00 |
|
BobLd
|
4b88f4adbe
|
correct typo in section numers
|
2020-06-20 14:27:13 +01:00 |
|
BobLd
|
4f78e58195
|
remove unnecessary 'inheritdoc'
|
2020-06-20 14:24:29 +01:00 |
|
BobLd
|
924c0138e0
|
fix Docstrum's GetTranslatedPoint() to handle dXj=0
|
2020-06-20 14:19:23 +01:00 |
|
Eliot Jones
|
5fb04582a7
|
0.1.2-alpha003
|
2020-06-20 12:54:31 +01:00 |
|
Eliot Jones
|
982c331935
|
re-use truetype parser for opentype cid fonts
|
2020-06-20 12:46:41 +01:00 |
|
BobLd
|
33f92cd11c
|
handle page rotation by updating initial TransformationMatrix
|
2020-06-02 16:12:24 +01:00 |
|
BobLd
|
6e773446df
|
simplify double cast
|
2020-06-01 14:55:45 +01:00 |
|
BobLd
|
2d9a4e5adb
|
fix CurrentTransformationMatrix multiplication order in ProcessFormXObject
|
2020-06-01 14:00:17 +01:00 |
|
Eliot Jones
|
bf45602ac5
|
fix #176, allow startxref to appear earlier in the document
|
2020-05-31 17:01:38 +01:00 |
|
BobLd
|
4312aa470e
|
minor optimisations
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
3ac26bb1bc
|
fix bbox for TextLine and TextBlock
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
14454184ad
|
update RecursiveXYCutTests
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
6d31ef80a7
|
add RecursiveXYCutTests
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
aa0e75d768
|
update DocstrumBoundingBoxesTests
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
208e1dd8f2
|
add DocstrumBoundingBoxesTests
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
75e9046c16
|
add DlaHelper for tests and correct minor typos
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
05d96cd9c4
|
add documents for tests
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
465cf3f072
|
update word rotated bbox with previous PdfRectangle constructor order
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
dacf816a86
|
add summary doc to Clipper
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
f883b56e72
|
completely rework DocstrumBoundingBoxes, now handle rotated text
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
a16f377d5a
|
update DefaultPageSegmenter to use DlaOptions
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
1438fec741
|
update RecursiveXYCut to use DlaOptions
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
5362a335f5
|
update XYLeaf with word separator
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
79b78f486a
|
add ReadingOrderHelper
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
ec613d337f
|
correct Word bounding box
|
2020-05-30 13:03:59 +01:00 |
|
BobLd
|
8f1ab2022f
|
update NearestNeighbourWordExtractor to use DlaOptions, stop ordering words
|
2020-05-30 13:03:59 +01:00 |
|