Hi Timo
Unfortunately, PDF support in ImageEn can be confusing because it is supported in different ways depending on the method and the plug-in, e.g. native exporting is used for outputting layers because it gives the most accurate result, but native loading is not available. When loading via plug-in, a rasterized image can be loaded or a full quality render. More info at:
https://www.imageen.com/help/File_Formats.html#PDF
If you see instances of the help file being inaccurate or confusing, let us know.
1. If you are using a TImageEnView.PDFViewer to load the PDF then attach it to the TImageEnMView to show the content:
ImageEnMView1.AttachedImageEnView := ImageEnView1;
If you load the content directly into TImageEnMView, then the document is rasterized. You should definitely use LoadFromFileOnDemand to handle large images. When rasterizing, the default size should be the actual size (preferred size) for the PDF page, which should easily be high enough quality for thumbnails. Can you explain this issue in more detail?
2. When using PDFium in TImageEnView (or showing it in TImageEnMView when attached) the image is rendered at the display size. If you , e.g. if you zoom to 300% it should still be full quality.
Have you tried the PDF Viewer demo:
\Demos\Other\PDFViewer\PdfViewer.dpr
3. No, not as meta-file. Only as a PDF or a support image format.
Nigel
Xequte Software
www.imageen.com