Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
Sidney Egnew
Posted - Jun 21 2017 : 11:13:47 For email and printing purposes, I want to create a PDF from a multi-page Tiff that only outputs the odd numbered pages. Odd numbered pages correspond to the front of a physical page and even numbered pages correspond to the back. The images are stored as BFILE fields in an oracle database. How can I do this?
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Jun 22 2017 : 19:36:55 Hi Sidney
Have you tried the PDFBuilder demo in the InputOutput folder?
It uses ImageEnView1.IO.SaveToPDF to add images to the current PDF file (being created). So you would just load the page of the TIFF that you want to ouput (i.e. by setting ImageEnView.IO.Params.ImageIndex before LoadFromFileTIFF).
Another method would be to load the entire TIFF into a TIEMultiBitmap, remove the TIFF pages you don't want to output and then Write the TIEMultiBitmap to file.