Releases: sambitdash/PDFIO.jl
Releases · sambitdash/PDFIO.jl
v0.1.15
PDFIO v0.1.15
Merged pull requests:
Closed issues:
- Bad PDF files which have junk characters before header and after EOF marker error unexpected character. (#97)
- AssertionError: Invalid interval (#99)
- Error on open a file: ArgumentError: extra characters after whitespace in "4970\n396" (#109)
zlib1
error in Windows (#110)- assert error reading a pdf (#111)
- Still active? (#113)
- Incorrect Doc Info (#114)
- MethodError: no method matching setindex!(::Rectangle.IntervalTree{UInt16, Int64}, ::Float32, ::Rectangle.Interval{UInt16}) (#115)
v0.1.14
PDFIO v0.1.14
Closed issues:
- Error in
merge_encoding!
when extracting text (#103)
Merged pull requests:
- Another approach to remove the type instability (#105) (@sambitdash)
v0.1.13
v0.1.12
v0.1.11
PDFIO v0.1.11
Closed issues:
v0.1.10
PDFIO v0.1.10
Closed issues:
- How to retrieve text from pdPageExtractText(stdout, page)? (#82)
- Would you give additional examples of how to work with pages? (#86)
- SystemError: GetTempFileName (#87)
- invalid or incomplete deflate data (#88)
- Bug: error reading attached PDF, works with other PDFs. (#89)
- Bug: no method matching read_internal_stream_data(::IOStream, ::CosDict, ::Base.GenericIOBuffer{Array{UInt8,1}}) (#90)
- ERROR: MethodError: no method matching String(::PDFIO.Cos.CosIndirectObject{CosName}) (#92)
Merged pull requests:
- Install TagBot as a GitHub Action (#85) (@JuliaTagBot)
v0.1.9
v0.1.9 (2019-11-30)
Closed issues:
- Getting assertation error in show_text_layout! (#81)
- _error not defined (#78)
- build fails (#76)
- Move the Zlib and OpenSSL dependency to JuliaBinaryWrappers (#73)
Merged pull requests:
- Fix for #78 (#80) (sambitdash)
- Update paper.md (#77) (alexhanna)
- Using the libraries built by binary builders (#75) (sambitdash)
v0.1.8
v0.1.8 (2019-11-03)
Closed issues:
- Google Docs PDF fails at pdPageExtractText (#74)
- Not able to execute any functions on a basic PDF. Error: Found ' (32)' Expected '<' here (#72)
- Secured PDF document with X509 certificates (#3)
Merged pull requests:
- Enhancing the font unicode mapping framework. (#71) (sambitdash)
v0.1.7
v0.1.6 - Support for password protected PDF files
v0.1.6 (2019-07-09)
Merged pull requests:
- Support for encrypted PDF files with standard crypto handler (#67) (sambitdash)