Expand my Community achievements bar.

Generated pdf file from 'ddx Assemble' has same properties as first file in ddx

Avatar

Level 4

Why does Assembler service preserve the PDF Producer and Application of the resulttant pdf output file same as the

first pdf file?

e.g. see below if file1.pdf has PDF Producer as "Company1" and Application as "App1' the result file out.pdf

has same PDF Producer  as "Company1" and Application as  "App1' .  I would like to see result output file as 'Adobe LiveCycle Forms 9.0' or ES2 or simillar.

Any idea? Is there any new synthax for ddx for ES2?

Thanks

YogLC

<?xml version="1.0" encoding="UTF-8
<DDX xmlns="http://ns.adobe.com/DDX/1.0
  <PDF result="out.pdf">
     <PDF source="file1.pdf">
          <NoForms/>
     </PDF>
     <PDF source="file2.pdf">
          <NoForms/>
     </PDF>
     <PDF source="file3.pdf">
          <NoForms/>
     </PDF>
  </PDF>
</DDX>

0 Replies