You are integrating ARender but you don’t know how to deal with your existing annotations? The below article is for you.
ARender default annotation format is the XFDF format, coming from Adobe standards (https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/formsys.pdf).
For a document accessed by URL:
The annotation conversion is the process to jump from an annotation format to another one.
Let’s see how it is working for ARender on FileNet:
Annotations have, among other properties, coordinates.
The conversion of those coordinates needs to take into account the DPI of the page containing the annotation.
ARender offers different possibilities to handle this DPI:
ARender default behaviour is to use a fixed (but configurable) dpi for all the documents.
Advantage:
Disadvantages:
XML FileNet annotations are migrated to XFDF format at the document viewing by a user.
Here de DPI is calculated for each page containing annotation.
Advantages:
Disadvantage:
XML FileNet annotations are migrated to XFDF format via a migration tool like FAST2.
Advantages:
Disadvantages: