Hi

We have PDF's which were created with Adobe Professional 6.0 and saved
in Acrobat 6.0 format. Now we want to save them in Acrobat 4.0 format.
I know we can do that with Acrobat Professional with the menu
File->Reduce File Size, but I am looking for a programmatic solution.

Is it possible to do that with the SDK? I found the method
PDDocSaveWithParams and PDSaveFlags2. In PDSaveFlags2, we can set
PDSaveUncompressed: documentation for that flag tells us that the
result is compatible with all versions of PDF and Acrobat. Does that
mean that the PDF is saved in Acrobat 4.0 format?

Thanks in advance

Dieter