#1
Posted
:
Thursday, February 25, 2010 10:31:31 AM(UTC)
Groups: Registered
Posts: 8
IS there a way to convert PDF to Tiff?
#2
Posted
:
Friday, February 26, 2010 6:19:07 AM(UTC)
Groups: Tech Support
Posts: 366
Thanks: 1 times
Was thanked: 4 time(s) in 4 post(s)
Hello,
Yes, you can convert a PDF to TIFF by using RasterCodecs.Load() to read in the PDF, and RasterCodecs.Save() to generate the new TIFF file. If the PDF has multiple pages and you only want to select specfic pages for conversion, this is possible with the overloads available for the Load method.
You can find out how many pages an image has by using the RasterCodecs.GetInformation() method. This will return an instance of the CodecsImageInfo class, which you can check for the total pages.
I would also recommend checking out the CodecsPdfLoadOptions class for modifying the default PDF loading options.
Walter Bates
Senior Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Wednesday, March 1, 2017 11:28:36 AM(UTC)
Groups: Administrators
Posts: 27
Was thanked: 1 time(s) in 1 post(s)
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.