adobe form merge override | Community
Skip to main content
New Participant
February 1, 2024
Solved

adobe form merge override

  • February 1, 2024
  • 2 replies
  • 1170 views

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
 
 
 
 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

try Passing in the xdp template to generatepdfoutput method

2 replies

Mayank_Gandhi
Employee
February 5, 2024

@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

Employee
February 2, 2024

how are you updating the fields in the new form?

nirshaniAuthor
New Participant
February 3, 2024

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

workflowuserAccepted solution
Employee
February 3, 2024

try Passing in the xdp template to generatepdfoutput method