Hello Again. I decrypt file with pdfbox-app.jar - with simple command decrypt without password Here are links to files: - original file (encrypted with 128, without password to read): https://www.dropbox.com/s/nsplyuqm8tej5g9/pdf_encrypted.pdf?dl=0 - decrypted file: https://www.dropbox.com/s/dxq79rto7cuuikj/pdf_decrypted.pdf?dl=0
I work with version 2.0.0-RC3. I tried to read data by AcroForm.getXFA() and AcroForm.getFields();. With getFields I got empty list, with getXFA I got data but not filled in form. With best regards Peter 2016-03-10 18:29 GMT+01:00 Tilman Hausherr <[email protected]>: > Am 10.03.2016 um 08:54 schrieb Piotr Kulbicki: > >> Hello. >> I have PDF file with filled form. Document is encrypted (128bits AES). It >> is possible to open file and fill form wihout password (under Adobe >> Reader). >> It it possible to open document under PDFBox and export data from form? >> When I try to do this I always get PDAcroForm wihout any fields. Maybe I >> do >> something wrong? >> > > Please upload that file somewhere, and mention what version you're using, > and show the code to open and decrypt the file. > > Tilman > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

