Skip to Content

 APDFL: Rendering Functions

When I render a PDF that is a dynamic XFA form, I see an error message: "Warning: This form is not supported with the current version of Acrobat or Acrobat Reader"

Dynamic XFA PDF forms contain backup placeholder content in addition to the XFA data describing the fields and content of the form. The placeholder content can vary but is typically a warning to upgrade or use Adobe Reader.  When a dynamic XFA PDF... Read More

Why does the PDPageDrawContentsToWindow method render annotations on a PDF page, but PDPageDrawContentsToWindowEx will not?

Adobe PDF Library does not offer a single interface that will allow control of both Optional Content and Annotations at the same time for a PDF document. PDPageDrawContentsToMemory() allows selection of Annotation faces, but does not have control for... Read More