This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Wednesday, March 1, 2006 7:56:43 AM(UTC)
Groups: Registered
Posts: 3
I am an evaluation user of LEADTools and am lookiing for an example or tutorial which will clearly show how I can load a PDF file and then convert each page to an image suitable for serving to a web browser. We need to show the user "thumbnails" of each page of a PDF document that are small enough to fit multiple images on one HTML page, yet large enough for the contents to be identifiable, if not completely legible. We are writing an ASP.NET application. Any suggestions and help welcome.
Thanks,
Grant
#2
Posted
:
Friday, March 3, 2006 12:48:28 PM(UTC)
Groups: Registered, Tech Support
Posts: 207
Was thanked: 3 time(s) in 3 post(s)
We do not have examples that specific. However I would suggest taking a look at the function Leadtools.Codecs.RasterCodec.Load. This function allows you to load either all pages or specific pages of a file and lets you resize the page during loading. Once in memory you have the option to convert each image into a System.Drawing.Image or Leadtools.Codecs.RasterCodec.Save the file to memory as a JPEG.
Travis Montgomery
Senior Sales Engineer
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.