Anyone know if pdfbox was bundled in Lucee 4.5
I can see in in Lucee 5
I have been messing around with itext and pdfbox on my dev server and I am
not sure if I added the pdfbox JAR - I think I did as I don’t see it on
other instance, but just want a sanity check
If it was added in Lucee 5, does that mean there is work been done on PDF
tags??
I have been working on a cfpdfform tag using iText, but now looking a
porting to pdfbox.–
Yes, it was, but it’s an old version from 10 years ago. I started
using it for text extraction but got NPEs under certain conditions. I
ended up using JavaLoader to load a more recent version which fixed
it.
Just to clarify - I am not suggesting cfpdfform should be in core - just
checking before I get too carried awayOn 21 October 2015 at 09:28, AJ Mercer <@AJ_Mercer> wrote:
Anyone know if pdfbox was bundled in Lucee 4.5
I can see in in Lucee 5
I have been messing around with itext and pdfbox on my dev server and I am
not sure if I added the pdfbox JAR - I think I did as I don’t see it on
other instance, but just want a sanity check
If it was added in Lucee 5, does that mean there is work been done on PDF
tags??
I have been working on a cfpdfform tag using iText, but now looking a
porting to pdfbox.