Ryan
September 20, 2021, 6:38pm
4
Most likely you are looking for the Page.GetDefaultMatrix API.
See this post for more info.
Technical Support
Apryse SDK
Q: What is the purpose of the Page.GetDefaultMatrix() method? In the documents I have tested this with, the Default Matrix just appears to have some wacky h and v values in it, which would be imposing a translation to everything on the page. We...
You may also find this forum post useful, which shows how to go back and forth between PDF coordinates and image coordinates (where image origin is always top left corner).
Technical Support
Apryse SDK
Question: We are generating 300DPI images of PDF’s using PDFDraw. How do we translate PDF coordinates to this new image? Answer: By default PDF pages are in 72 dpi, which is called user space in the PDF spec. However, PDF pages can be rotated,...