These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Prefill PDF Form Fields

giovannip
Registered: Jan 5 2007
Posts: 2

Hi,
 
I am developping an application using Microsoft .NET 2005 and a third party PDF toolkit. The application pre-fills PDF form fields using data from a database (using the toolkit). The PDF file is then saved and reopened in Reader to allow users to add additional comments, perform corrections, etc. I plan to design these blank PDF template files using Adobe Acrobat 8 Pro. which allows PDF's to be saved locally in Reader. I have been told that when any PDF toolkit now modifies a PDF, the flag that allows for PDF's to be saved locally is removed or is not preserved. Is there any product, .NET component, or Adobe SDK that preserves the "local save functionality" in Reader? I basically need to prefill a PDF file form fields, save it, reopen it in Reader and allow the user to add additional information and resave it once more. Its a two step phase? Can anyone help?
  
Regards,
 
Giovanni

My Product Information:
Acrobat Pro 8, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
Reader enabling is a way of digitally signing a PDF. Acrobat knows exactly what changes were made. I think the only way around this is to purchase the Adobe LiveCycle Servers.

However you might ask the people at [url=http://www.appligent.com]www.appligent.com[/url] and [url=http://www.activepdf.com]www.activepdf.com[/url], both of whom make server side form filling tools.

Thom Parker
WindJack Solutions
[url=http://www.windjack.com]www.windjack.com[/url]

The Acrobat JavaScript Reference, Use it Early and Often
[url=http://www.adobe.com/devnet/acrobat/]http://www.adobe.com/devnet/acrobat/[/url]

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script

GolfDotNut
Registered: Oct 17 2007
Posts: 1
giovannip, Did you ever solve your problem - pre-filling fields then allow user to modify?
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
When a document is Reader Rights Enabled for Form filling and save, then these are the only two operations that can be performed on the PDF. Anything else will break the enabling. Even somthing like changing the fill color on a form field. There's nothing you can do about it. If you want the document to remain fillable then it cannot be changed. Or, the enabling should be removed, then changed and re-enabled.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script