All Tags »
XMP »
PDF
Sorry, but there are no more tags available to filter with.
-
Hi,
I have the following case:
A tiff is loaded in an AnnotateViewer
Annotations are created from a database
I want to save the tiff as a pdf file with xmp annotations
I'm doing as follows
Dim at As New Formatters.XmpFormatter at.CreateXmpPacket = True at.Formatting = Xml.Formatting.None Dim pdfenc As New ...