Convert EMF to PDF

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.