How do I print to a USB drive?

I don't own a printer. I want to print on-line documents such as coupons and airline tickets to a USB drive which I will then take to the Staples store for printing. I want to keep the bar codes intact.

How can I print to the pen drive?


Solution 1:

If you're using Windows, you could install CutePDF (free), which allows you to save any printable document to a PDF. You could save the PDF files to your thumbdrive, then transport them to Staples.

Link to CutePDF

If you're using a Mac, in the standard print dialog you can select PDF -> Save to PDF...

Solution 2:

You don't even need to install CutePDF - select a Postscript printer and Print to File. (this will give you a postscript file).

To create a "print to Postscript" virtual printer in Windows XP, follow these steps:

  1. Start the Add Printer Wizard (Start -> Printers & Faxes -> Add Printer).
  2. Select "Local printer", and uncheck the "Automatically detect and install" checkbox.
  3. Select "Use the following port". In the dropdown, select "FILE: (Print to File)".
  4. This is where you choose a driver; you need a Postscript driver for this. Good ones are the "Apple Color LW 12/660 PS", "Apple LaserWriter 12/640 PS", and "Apple LaserWriter 16/600 PS". If you want to print in color, use the "Apple Color LW 12/660 PS". Drivers for all of these are provided by Microsoft, so there's no need for additional downloads.
  5. Set the name for the printer or leave the default. Set it as the default printer if you want.
  6. Share and print a test file as desired, and finish the wizard.

When complete, you'll have a new "printer" available to your applications. When printing to this virtual printer, a popup dialog will ask where to save the output file. It will be a Postscript file, but you may need to add the .ps file extension by hand. There are free tools that will convert Postscript to PDF if you prefer (such as ps2pdf from the GNU Ghostview utility).

Solution 3:

On a Mac, just hit Command+P (or File -> Print), click the PDF button at the bottom-left of the dialogue and choose Save as PDF...