PDFIO.jl Versions Save

PDF Reader Library for Native Julia.

v0.1.14

1 year ago

PDFIO v0.1.14

Diff since v0.1.13

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

2 years ago

PDFIO v0.1.13

Diff since v0.1.12

Closed issues:

  • Support for AbstractTrees v0.3 (#98)

v0.1.12

3 years ago

PDFIO v0.1.12

Diff since v0.1.11

Closed issues:

  • Precompilation issue with Julia v1.6 (#95)

v0.1.11

3 years ago

PDFIO v0.1.11

Diff since v0.1.10

Closed issues:

  • OpenSSL warning upon using PDFIO (#91)
  • New release? (#93)
  • ERROR: Found 'j(106)' Expected 'x' here (#94)

v0.1.10

3 years ago

PDFIO v0.1.10

Diff since v0.1.9

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

4 years ago

v0.1.9 (2019-11-30)

Diff since v0.1.8

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:

v0.1.8

4 years ago

v0.1.8 (2019-11-03)

Diff since v0.1.7

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

4 years ago

v0.1.7 (2019-07-12)

Diff since v0.1.6

Merged pull requests:

  • PKI Security Handler implementation (#69) (sambitdash)

v0.1.6

4 years ago

v0.1.6 (2019-07-09)

Diff since v0.1.5

Merged pull requests:

  • Support for encrypted PDF files with standard crypto handler (#67) (sambitdash)

v0.1.5

4 years ago

Documentation has been significantly updated and sample code is added to most methods.