Register a free account to unlock additional features at BleepingComputer.com
Welcome to BleepingComputer, a free community where people like yourself come together to discuss and learn how to use their computers. Using the site is easy and fun. As a guest, you can browse and view the various discussions in the forums, but can not create a new topic or reply to an existing one unless you are logged in. Other benefits of registering an account are subscribing to topics and forums, creating a blog, and having no ads shown anywhere on the site.


Click here to Register a free account now! or read our Welcome Guide to learn how to use this site.

Generic User Avatar

Converting JPEG to PDF


  • This topic is locked This topic is locked
20 replies to this topic

#1 zombiewhacker

zombiewhacker

  •  Avatar image
  • Members
  • 124 posts
  • OFFLINE
  •  
  • Local time:09:04 AM

Posted 12 August 2013 - 03:05 PM

Can anyone recommend a good utility?



BC AdBot (Login to Remove)

 


#2 SpywareDoc

SpywareDoc

  •  Avatar image
  • Members
  • 875 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Maryland, USA
  • Local time:09:04 AM

Posted 12 August 2013 - 05:10 PM

Try CutePDF. Since it installs as a printer driver, you can then "print-to-pdf" from within any program that prints like Paint, Word, Internet Explorer, whatever. Simply print to your new CutePDF printer and CutePDF will pop-up and prompt you for the PDF filename you want to use and which folder you want to put it in.

 



#3 zombiewhacker

zombiewhacker
  • Topic Starter

  •  Avatar image
  • Members
  • 124 posts
  • OFFLINE
  •  
  • Local time:09:04 AM

Posted 12 August 2013 - 07:34 PM

Will CutePDF affect my default printer settings, or will it only pop up when I change printer settings within a document? 



#4 SpywareDoc

SpywareDoc

  •  Avatar image
  • Members
  • 875 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Maryland, USA
  • Local time:09:04 AM

Posted 13 August 2013 - 08:18 AM

No, it won't affect your default printer settings. It only pops up when you select it as the printer.



#5 smax013

smax013

  •  Avatar image
  • Helper Emeritus
  • 2,329 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Local time:09:04 AM

Posted 13 August 2013 - 08:50 PM

Will CutePDF affect my default printer settings, or will it only pop up when I change printer settings within a document?


It should not affect the default printer settings UNLESS you want it to be your default printer (i.e. say you want to go paperless, so to speak, and print everything to PDF rather than paper).

While I don't use that particular PDF printer, the PDF printer that I use (PrimoPDF) on my Windows machines (my Macs have it built-in) did not change my default printer.

Edit: The other overall option might be some sort of PDF editor that will actually open up JPGs and then allow you to save them as PDFs. I honestly don't know if there are any such PDF editors in the Windows world that will do that...but I have to believe that it is likely because I know it is possible. The Mac OS's built-in Preview app is meant primary as a PDF editor, but it will also open up image files (JPGs, TIFFs, etc) and allow you to save them as a PDF. So, I have to believe that there is at least one Windows program that will do that same out there in the world.

Edited by smax013, 13 August 2013 - 08:52 PM.


#6 SpywareDoc

SpywareDoc

  •  Avatar image
  • Members
  • 875 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Maryland, USA
  • Local time:09:04 AM

Posted 14 August 2013 - 06:21 AM

Edit: The other overall option might be some sort of PDF editor that will actually open up JPGs and then allow you to save them as PDFs. I honestly don't know if there are any such PDF editors in the Windows world that will do that...but I have to believe that it is likely because I know it is possible.

 

Adobe Photoshop can open a .jpg and then save it as a .pdf. (Note: Version 6 and older do not have this capability).



#7 smax013

smax013

  •  Avatar image
  • Helper Emeritus
  • 2,329 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Local time:09:04 AM

Posted 14 August 2013 - 12:36 PM

