Maruan, thanks for the information.
-----Original Message----- From: Maruan Sahyoun [mailto:[email protected]] Sent: Wednesday, September 13, 2017 11:51 AM To: [email protected] Subject: Re: how to remove a field from a PDF Hi, > Maruan, I attached the pdf and it is available to the public at > https://www.gsa.gov/forms-library/request-advance-or-reimbursement > the form is a static XFA based PDF which means that in order for Adobe Reader to properly pick up added data you need to update the data in AcroForms/XFA/datasets which is based on XML. If you set the data for the interactive PDF forms fileds only the new data will not be taken into account. Another issue is that the PDF form is Reader enabled. As of today PDFBox doesn't support incremental updates for such forms (which would be neccesary to not break the Reader Extensions) you need to reapply the Reader Extensions after changing the form. This is not something you can do using PDFBox - you need either Adobe Acrobat, Adobe AEM Forms Reader Extensions or Adobe LiveCycle Reader Extensions. BR Maruan > > Ricky > > > > > -----Original Message----- > From: Maruan Sahyoun [mailto:[email protected]] > Sent: Tuesday, September 12, 2017 3:23 PM > To: [email protected] > Subject: Re: how to remove a field from a PDF > > Hi Rick, > > is it possible to share the form at a public location? What happens to the > filled out form? Do. you view it in Adobe Reader? > > For a LiveCycle form you need to update the dataset:data node in the XFA as > this is what Reader looks at. > > BR Maruan > > > Am 12.09.2017 um 22:14 schrieb Baker, Ricky <[email protected]>: > > > > Tilman, what we are having issue with is running a pdf created in adobe > > livecycle. We can set the values for field(s) that are used to calculate > > another field, but the calculated field does not populate. We are not > > flattening it. > > > > Ricky > > > > > > -----Original Message----- > > From: Tilman Hausherr [mailto:[email protected]] > > Sent: Saturday, September 9, 2017 6:40 AM > > To: [email protected] > > Subject: Re: how to remove a field from a PDF > > > > > Am 06.09.2017 um 19:31 schrieb Baker, Ricky: > > > I need to know how to remove a field from a PDF. I am using pdfbox > > > 2.0.5 > > > > Current version is 2.0.7, but there is no such feature. It would be > > tricky: one would have to remove the field from the field tree without > > harming the existing field structure, and also remove all the widgets from > > all pages. > > > > Better do it with Adobe Acrobat. > > > > If it is one file only, send it to me (tilman at snafu dot de), I'll do it > > carefully with NOTEPAD++. > > > > 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] > > > > > --------------------------------------------------------------------- > 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] -- Maruan Sahyoun FileAffairs GmbH Josef-Schappe-Straße 21 40882 Ratingen Tel: +49 (2102) 89497 88 Fax: +49 (2102) 89497 91 [email protected] www.fileaffairs.de Geschäftsführer: Maruan Sahyoun Handelsregister: AG Düsseldorf, HRB 53837 UST.-ID: DE248275827 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

