Generate from PDF images with iTextSharp?
-
Hi, I want to generate from an PDF Images. But how?? My favorite iTextSharp. thx
-
Hi, I want to generate from an PDF Images. But how?? My favorite iTextSharp. thx
Well there are many examples on how to use iTextSharp. Look for example here[^] and here working with images[^].
Yusuf May I help you?
-
Well there are many examples on how to use iTextSharp. Look for example here[^] and here working with images[^].
Yusuf May I help you?
Thanks Yusuf! I now... but i can´t find a exampel (iTextSharp) to gernerate thumbnails :( In IText NOT in ITextSharp can i use this function: decoder.getPageAsImage(PageNumber) But how can i create thumbnails with iTextSharp??? thx!!!
-
Thanks Yusuf! I now... but i can´t find a exampel (iTextSharp) to gernerate thumbnails :( In IText NOT in ITextSharp can i use this function: decoder.getPageAsImage(PageNumber) But how can i create thumbnails with iTextSharp??? thx!!!
I don't know as I never worked with iTextSharp. We use imagemagick[^] and GhostScript[^] to generate thumbnails of PDF files. But that is completely different way of doing it. Is there something you can make use in here[^]?
Yusuf May I help you?