Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SDK to fill in fields in a PDF document

0 views
Skip to first unread message

wendell smith

unread,
Jun 24, 2003, 9:27:35 AM6/24/03
to
Is it possible to add C++ code using the SDK to fill in the values of fields in a PDF document on a machine with ONLY the reader (not Acrobat)? Does anyone know of any examples of something like this? The one example shipped seemed to be for VB.

Thanks Wendell

Aandi Inston

unread,
Jun 24, 2003, 1:10:08 PM6/24/03
to
The forms API is not for Acrobat Reader. The only possibility for the
Reader would be to create an FDF file, then open that in Reader.

Aandi Inston

GaryA

unread,
Jun 26, 2003, 10:57:22 PM6/26/03
to
Software library? No. Acrobat plug-ins? Yes. Search the tools on PlanetPDF.com

wendell smith

unread,
Jun 26, 2003, 10:52:49 PM6/26/03
to
Do you know of any way to set values in a pdf file via c++?

It would seem that folks would need this (for example to set the values on the IRS forms from a tax program).

If not from the SDK does anyone know of a 3rd party software library which does anything like this?

Aandi Inston

unread,
Jun 27, 2003, 4:03:27 AM6/27/03
to
As well as plug-ins, people who own Acrobat (not Reader) can use the
Forms API through OLE to set form fields. A more popular way is to
generate FDF files and load them into a PDF.

Aandi Inston

0 new messages