Vector format for FedEx/Kinkos?

1

I am looking over some of Kinko's available file formats.(link)

You may upload any file to FedEx Kinko's Print Online. However, Print Online can only convert the following file formats to PDF for printing: Adobe Acrobat (.pdf), Microsoft Word (.doc, .docx, .docm, .dotx), Microsoft Excel (.xls, .xlsx, .xlsm, .xltx, .xltm, .xlsb), Microsoft PowerPoint (.ppt, .pptx, .pptm, .ppsx, .pptx), Post Script (.ps), Rich Text File (.rtf), Text File (.txt) and Kinko's Document Format (.kdf).

I don't know yet what size I want to print at. It's a vector drawing. Which formats allow you to resize the document to any size without getting pixelated? Or rather, which formats are dummy-proof, so that whoever works there doesn't screw things up? Thanks.

posfan12

Posted 2016-03-20T06:55:23.010

Reputation: 525

Answers

1

The best you'll be able to get with the formats they support is likely to be via PDF or possibly PostScript (.PS) format.

PDF supports both vector and bitmap images so as long as the program you are using has a good PDF exporter then the quality should be nearly identical to the original.

You can check this by exporting to PDF and then opening the file, when you zoom in a large amount you should see lines initially pixelated but they should then re-render and have the same smooth edges as they did at lower zooms.

PS format is a format intended for printing and also handles vector art as well as bitmap images and was originally intended to be used on plotter printers (I believe). I don't have any real experience using this format except to know that it is often natively supported by high quality printer devices and can allow you to poke a file you have directly to the printer rather than trusting the system print spooler and drivers to convert your file appropriately.

Either of those formats should do what you want, but PostScript might be closer to what they expect to send to the printer.

Of course even if you send them a vector image there is a chance that someone in the chain might convert it to a bitmap format for you, but you would hope this was not the case.

Mokubai

Posted 2016-03-20T06:55:23.010

Reputation: 64 434

1

PDF supports vector graphics, and PDFs are routinely used by print companies, etc. PDF is a complex format, though, and preparing PDFs for printing is more art than science (especially if you care about colors).

I'd ask the printer if they have specific instructions, but from all the formats that you cited, PDF is the safest bet for vector graphics.

haimg

Posted 2016-03-20T06:55:23.010

Reputation: 19 503