Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Converting Several .tif to one pdf

Status
Not open for further replies.

stsuing

Programmer
Joined
Aug 22, 2001
Messages
596
Location
US
I would like to create a dll that accepts a collection of file locations example:

page1.tif
page2.tif
page3.tif
page4.tif

The function that accepts this collection would then create a PDF with all 4 pages in it and save it to a folder on my web server. The function would then pass the location of the file so that the user could get to it.

Any ideas would be greatly appreciated
 
I needed a solution like yours in the past and have found it using a simple external program, TIFF2PDF, downloadable from the Net if you search for it. It involves Ghostscript and works like a printer driver...
 
How do I convert a crystal report into pdf format, using VB6 ? Which are the dlls required for converting rpt to pdf in vb ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top