You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to PDFTron PDFNet SDK
Q: I need to convert an EMF file to a PDF file. In the documentation
of PDFNet I saw the sample "ConvertTest" that basically works very
well. However I was not able to set any dimensions to the pdf like
landscape format in A3.
How can I set a specific size to the pdf output using the
"pdftron.PDF.Convert.FromEmf()" method?
------------------------
A: There is no specific option to specify the dimensions of the output
PDF page (converted from EMF or other formats), however this should
not be a problem because using methods such as page.Sacle(),
page.SetCrop/MediaBox() you can rescale and/or resize the resulting
PDF page after the conversion as needed.