Expand my Community achievements bar.

SOLVED

adobe form merge override

Avatar

Level 3

hello

 

i'm using adobe forms 6.5  

I have merged XML file with fields to PDF using the 

outputService.generatePDFOutput and it works good for the first run
but if i want to update one of the fields of the new form, the xml new data is overlapping the old and i get the old and new text one on top the other , and it is not readable 
i didn't find and "override" property in the output service
 
any ideas ?
 
thanks
Nir
 
 
 
 
Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

try Passing in the xdp template to generatepdfoutput method

View solution in original post

5 Replies

Avatar

Employee

how are you updating the fields in the new form?

Avatar

Level 3

hi i take the new version of the form and run the same command

Avatar

Correct answer by
Employee

try Passing in the xdp template to generatepdfoutput method

Avatar

Employee

Try passing in the xdp template instead of the pdf

Avatar

Employee Advisor

@nirshani you should not be overriding filled pdf, if you have new xml just merge with XDP. Go to designer and save the pdf as xdp