T O P I C R E V I E W |
mdgodfrey |
Posted - Apr 11 2024 : 12:28:01 I don't seem to be able to find a PDF Print option that allows the printing of selected pages within the PDF. I am using a ImageEnMView as the selector of pages but I don't seem to be able to populate the the pages to be printed using prSelection.
What I wish I could find is something like is possible with exporting. ImageEnMView.Print(True, MultiSelectImageImage, prSelection); Then have the printdialog allow prSelection and show the selected page to be printed.
I can write around this using export pages and then print the exported file but if there is something I'm just missing I would rather use that.
Thanks |
3 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - Apr 22 2024 : 22:50:16 Hi
Next week's release supports a print overload with a Pages: Array of Index parameter. That will do what you are looking for.
Nigel Xequte Software www.imageen.com
|
mdgodfrey |
Posted - Apr 22 2024 : 18:24:06 I am printing directly from the PDFViewer. But the desire is print only the pages that the user has selected in the Thumbnails. The example sent only allows the printing of pages in sequence but I want the selected. For Example Pages: 1,3,7,9
I did find something that allows the user to type in the pages manually but I want to supply the already selected pages.
Thanks |
xequte |
Posted - Apr 11 2024 : 15:30:32 Hi
Please see the PrintSelected parameter of TImageEnMView.MIO.PrintImages():
https://www.imageen.com/help/TImageEnMIO.PrintImages.html
Or if you are printing directly from the PDFViewer, use:
https://www.imageen.com/help/TIEPdfViewer.Print.html
Nigel Xequte Software www.imageen.com
|