Page 1 of 1

Convert Multi-Page TIFF to Multi-Page PDF

Posted: Wed Mar 12, 2008 12:37 am
by varcarme
Hi Loic

Is there any sample code to do this?

Also....just a thought....are there any plans to include a MAIL facility within the new version so that I could quickly call up my mail client with the current (or a.n.other) image attached.

I can use MAPI but it would be great (and far simpler) if I could use GD....

Thanks

Andy

Re: Convert Multi-Page TIFF to Multi-Page PDF

Posted: Wed Mar 12, 2008 6:06 am
by fbmachines
Andy,
I stumbled across this link in the documentation section for such example using Visual Basic. Is this what you were looking for?
https://www.gdpicture.com/samples/sample ... basic.html

Code: Select all

Dim Imaging As New GdPicturePro5.cImaging
Dim nImageID As Long

nImageID = Imaging.CreateImageFromFile("multipage_tif.tif")
Call Imaging.PdfCreateFromMultipageTIFF(nImageID, "output.pdf")
Imaging.CloseImage (nImageID)
Corey

Re: Convert Multi-Page TIFF to Multi-Page PDF

Posted: Wed Mar 12, 2008 12:18 pm
by varcarme
Thanks Corey

[C#/VB.NET] Converting TIFF images to PDF documents

Posted: Tue Sep 02, 2014 10:29 am
by Cedric

Re: Convert Multi-Page TIFF to Multi-Page PDF

Posted: Wed Jan 30, 2019 9:11 pm
by Gabriela