T O P I C R E V I E W |
andyhill |
Posted - Oct 20 2019 : 18:19:31 It has been a long time since I worked with ImageEn (I have been stuck in JavaScript Land).
Please show me how to load a PDF Page.x Into ImageEnMView, My code below shows a blank page (it would be nice if MView loaded all pages):-
ImageEnVectDisplay.IO.Params.ImageIndex:= 1; ImageEnVectDisplay.IO.Params.Dict.Insert('PDF:Density', 200); ImageEnVectDisplay.IO.LoadFromFile(DirectoryList2[i]); // Test For WrongFormat // if WrongFormat = False then begin j:= ImageEnMView11.AppendImage; ImageEnMView11.SelectImage(0); ImageEnMView11.IEBitmap.Assign(ImageEnVectDisplay.IEBitmap);
Andy |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Oct 21 2019 : 18:29:32 Hi Andy
That is not a plug-in that we support.
Nigel Xequte Software www.imageen.com
|
andyhill |
Posted - Oct 20 2019 : 23:52:27 None, I have SynPDF ?
Andy |
xequte |
Posted - Oct 20 2019 : 23:46:39 Hi Andy
ImageEn needs a plug-in to load PDF files. Which one are you using?
Nigel Xequte Software www.imageen.com
|