Gunnsteinn Hall
0435dff983
Merge branch 'v3' into enhance-forms
2018-07-15 20:17:02 +00:00
Gunnsteinn Hall
5b1b9bd504
PdfObjectArray change to struct and receivers added Elements, Get, Set, Len. Fixes to resulting broken code.
2018-07-15 17:52:53 +00:00
Gunnsteinn Hall
450aaf2d44
documentation enhancements in colorspace.go
2018-07-14 21:38:24 +00:00
Gunnsteinn Hall
fc15ef442a
Cleaning up crossreferences - Unexporting, renaming, improving documentation
...
parser.Trace renamed to parser.Resolve
2018-07-14 14:07:33 +00:00
Gunnsteinn Hall
0edf3b11bf
Doc fixes
2018-07-14 03:15:54 +00:00
Gunnsteinn Hall
dcf9262bf6
Unexport ModelManager
2018-07-14 03:07:24 +00:00
Gunnsteinn Hall
a66ad79023
Improving godoc and fixing style image.go
2018-07-14 02:57:57 +00:00
Gunnsteinn Hall
d8ce72df07
Move sampling package to internal
2018-07-14 02:34:46 +00:00
Gunnsteinn Hall
2023846073
Move ps package to internal
2018-07-14 02:33:28 +00:00
Gunnsteinn Hall
14ee80e1fe
Preserve and allow output of hexadecimal strings
...
Refactored PdfObjectString into a struct with bool flag for hex. Fixed any code broken by the change.
Unexported non-essential functions for crypto (not used by model). Can unexport more later or refactor to internal package.
2018-07-14 02:25:29 +00:00
Gunnsteinn Hall
5e9ff8d3ca
Helper functions for PdfObject conversions
2018-07-14 02:14:31 +00:00
Gunnsteinn Hall
3bd7800729
Helper functions for dictionary
2018-07-08 09:58:54 +00:00
Gunnsteinn Hall
178727ca05
Improvements in field handling and utility functions
2018-07-04 23:02:34 +00:00
Gunnsteinn Hall
11ec4d42e3
Basic testing for form field models. Useful test functions added.
2018-06-18 15:26:29 +00:00
Gunnsteinn Hall
791e1d2015
Capability to trace references in Get functions for dictionary and array getters (called GetDirect - experimental).
2018-06-18 15:23:06 +00:00
Gunnsteinn Hall
a0c0e76353
Combine forms package into model. Move fdf to internal.
2018-06-18 15:18:35 +00:00
Gunnsteinn Hall
38be8ce6ee
Merge branch 'master' into enhance-forms
2018-06-06 16:36:15 +00:00
Gunnsteinn Hall
fc8925b918
Merge branch 's4kibs4mi-curve-shape'
2018-06-03 02:30:52 +00:00
Gunnsteinn Hall
f2ef568840
Add comments. Output generated files to /tmp.
2018-06-03 02:26:50 +00:00
Gunnsteinn Hall
0785daf45f
Merge branch 'curve-shape' of https://github.com/s4kibs4mi/unidoc into s4kibs4mi-curve-shape
2018-06-03 01:16:48 +00:00
Gunnsteinn Hall
a7abcd0160
Track number of bytes per character code for mappings. Fixes problem posed in PR #156 in a generic fashion.
2018-06-03 01:05:46 +00:00
Gunnsteinn Hall
04384699cf
Initial work on an FDF parser for form data
2018-06-02 16:17:30 +00:00
Gunnsteinn Hall
4548fd56a5
Add Len and Get methods to PdfObjectArray
2018-06-02 16:13:03 +00:00
Gunnsteinn Hall
bf57d9d5a0
Enhanced forms handling with form types - work in progress
2018-06-02 16:10:34 +00:00
Sakib Sami
f82403ef12
Implemented : Curve & Filled Curve Shape with test
2018-05-31 03:48:26 +06:00
Gunnsteinn Hall
0c9502ad8b
Block supporting more resource types (pattern, shading)
2018-05-22 12:57:32 +00:00
Gunnsteinn Hall
a1a95012ea
Shading support function arrays
2018-05-22 12:56:40 +00:00
Gunnsteinn Hall
9fdc8d2668
Release 2.1.0 version
2018-05-20 23:35:56 +00:00
Gunnsteinn Hall
3b89a0ba98
Fixes #157
2018-05-20 23:33:24 +00:00
Gunnsteinn Hall
db0d78aa6c
Merge pull request #155 from hy05190134/master
...
bugfix for parse
2018-05-12 08:15:37 +00:00
yang.yang
e453d64ce0
bugfix for parse
2018-05-10 17:24:23 +08:00
Gunnsteinn Hall
311b0a8e2d
Merge pull request #153 from peterwilliams97/master
...
Fixes for grayscale conversion
2018-05-10 08:28:05 +00:00
Gunnsteinn Hall
223f22bfcd
Merge pull request #154 from hy05190134/master
...
bugfix for cal code val
2018-05-09 11:43:29 +00:00
yang.yang
a26d320c7b
bugfix for cal code val
2018-05-08 15:39:29 +08:00
Peter Williams
608b2bf51e
check that SMask is PdfObjectStream
2018-05-05 18:07:09 +10:00
Peter Williams
079d85779d
fixed typo
2018-05-05 17:45:18 +10:00
Peter Williams
695f022baa
No longer break GetContentStream() API backwards compatibility
2018-05-04 15:41:23 +10:00
Peter Williams
4b2d244fe0
When converting XImage objects to grayscale, also set the Matts of their SMask images to grayscale if they have SMasks
2018-05-02 17:14:31 +10:00
Peter Williams
df58e3e5bd
Merge branch 'master' of https://github.com/unidoc/unidoc
2018-04-27 10:06:57 +10:00
Peter Williams
6692c21b74
Don't reuse parts of old objects
2018-04-27 10:06:36 +10:00
Gunnsteinn Hall
e314834685
Merge pull request #152 from quetz/master
...
page Resources can be loaded from indirect object
2018-04-18 06:38:43 +00:00
qz
14587fd738
type conversion consistent with project style
2018-04-18 09:09:29 +03:00
qz
bf5496aa8d
page Resources can be loaded from indirect object
2018-04-11 21:47:48 +03:00
Gunnsteinn Hall
3c1db91380
Add extractor to doc
2018-03-22 14:48:41 +00:00
Gunnsteinn Hall
5b17c89af4
Fix for D/Decode operand. Fixes #149
2018-03-22 14:27:17 +00:00
Gunnsteinn Hall
413dcd757e
Fix
2018-03-22 14:16:59 +00:00
Gunnsteinn Hall
a4fe3bded2
Add LICENSE.md with reference to AGPL and Commercial license. Add license header info to code.
2018-03-22 14:03:47 +00:00
Gunnsteinn Hall
d5396dd893
Fixes in extractor testing
2018-03-22 13:53:12 +00:00
Gunnsteinn Hall
4af19b929a
License handling in extractor
2018-03-22 13:17:09 +00:00
Gunnsteinn Hall
817ea404b9
Extractor package with powerful text extraction capabilities and CMap handling. Closes #17
2018-03-22 13:01:04 +00:00