I downloaded the new versions and I see Acroforms in your demo, but when when I search your documentation for "Acroform" I get nothing. I'd have a great use for creating writable forms (PDF or otherwise), however, I can't tell by the demo or documentation how the data is stored with the writable form.
Is the client data stored in an XML file (or other format) that can be read programmatically?Can you direct me to the documentation for Acroforms for PDF? Can I create writable forms that aren't PDF with C1Reports?ThanksBurton Roberts
I think I get it now. The data is in an FDF file, which must be a proprietary Abobe file, I guess. Does this mean that I have to purchase Adobe Acrobat Professional to use Acroforms?
Is there a C1 solution that doesn't require I buy Adobe Acrobat Pro?
Thanks
To create a PDF form using C1Report, you do not need Adobe Acrobat Pro or any other 3rd party software. The Acroforms feature is provided by the C1PrintDocument component (which is now shipped together with C1Report, and lives in the same dll), or more specifically by the "preview forms" feature that existed for a long time. To create an Acroform (i.e. a PDF that is a form fillable in Adobe Acrobat), two steps must be performed:
I have attached a small sample showing how this can be done.
The documentation will be updated shortly.