Re: How to set up Eclipse to work with PDFBox

2018-04-11 Thread Diego Azevedo
able to work with PDFBox? > > > > I tried importing external jar file, however I am getting Source not > found > > error > > on line that utilizes PDFbox. > > > > Thank you > -- []'s Diego Azevedo

Re: PKCS11 and PAdES available in PDF_BOX ?

2018-03-09 Thread Diego Azevedo
curity, the pdf generated should be signed with PAdES and PKCS 11. > > Can PDF_BOX be used to sign pdf with this type of encryption? > > > Thank you in advance, > best regards, > Florentin Peyroux > -- []'s Diego Azevedo

Re: Does anyone has experience in using pdfbox in oracle database jvm?

2018-01-22 Thread Diego Azevedo
****** > > *** > > > > > > > - > To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org > For additional commands, e-mail: users-h...@pdfbox.apache.org > > -- []'s Diego Azevedo

Re: Issues with Java 9

2018-01-05 Thread Diego Azevedo
ld > - post / upload the result > > Thanks > Tilman > > Am 05.01.2018 um 18:43 schrieb Diego Azevedo: > >> Tilman, >> >> As requested, I just tried doing a clean build with JDK 9 Profile, using >> maven, and it failed on the tools subproject. Test failures

Issues with Java 9

2018-01-05 Thread Diego Azevedo
install -Pjdk9 >> logMaven.txt this logMaven.txt is available on Google Drive: https://drive.google.com/open?id=1SeDWFE9t-fwMP-0eFOzlL_GaqXMf4qLi -- []'s Diego Azevedo

Re: org.apache.pdfbox.examples.util.PDFHighlighter could not be found

2018-01-05 Thread Diego Azevedo
pdfbox and pdfbox-examples to this folder 5. add commons logging to the folder as well (~/.m2/repository/commons-logging) 6. execute java -cp .:jars/* org.apache.pdfbox.examples.util.PDFHighlighter 7. profit Best, Diego Azevedo On Fri, Jan 5, 2018 at 8:44 AM, Weili Lin <aili

Re: Enquiry on HTML to PDF conversion

2017-12-06 Thread Diego Azevedo
Amanda, Unfortunately PDFBox has no such tool, but a user recomended two projects that solve this problem on a similar question before: https://lists.apache.org/thread.html/933d76dd03619308b5e77e75db92c32cc9bfc6bfd5bc5eec62c6fdf1@%3Cusers.pdfbox.apache.org%3E I hope this helps, Diego Azevedo

Re: PDF Signing, generated PDF Document certification is invalid, using HSM

2017-05-25 Thread Diego Azevedo
;>> To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org >>> For additional commands, e-mail: users-h...@pdfbox.apache.org >>> >> [image: workflow.png] >>> >> -- >> Regards >> Paresh Chouhan >> https://github.com/pareshchouhan >> > -- > Regards > Paresh Chouhan > https://github.com/pareshchouhan > -- []'s Diego Azevedo

Re: How to certify a PDF

2016-10-19 Thread Diego Azevedo
OSDictionary catalog = document.getDocumentCatalog().getCOSObject(); catalog.setItem("Perms", permissions); It is expected to see a difference in Contents and byteRange using different libraries, since they may or may not use references, spaces or line breaks the same way. []'s Diego Azevedo On 19/10/2016

Re: How to certify a PDF

2016-10-19 Thread Diego Azevedo
ue.setMPD(mdp); } } } I only saw your reply now. The document you sent me only did the first change (permissions Dictionary). Try it and tell me if it worked []'s Diego Azevedo On 19/10/2016 09:25, Diego Azevedo wrote: Damien, Can you upload a correctly c

Re: How to certify a PDF

2016-10-19 Thread Diego Azevedo
Damien, Can you upload a correctly certified PDF somewhere and share the link? Wîth the original one, if possible? I'll try to mimic the behavior. []'s Diego Azevedo On 19/10/2016 07:10, Damien Butaye wrote: In some Java code of different PDF Signatue framework, I saw the use

Re: How to certify a PDF

2016-10-18 Thread Diego Azevedo
No, but in my case it would never happen, because my certificate is trusted for signing, but not certifying: Image: http://imgur.com/XYZCB8H []'s Diego Azevedo On 18/10/2016 13:30, Damien Butaye wrote: One last question, have you got the "blue ribbon" on the top the pdf whe

Re: How to certify a PDF

2016-10-18 Thread Diego Azevedo
he 'S' to the variable and re-run it. Just tested here, and it worked fine =) []'s -- *___________ Diego Azevedo Developer E-SEC Segurança Digital www.esec.com.br <http://www.esec.com.br> +55 61 3323-4410* On 18/10/2016 10:21, Damien Butaye wrote

Re: How to certify a PDF

2016-10-18 Thread Diego Azevedo
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org For additional commands, e-mail: users-h...@pdfbox.apache.org -- *___ Diego Azevedo Desenvolvedor E-SEC Segurança Digital www.esec.com.br <http://www.esec.com.br> 61 3323-4410*

Re: PDFMerger Wingdings

2016-09-29 Thread Diego Azevedo
/A, but there is no guarantees it will be a PDF/A, so it shouldn't claim it is. Maybe if you remove the "A" it will open? Diego Azevedo On 29/09/2016 10:38, Jörgen Johansson wrote: Hi! I am trying to merge two pdfs with the pdfbox-app . plain_pdf.pdf contains a wingdings font and the pdf_a.pdf

Re: Hi,I have a problem on use pdfbox!

2016-08-24 Thread Diego Azevedo
Can you tell us: - what you are doing (commented piece of code may help) - what version of pdfbox you're using - a URL where we can get a pdf where this error occurs? (atachments will be blocked on the server) On Wed, Aug 24, 2016 at 11:19 AM, John Hewson wrote:

Re: Visible Signature with text

2016-08-01 Thread Diego Azevedo
Diego Azevedo On 30/07/2016 08:24, Tilman Hausherr wrote: Am 29.07.2016 um 23:20 schrieb Diego Azevedo: Uhm Good idea. The appearance should be the /N entry inside the /AP entry on the /FT /Sig dictionary, right? (I'm no PDF expert, it just kind of made sense (maybe?)) This PDF here has

Re: Visible Signature with text

2016-07-29 Thread Diego Azevedo
lter/FlateDecode>>stream q 1 0 0 1 0 0 cm /FRM Do Q endstream endobj Are these the droids I'm looking for? (I have absolutely no idea what this means) [ ]'s Diego Azevedo On 29/07/2016 16:44, Maruan Sahyoun wrote: Hi, Am 29.07.2016 um 19:39 schrieb Diego Azevedo <dazev...@esec.co

Re: Visible Signature with text

2016-07-29 Thread Diego Azevedo
at there is no example, but can I achieve it if I'm willing to get dirty and use low level API's? Is there a recommended architecture I can follow to merge this on the project latter? Thanks in advance, Diego Azevedo On 29/07/2016 13:54, Tilman Hausherr wrote: Am 29.07.2016 um 15:36 schrieb Dieg

Visible Signature with text

2016-07-29 Thread Diego Azevedo
for me (I changed the methods signatures to the updated API, but all I got was a blank rectangle). Thanks in advance, Diego Azevedo

Updatable Footer

2016-05-16 Thread Diego Azevedo
putstream, write the new content and "save incremental" but it didn't work. On a related subject, can I add a footer (without any signature) to all pages with the same object number? Thanks in advance, Diego Azevedo