Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Flattening File & File Size

Avatar

Level 2

In a previous post I had asked if the Assembler service on the Forms module could flatten a static form and the response was yes, now I have a followup question:

In Adobe Doc server when a file was flattened the pdf file was not only read only but the size of the file was reduced considerably. When I setup the flattening using the Assember service in LiveCycle it does not seem to reduce the size of the file as it did with Doc Server. Am I missing something?

Thanks

1 Reply

Avatar

Level 8

I believe that you can set the save attribute to Full which should reduce the file size.  For example:

<PDF  result="out.pdf" save="Full">

     ...

</PDF>