Posted 4 March 2019, 5:22 pm EST
I currently iterate through each page of my .pdf and Export to .tif, one page at a time using C1.Win.C1Document.Export.TiffFilter.Export.
It looks like you can export all the pages from a .pdf and then access them from the OutputFiles property of the TiffFilter.
I can’t seem to get this to work. Is there a sample of how to do this with the TiffFilter.
I do not want to use the UseZipForMultipleFiles.
I do not want MULTIPAGE .tif files (this seems to be what is happening).
Thanks,
John