Skip to content

Releases: sambitdash/PDFIO.jl

v0.1.14

25 Aug 16:13
Compare
Choose a tag to compare

PDFIO v0.1.14

Diff since v0.1.13

Closed issues:

  • Error in merge_encoding! when extracting text (#103)

Merged pull requests:

v0.1.13

21 Jul 18:30
3d31927
Compare
Choose a tag to compare

PDFIO v0.1.13

Diff since v0.1.12

Closed issues:

  • Support for AbstractTrees v0.3 (#98)

v0.1.12

17 Jan 18:28
717f4e4
Compare
Choose a tag to compare

PDFIO v0.1.12

Diff since v0.1.11

Closed issues:

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

v0.1.11

16 Jan 20:26
0dd1cda
Compare
Choose a tag to compare

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

29 Jul 14:02
5bc312f
Compare
Choose a tag to compare

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:

v0.1.9

30 Nov 14:48
v0.1.9
45c25a7
Compare
Choose a tag to compare

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

03 Nov 11:49
v0.1.8
Compare
Choose a tag to compare

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

14 Jul 14:58
v0.1.7
708f841
Compare
Choose a tag to compare

v0.1.7 (2019-07-12)

Diff since v0.1.6

Merged pull requests:

v0.1.6 - Support for password protected PDF files

09 Jul 22:58
v0.1.6
373bc6d
Compare
Choose a tag to compare

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 - Documentation Update

23 Jun 19:52
v0.1.5
a19af96
Compare
Choose a tag to compare

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