Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
d.barile@adobeforums.com #1
Join in a single PDF a set of form filled PDF
I'm trying to join a set of form filled PDF without success.
In the first step of the process I create a set of PDF filling a PDF form with customer address. I use the AcroForm Automation Objects.
At the end of this step I need to create a single PDF to insert some information to print it for a mailing system. I couldn't have more than one file !
I join files calling my plug-in that use PDDocInsertPages.
The result is a file with the right number of pages but with ALL fields with the value of the first PDF file ! :(
What's wrong ?
Thank you for your help!
Domenico Barile
d.barile@adobeforums.com Guest
-
Is it possible to join two single pages in apdf into one double page spread?
Is it possible to take two single pages from separate pdf documents and combine them as one double page spread? If it is possible could someone... -
Can Filled In Form Fields Be Printed?
We have a client that would like to use Acrobat to type in a form field (like typing a letter) then be able to print it out. I thought this was... -
AA8Pro - enabling Reader user to fill and save filled form?
On this page: <http://www.adobe.com/products/acrobat/matrix.html> It is clearly stated that Acrobat 8 Pro user can "Enable Adobe Reader users... -
Creating a PDF file with a set of PDF Form filled
I'm trying to join a set of PDF Form filled (in a former step) but at the end I've got a file with all the pages with the same value of fields !... -
Email filled-in form?
I am new to Acrobat and created a fill-in form in Acrobat 6. All I would like to happen is to send someone this form, have them fill it out and... -
Bernd Alheit #2
Re: Join in a single PDF a set of form filled PDF
What's wrong ?
All fields with the same name gets the same value.
Bernd Alheit Guest
-
d.barile@adobeforums.com #3
Re: Join in a single PDF a set of form filled PDF
Hi Bernd, thanks !
It's right but I'm using the same "master" to create the set of single PDF.
How can I "rename" the fields ?
d.barile@adobeforums.com Guest
-
Hallo@adobeforums.com #4
Re: Join in a single PDF a set of form filled PDF
you need to create a template in your base document and use spawnPageFromTemplate to insert a new page. Acrobat wil now automatic rename formfields "P1.name" , "P2.name" etc.
Hallo@adobeforums.com Guest
-
d.barile@adobeforums.com #5
Re: Join in a single PDF a set of form filled PDF
Thank you, but I couldn't use Javascript. Do you know another way to spawn a page from a template ?
I'm searching all the SDK documentation without success !
d.barile@adobeforums.com Guest
-
d.barile@adobeforums.com #6
Re: Join in a single PDF a set of form filled PDF
The problem is to sort the PDF. I can't know the field values so I can't order them to create an unique file, and sometimes, I need to put an attachment to the files.
So I need I method to rename fields when I fill the form before saving the file to let me assemble all PDFs at the end of the process.
d.barile@adobeforums.com Guest
-
Hallo@adobeforums.com #7
Re: Join in a single PDF a set of form filled PDF
Sorry can't help.
Hallo@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #8
Re: Join in a single PDF a set of form filled PDF
You could use the JavaScript function to flatten the fields before
merging the pages, perhaps. What do you mean by " I couldn't use
Javascript" - you don't know how, or it doesn't do what you want, or
it isn't technically possible for you?
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
d.barile@adobeforums.com #9
Re: Join in a single PDF a set of form filled PDF
Hi Aandi,
I'm using MS Visual Studio 7.0 to develop my application.
I've never created Javascript with PDF so it's difficult for me to do this.
If I reprint (using distiller) I have the result I need so probably the solution is to use the flatten field function.
In the SDK I found only PDDocFlattenOC (or PDPageFlattenOC) but probably I don't found the right parameters values.
What do you think ? Could you give me some other advices ?
Thanks :)
d.barile@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #10
Re: Join in a single PDF a set of form filled PDF
>I'm using MS Visual Studio 7.0 to develop my application.
Which interface to the SDK are you using?>I've never created Javascript with PDF so it's difficult for me to do this.
What language in the Visual Studio sute are you using?These are for plug-ins. Are you writing a plug-in?>
>If I reprint (using distiller) I have the result I need so probably the solution is to use the flatten field function.
>In the SDK I found only PDDocFlattenOC (or PDPageFlattenOC) but probably I don't found the right parameters values.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
d.barile@adobeforums.com #11
Re: Join in a single PDF a set of form filled PDF
Which interface to the SDK are you using? I'm using both IAC then plug-in.
I use IAC to open, save and print PDF quickly from my application. I wrote
also a plug in to write into PDF, to put OMR code, etc.
What language in the Visual Studio sute are you using? I'm coding in C++.
These are for plug-ins. Are you writing a plug-in? Yes, I'm writing a
plug-in.
d.barile@adobeforums.com Guest
-
Aandi_Inston@adobeforums.com #12
Re: Join in a single PDF a set of form filled PDF
Ok, an external application that interfaces to JavaScript must use
Visual Basic, but you also have AFExecuteThisJavaScript for plug-ins
(I think that's the name).
PDDocFlattenOC is for flattening optional content (OC), also known as
layers; it has no connection to form fields.
Aandi Inston
Aandi_Inston@adobeforums.com Guest
-
d.barile@adobeforums.com #13
Re: Join in a single PDF a set of form filled PDF
Hi guys, I solved my problem using suggestion of all of us: I execute a Javscript to flatten pages using AFExecuteThisScript.
Thank you !
;)
d.barile@adobeforums.com Guest



Reply With Quote

