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
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