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
 fastest way to merge TIFs into PDFs

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
dave.sellers Posted - Sep 09 2013 : 05:00:39
Hi

I have 3.6M single frame TIF files which I need to merge into PDFs, typically around 10 pages per PDF.

I can do this using ImageenMView e.g.

for i := 0 to slFiles.count -1 do
begin
ImageEnMView1.MIO.LoadFromFileTIFF(slFiles[i]);
ImageEnMView1.MIO.Params[i].PDF_Compression := ioPDF_JPEG;
end;
ImageEnMView1.MIO.SaveToFilePDF(destfile);

It works but seems slow, can anybody suggest a quicker way?

Cheers
Dave
3   L A T E S T    R E P L I E S    (Newest First)
dave.sellers Posted - Sep 10 2013 : 03:23:01
Hi Nigel

OK, I tried that but it's only marginally quicker ~10%

I've estimated 10 days processing time for 3.6M files but we can probably run multiple instances of the app and get that down to a couple of days. It's a one-off task so I'm not that bothered, they'll just have to wait..

Thanks for your help.
Dave
dave.sellers Posted - Sep 09 2013 : 13:27:46
Hi Nigel

Thanks for that.

I can't try this out until tomorrow but in what way is
http://www.imageen.com/help/TImageEnIO.SaveToPDF.html non-visual given that it uses ImageEnView?

Will give it a whirl in the morning and report back,

Cheers
Dave
xequte Posted - Sep 09 2013 : 13:19:58
Hi Dave

You can also do it non-visually. See:

http://www.imageen.com/help/TImageEnIO.SaveToPDF.html


And also the PDFBuilder demo which is under \Demos\InputOutput\


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