Skip to content

Releases: jorisschellekens/borb

1.7.2

07 Mar 17:34
Compare
Choose a tag to compare

add ascii logo in manifest

1.7.1

07 Mar 17:28
Compare
Choose a tag to compare
1.7.1 Pre-release
Pre-release

include afm files in distribution

1.7.0

05 Mar 20:07
Compare
Choose a tag to compare

1.7.0

  • implement various small changes to better adhere to PDF spec
  • add DisjointShape as LayoutElement (allowing non-contiguous figures)
  • add example for DisjointShape
  • add CodeBlock as LayoutElement (auto-formats code)
  • add example for CodeBlock
  • add example(s) for merging Document objects

You can obtain pText either on GitHub, or using PyPi
There are a ton more examples, check them out to find out more about working with PDF.

1.6.0

27 Feb 08:43
Compare
Choose a tag to compare

1.6.0

  • support for barcodes (CODE_128, CODE_39, EAN, EAN_13, EAN_14, EAN_8, GS_1, GS_128, GTIN, ISBN, ISBN_10, ISBN_13, ISSN, ITF, JAN, PZN, QR, UPC, UPC_A)
  • support for outlines
  • support for MatPlotLib plots
  • uniform examples
  • solve almost all mypy warnings
  • small improvements in table layout mechanism

You can obtain pText either on GitHub, or using PyPi
There are a ton more examples, check them out to find out more about working with PDF.

1.5.0

21 Feb 12:27
Compare
Choose a tag to compare

1.5.0

  • adding Image class to enable writing images to PDF
  • more examples on writing PDF documents
  • added padding to all LayoutElement implementations
  • added background_color to all LayoutElement implementations

1.4.0

16 Feb 21:43
Compare
Choose a tag to compare
  • refactor package structure
  • refactor test-package structure
  • use LayoutElement in structure recognition
  • add more examples of writing documents from scratch

1.3.0

13 Feb 11:25
Compare
Choose a tag to compare
1.3.0 Pre-release
Pre-release

pText is now able to create PDF documents from scratch.
Enabling you to:

add text (using various fonts, colours, font-sizes, etc)
add tables and lists
use a layout to keep track of positions, free space, etc
Minor improvements to:

speed
performance on edge-cases in corpus
image handling

write PDF

02 Jan 07:19
Compare
Choose a tag to compare
write PDF Pre-release
Pre-release
  • pText now supports writing PDF document. Writing PDF's is still very much under development, keep that in mind.
  • Added some examples for writing PDF functionality.
  • Renamed various classes to have symmetry among read/write transformers.

1.1: change(s) to handling character encoding

12 Dec 09:25
Compare
Choose a tag to compare

This release features:

  • more tests
  • focus on character encoding wrt font(s)
  • default images whenever PIL fails

1.0

09 Nov 21:28
Compare
Choose a tag to compare
1.0
first commit