T O P I C R E V I E W |
PStadler |
Posted - Sep 01 2016 : 02:45:19 Hello,
Is it possible with this pdf plugin to zoom the pdf?
Is it possible to make annotations with ImageEnVect?
Is it possible to cut out parts of the graphics with polygons?
Sincerely
Peter |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Sep 02 2016 : 17:39:55 Hi Peter
Sure, just set the ImageEnView1.IO.Params.ImageIndex to the page you require before loading.
I'm not sure how DPI is handled on loading of the PDF, you should check with the developer. You can modify it after loading by setting ImageEnView1.IO.Params.DPI.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
PStadler |
Posted - Sep 02 2016 : 02:54:38 Hello,
Thank you for the reply. Here some other questions.
Is it possible to open a pdf and jump to a page programmatically?
How the image bitmap can be set to a certain resolution, e.g. 300 dpi?
Sincerely
Peter |
xequte |
Posted - Sep 01 2016 : 18:19:17 Hi
1. Yes, it is is loaded as a large image, so zooming is supported.
2. Only in the same way as you can annotate an image in TImageEnVect (i.e. changes cannot be saved back to the PDF)
3. In the same way as images
Nigel Xequte Software www.xequte.com nigel@xequte.com
|