Loading...

Filling PDF Form Fields

Support for GdPicturePDF Plugin.

Filling PDF Form Fields

Postby pinnymz » Thu Mar 10, 2011 7:40 pm

Is there a way to fill existing form fields from a template PDF file, and save as a 'filled' PDF?

Thanks
pinnymz
 
Posts: 3
Joined: Fri Feb 18, 2011 8:36 pm

Re: Filling PDF Form Fields

Postby FlowBiz » Tue Jun 28, 2011 12:29 am

Hi,

I'd just like to second this question in the hope of an answer; can I programatically fill existing form fields in a Template PDF and save out the filled PDF as a result.

OR

Add/Edit text in an existing PDF (template) and save the result as a new file.

Aaron
FlowBiz
FlowBiz
 
Posts: 7
Joined: Thu Mar 04, 2010 2:04 am

Re: Filling PDF Form Fields

Postby Loïc » Tue Jun 28, 2011 11:22 am

Hi,


We had not get enough time to bring this feature in the V8. It will be available in the 8.1 or 8.2.


Kind regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4437
Joined: Tue Oct 17, 2006 10:48 pm
Location: France

Re: Filling PDF Form Fields

Postby FlowBiz » Wed Jun 29, 2011 12:15 am

Thanks for the quick reply.

Will it be in the .NET side of things only, or available in the ActiveX part as well?

Thanks

Aaron
FlowBiz
 
Posts: 7
Joined: Thu Mar 04, 2010 2:04 am

Re: Filling PDF Form Fields

Postby Loïc » Wed Jun 29, 2011 10:55 am

Hi,

In the .NET only.

Kind regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4437
Joined: Tue Oct 17, 2006 10:48 pm
Location: France

Re: Filling PDF Form Fields

Postby odiaz » Wed Dec 21, 2011 12:26 am

Hi, just downloaded version 8.5 but can't get the fields on a new saved PDF document or printed or rendered to a new GDI image.

is there any way on this version to save filled fields to a nre PDF or rendered to a GDI image?

Regards
odiaz
 
Posts: 2
Joined: Wed Dec 21, 2011 12:05 am

Re: Filling PDF Form Fields

Postby SamiKharma » Wed Dec 21, 2011 1:18 pm

Hi,

Please check:
http://guides.gdpicture.com/v8/html/con ... ields.html

Best Regards,
Sami Kharma
GdPicture Support Staff Member
SamiKharma
 
Posts: 44
Joined: Tue Sep 27, 2011 11:47 am

Re: Filling PDF Form Fields

Postby odiaz » Thu Dec 22, 2011 12:27 am

Hi Sami, already did

Bus still get an empty document at save, my code looks like this

Code: Select all
'Open a document
oGdPicturePDF.LoadFromFile(Application.StartupPath.TrimEnd("\") & "\" & "demo_new.pdf", True)
 ffcount = oGdPicturePDF.GetFormFieldsCount

'Set every text field to date
        For i = 0 To ffcount - 1

            Select Case CType(oGdPicturePDF.GetFormFieldType(i), PdfFormFieldType)
                    Case PdfFormFieldType.PdfFormFieldTypeText
                     oGdPicturePDF.SetFormFieldValue(i, Now.ToString)
            End Select

        Next

'Lock fields
 oGdPicturePDF.FlattenFormFields()

'SAve file
oGdPicturePDF.SaveToFile(Application.StartupPath.TrimEnd("\") & "\" & "demo_out.pdf")


But get an emty fields document.

Am I right or shall it be done on a different way?

Regards
odiaz
 
Posts: 2
Joined: Wed Dec 21, 2011 12:05 am

Re: Filling PDF Form Fields

Postby Loïc » Thu Dec 22, 2011 11:19 am

Hi,

Please create a ticket to http://support.gdpicture.com

- Attach the PDF document you are trying to fill
- provide us a code snippet that reproduces the issue

Thank you! :)

Kind regards,

Loïc
Loïc Carrère, support team.
www.orpalis.com
User avatar
Loïc
Site Admin
 
Posts: 4437
Joined: Tue Oct 17, 2006 10:48 pm
Location: France

Re: Filling PDF Form Fields

Postby wnstillman » Fri Jan 27, 2012 6:32 pm

With the new release(s) is there now a way to enable the user to edit a pdf form with Interactive Form Fields?
wnstillman
 
Posts: 8
Joined: Fri Dec 11, 2009 8:28 pm


Return to GdPicture PDF Plugin

Who is online

Users browsing this forum: No registered users and 1 guest