Avatar

Level 3

Hello Hodmi, thanks for your time.

Sorry, commenting that in my previous post I was wrong to refer to the method invoked Adobe API LC "renderXDPForm"(it does not exist) and I'm using to render the XDP forms renderPDFForm method (as you comment in the previous post), as follows:

FormsService fs= new FormsServiceServiceLocator().getFormsService();
/* ...setUp params... */

fs.renderPDFForm(nombreXDP,
  toPreloadData,
  renderSpec,
  uriValues,
  null,
  blobHolder,
  longHolder,
  stringHolder,
  formsResult);


In the previous post, when I referred to "workflow," trying to refer to my application (own development) that manages the interactivity and communication between the user and Adobe LC ES2.

I am not using ReaderExtension or LC Workbench (at least not explicitly).

Also comment that the customer has only licenses for Adobe LC Forms and the integration works by calls via WebServices.

In any case I independently of the process by which I am getting the PDF form, I think the question we should focus on is:

a) We have a PDF form "myPDFForm.pdf" that works perfectly in all versions of Reader.

b) We take "myPDFForms.pdf" and process it with Adobe LC Assembler ES2 for flat (using ddx "NoXFA").

Why is the resulting PDF form (flattening) of processed Assembler in some versions of Reader displays the message above?

Perhaps there is some other way to flatten a PDF form?

You could review the PDF form called MyForm-ES-AcroVersionX-flatten.pdf "I've attached? find any reason that can explain that you see this message? and why only in these particular versions of Reader?

Thanks