Re: PDFBox 1.8.10 Question

2019-12-10 Thread Tilman Hausherr
Use this:         org.apache.pdfbox     jbig2-imageio     3.0.2     or (older with some bugs, and I doubt you'll need it for signing anyway)         com.levigo.jbig2 levigo-jbig2-imageio     1.6.5     Tilman Am 10.12.2019 um 20:31 s

RE: Re: PDFBox 1.8.10 Question

2019-12-10 Thread Wade Polk
Thanks for the advice, both these messages clarify a ton of stuff! I was having issues setting up pdfbox-1.8.10 in IntelliJ Idea but I think I almost have it working except for one dependency below seems to be unattainable, any ideas? <*dependency*> <*groupId*>com.levigo.jbig2 <*artif

Re: Question about Checkboxes

2019-12-10 Thread Tilman Hausherr
Hi, I recommend the CreateCheckBox.java example from the source code download. That is very close to what Adobe is doing. (But all the answers by mkl are great too) I use only the "normal" appearance, that is the minimum needed. Having them empty is probably worse than not having them at all

Re: Question about Checkboxes

2019-12-10 Thread Jesse Zhou
Following up – I followed the code in the second link (github version here ) and wrote a slightly modified version of that worked. It looked like not setting the appearance stream

Question about Checkboxes

2019-12-10 Thread Jesse Zhou
Hello, I have a question about how pdf checkboxes work that I'm hoping someone smarter than me can help explain. I have a PDF, in which I've added checkboxes with an empty "down" appearance stream, but no other appearance streams. The normal appearance stream is absent from these checkboxes. I've

AW: Re: PDFBox 1.8.10 Question

2019-12-10 Thread Tilman Hausherr
or download the sources for that version and search for CreateVisibleSignature.java and first get it to run with your certificate / pin / keystore / PKI device etc. Tilman Gesendet mit der Telekom Mail App

Re: PDFBox 1.8.10 Question

2019-12-10 Thread Waldemar Dick
Hello Wade, The documentation is sparse, because PDFBox gives you all objects according to the PDF specification. The naming convention is matching or very close to the names used in the PDF specification. Take a look here: https://www.adobe.com/devnet/pdf/pdf_reference.html

PDFBox 1.8.10 Question

2019-12-10 Thread Wade Polk
Hello Mailing List, Please forgive me if I’m doing this wrong, I’ve never actually used a mailing list for support like this but a developer said this was the best thing to do so here I am. Long story short, I am attempting to use an older version of PDFBox (1.8.10) to fill out and sign a PDF