pdfbox-layout icon indicating copy to clipboard operation
pdfbox-layout copied to clipboard

What about creating a new release

Open tonychangcheng opened this issue 6 years ago • 5 comments

The last release 1.0.0 is Jun 2017. Which doesn't have the frame.add function.

Can we have another new release?

tonychangcheng avatar Feb 04 '19 05:02 tonychangcheng

Do you use pdfbox-layout1? Try pdfbox-layout2

arnthom avatar Feb 04 '19 13:02 arnthom

The changes is committed after the release of pdfbox-layout2-1.0.0 https://github.com/ralfstuckert/pdfbox-layout/commit/501c1a37491ebad3e6abd77d0f8f0937a335638f

tonychangcheng avatar Feb 04 '19 23:02 tonychangcheng

Hi, to be quite honest: I'm dropping support for this library, since it is a dead end. I started this project since iText was no longer available for commercial usage and I quickly needed some kind of replacement for easy layout tasks in a project. But recursive layouts (e.g. tables) won't be possible with the current flow, and alas I don't have the time for a redesign (or a design at all ;-).

But now a new player entered the stage: https://github.com/LibrePDF/OpenPDF It is licensed under MPL which should be usable for most cases, so give it a try...

Sorry Ralf

ralfstuckert avatar Feb 08 '19 09:02 ralfstuckert

OpenPdf is based on iText? Is this correct? After switching from iText to PdfBox, now I will have to get the old iText based code out of the recycle bin ...?

arnthom avatar Feb 11 '19 08:02 arnthom

Please give OpenPDF a try. It is based on a fork of iText svn tag 4, which is compatible with iText 2.1.7.

andreasrosdal avatar Feb 20 '19 08:02 andreasrosdal