Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search
7 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
how can i convert pdf to jpg? nm (Original Post) rhett o rick Jul 2013 OP
try this site: steve2470 Jul 2013 #1
Run it through a copier? pscot Jul 2013 #2
Why do you want to convert a pdf to jpg ? PoliticAverse Jul 2013 #3
here is another one which is an app... ChromeFoundry Jul 2013 #4
Thanks. nm rhett o rick Jul 2013 #5
reply Donna111 Sep 2013 #6
reply Jony Green Aug 2015 #7

PoliticAverse

(26,366 posts)
3. Why do you want to convert a pdf to jpg ?
Wed Jul 31, 2013, 12:05 PM
Jul 2013

Does it include text or is it only an image in pdf format or do you want to extract an image in a larger .pdf doc ?

Donna111

(8 posts)
6. reply
Sun Sep 29, 2013, 02:50 AM
Sep 2013

Hello
Here is my method to convert pdf files to jpeg:
// Method to open PDF document file in C# project
public static REDocument OpenDocumentFile(string filePath);
public static REDocument OpenDocumentFile(string filePath, BaseDecoder dec);

// Method to save PDF document to image file in C# project
public static void SaveImageFile(REImage image, string filePath);
public static void SaveImageFile(REImage image, string filePath, BaseEncoder enc);

Or you can just take a look at the origin site.It supports to detailed tutorial.

Latest Discussions»Help & Search»Computer Help and Support»how can i convert pdf to ...