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 |