Thank you for answer. Is it possible to export data by PDFBox to XML? Files are uploaded to dropbox, download is free for all.
BR Peter 2016-03-11 10:16 GMT+01:00 Maruan Sahyoun <[email protected]>: > Hi, > > > Am 11.03.2016 um 09:44 schrieb Piotr Kulbicki <[email protected]>: > > > > 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. > > that means that you have very likely a dynamic XFA based form. With that > there are no 'regular' fields but the fields are contained in the XFA. If > the form is filled the xfa.dataset.data node will contain the field data. > > As Tilman asked please upload your file to a public location to have a > closer look if there are still remaining questions. > > BR > Maruan > > > > > > 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] > >> > >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

