Since 25.02render 3D annotations,
render all annotations
render caret annotations,
render circle annotations,
render fileattachment annotations,
render freetext annotations,
render highlight annotations,
render ink annotations,
render line annotations,
render link annotations
render movie annotations,
do not render annotations
render polygon annotations,
render polyline annotations,
render popup annotations,
render all possible annotations used for printing
render the default annotations used for printing
render markup annotations and default annotations used for printing
render stamp annotations and default annotations used for printing
render printermark annotations,
render richmedia annotations,
render screen annotations,
render sound annotations,
render square annotations,
render squiggly annotations,
render stamp annotations,
render strikeout annotations,
render text annotations
render trapnet annotations,
render underline annotations,
render watermark annotations,
render widget annotations,
Flags to select which annotations to render. If the flag corresponding to a certain annotation type is on, then such annotation type will be rendered, when appropriate (e.g: won't be renderer if the annotation is not visible). This allows to combine multiple flags, like
POPPLER_RENDER_ANNOTS_LINK | POPPLER_RENDER_ANNOTS_TEXT, or disable some specific annotations likePOPPLER_RENDER_ANNOTS_ALL & (~POPPLER_RENDER_ANNOTS_TEXT)Since
25.02