Edit: The other overall option might be some sort of PDF editor that will actually open up JPGs and then allow you to save them as PDFs. I honestly don't know if there are any such PDF editors in the Windows world that will do that...but I have to believe that it is likely because I know it is possible.

 
Adobe Photoshop can open a .jpg and then save it as a .pdf. (Note: Version 6 and older do not have this capability).


True...but then using Photoshop for this purpose is kind of like killing a fly with a sledgehammer.   :whistle:

I doubt someone would want to shell out the money needed for Photoshop just to save JPGs as PDFs.

It does suggest that there are likely other options...potentially free or rather low cost ones. Looks like Inkscape might be able to do it.

#8 SpywareDoc

SpywareDoc

  •  Avatar image
  • Members
  • 875 posts
  • OFFLINE
  •  
  • Gender:Male
  • Location:Maryland, USA
  • Local time:09:04 AM

Posted 14 August 2013 - 04:06 PM

It was simply the first thing that came to mind. ;)



#9 zombiewhacker

zombiewhacker
  • Topic Starter

  •  Avatar image
  • Members
  • 124 posts
  • OFFLINE
  •  
  • Local time:09:04 AM

Posted 14 August 2013 - 07:47 PM

 

 

Edit: The other overall option might be some sort of PDF editor that will actually open up JPGs and then allow you to save them as PDFs. I honestly don't know if there are any such PDF editors in the Windows world that will do that...but I have to believe that it is likely because I know it is possible.

 
Adobe Photoshop can open a .jpg and then save it as a .pdf. (Note: Version 6 and older do not have this capability).

 


True...but then using Photoshop for this purpose is kind of like killing a fly with a sledgehammer.   :whistle:

I doubt someone would want to shell out the money needed for Photoshop just to save JPGs as PDFs.

It does suggest that there are likely other options...potentially free or rather low cost ones. Looks like Inkscape might be able to do it.

 

Son of a gun!  I've had Inkscape all along and never realized it could do PDF files. Just test-drived it and the results were great.  Thanks!



#10 Abigail111

Abigail111

  •  Avatar image
  • Members
  • 4 posts
  • OFFLINE
  •  
  • Local time:10:04 PM

Posted 14 August 2013 - 11:05 PM

I know a method :

// 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);



#11 smax013

smax013

  •  Avatar image
  • Helper Emeritus
  • 2,329 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Local time:09:04 AM

Posted 15 August 2013 - 12:29 AM

Son of a gun!  I've had Inkscape all along and never realized it could do PDF files. Just test-drived it and the results were great.  Thanks!


Glad to help!

#12 jaytee84

jaytee84

  •  Avatar image
  • Members
  • 22 posts
  • OFFLINE
  •  
  • Local time:07:04 AM

Posted 02 December 2013 - 03:32 PM

I know a method :

// 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);

 

lol awesome



#13 Sumling

Sumling

  •  Avatar image
  • Members
  • 1 posts
  • OFFLINE
  •  
  • Local time:04:04 PM

Posted 05 April 2014 - 03:06 AM

hello does someone have an idea for a program which you can permanently have on your computer for free that does these kind of things?

Currently ive been using http://convertjpgpdf.net/ but i dont have internet when i travel and i still need this for work...

Doesnt matter if its not entirely free, just not expensive -.-



#14 smax013

smax013

  •  Avatar image
  • Helper Emeritus
  • 2,329 posts
  • OFFLINE
  •  
  • Gender:Not Telling
  • Local time:09:04 AM

Posted 07 April 2014 - 05:26 AM

hello does someone have an idea for a program which you can permanently have on your computer for free that does these kind of things?
Currently ive been using http://convertjpgpdf.net/ but i dont have internet when i travel and i still need this for work...
Doesnt matter if its not entirely free, just not expensive -.-


Have you tried any of the other programs mentioned in this thread…i.e. CutePDF, PrimoPDF, etc?

#15 beeper54

beeper54

  •  Avatar image
  • Members
  • 12 posts
  • OFFLINE
  •  
  • Local time:03:04 PM

Posted 08 April 2014 - 02:33 AM

You can even do it in MS Word ;)






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users