Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Thursday, February 25, 2010 10:31:31 AM(UTC)

apalcer  
apalcer

Groups: Registered
Posts: 8


IS there a way to convert PDF to Tiff?
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Friday, February 26, 2010 6:19:07 AM(UTC)

Walter  
Walter

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.
LEAD Logo
 
#3 Posted : Wednesday, March 1, 2017 11:28:36 AM(UTC)
BonzoFestoon

Groups: Administrators
Posts: 27

Was thanked: 1 time(s) in 1 post(s)

Today, I posted a Visual Studio 2017 console app project that converts document formats to TIFF, using a feature from LEADTOOLS V19 released on 28 Feb 2017.

https://www.leadtools.com/blog/document-imaging/efficiently-convert-document-to-image/
Gabriel Smith
LEAD Technologies, Inc.

LEAD Logo
 
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.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.082 seconds.