Expand my Community achievements bar.

Flattening on 8.0.2

Avatar

Level 2

hi  I was trying to flattening pdf in 8.0.2 LC Output, but this code just works fine in 8.2 and doesn't works in my version 8.0.2. Some idea how I do to resolve my problem? ps: Where can I found API Docs  for 8.0.2 version.

OutputClient outputClient = new OutputClient(myFactory);

FileInputStream myPDF = new FileInputStream(getInput(resource));

Document inputDocument = new Document(myPDF);

Document transformedDocument = outputClient.transformPDF(

inputDocument,

TransformationFormat.PDF,

PDFARevisionNumber.Revision_1,

null,

null

);

23 Replies

Avatar

Level 2

The JMS problem was resovled, but has been the same result

Avatar

Level 8

I'm not sure what to tell you.  If there is an error server side then there should be something in the log.  I've tried flattening documents on my 8.0.2 server and it works fine.

It may be time to talk to your Adobe Support Representative (i.e. Adobe Support)

Avatar

Level 2

Ok, I'll contact with my client to make a contact with Adobe Suport...

to discard the "8.0.1 Output enviroment" that was tested, could you send me the "8.0.2 flattened"  SPrintCommandLine-test2-input.pdf file attached in this discussion?

thanks for you time