ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Extract Fronts (Odd numbered Pages) Multipage TIFF

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.

Let me know if you need more detail.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com