Outline:
After you're done lettering, you'll need to prepare all of your assets to send to your client. This guide will walk you through how to perform some common operations.
NOTE: Prepress duties are not considered a part of the letterer's duties. Prepress work should be compensated separately from lettering work. Prepress duties include:
The work of letterers and prepress professionals has been blurred over the years. Know that it is additional work that you should be compensated for. Publishers should have trained in-house staff to perform these duties.
To export a PDF so that a proofreader can provide corrections, follow these steps:
File > Export...
, or press command + EFormat
is set as Adobe PDF (Print)
Adobe PDF Preset
for proofing. Export
.Some tips for PDFs:
You might be asked to reverse the page order of a PDF, for a variety of reasons. To do that in Adobe Acrobat, do the following:
View:
section, make sure that the dropdown has Console
selected.View:
section:for (i = this.numPages - 1; i >= 0; i--) this.movePage(i);
Press command + enter to run the script. Undefined
should show up on the next line underneath the script.
The pages should now be reversed!
Note: Adobe Reader (the free version of Acrobat) doesn't allow users to use scripts, so this method won't work
Depending on the project, you'll come across a variety of types of image files. It's important to prepare them correctly for both quality and posterity.
NOTE: InDesign will only package files that are linked to the InDesign file (see the full list in the Links
panel). These files should be the final, press-ready images. If you have any additional, layered files, you will have to manually add them to the final package folder.
Some of these topics would be considered prepress work, so if you're ever uncomfortable doing these things without more pay or training, then let your client know.
When working in print, always check with your client to see which pages should be monochrome, grayscale, and color. It can vary from project to project.
Here are some of the image types that you'll come across:
The majority of images in a chapter of manga will be monochrome, which means the art only has black and white pixels. They can look a number of ways depending on the project and publisher:
Retouching the art will be much easier on Grayscale files (see the guide on retouching for more information). Keep a backup of the layered files, and be sure to submit them in a separate folder.
This may vary from client to client, but all monochrome art should be submitted as flattened bitmap files. You can find instructions on how to batch convert files here.
Some art files will intentionally have gray values, either because it was previously color artwork, or because it's an interstitial page with graphic design elements.
If an art file doesn't have any gray values, then it should be submitted as a flattened, Bitmap file. See the preparing monochrome files for more information.
If you have a .tif or .psd file that has color plates, and the page is being printed in black and white, you'll need to convert it to be Grayscale like this:
Channels
panel. If you see spot color (i.e., anything other than CMYK, Cyan, Magenta, Yellow, and Black), select that channel and choose Merge Spot Channel
from the panel menu. Image > Mode > Grayscale
. Click OK
'.If you have an Illustrator file that you need to convert to Grayscale, you can either:
Edit > Edit Colors > Convert to Grayscale...
File > Export > Export As...
, providing a file name and destination, selecting TIFF (tif)
as the format, and clicking Export
. In the next dialogue, make sure that Color Mode
is set to Grayscale
and the Resolution
is set to 300 ppi or higher, selecting LZW Compression
, and clicking OK
.In some cases, it might be useful to link to the image files directly in the InDesign file. The links can be found in the Links
panel in Illustrator. From there, you can select an image to find its location on your hard drive. If the image is embedded, you can select Unembed...
from the panel menu, and then you can select a new place to save the file.
If you're given Illustrator files (.ai or .eps), make sure to include any linked images and assets in your final submission. It might make sense to export any Illustrator files to TIFF files by selecting File > Export > Export As...
providing a file name and destination, selecting TIFF (tif)
as the format, and clicking Export
.
If you're working on files intended for print and need to remove color plates, see the section on converting illustrator files to Grayscale for guidance.
When you're ready to submit your work in InDesign to your client, you'll need to package it all into a folder. InDesign has a function built specifically for this purpose, and you can find it in File > Package...
This process will create a copy of your InDesign project that will work seamlessly on other people's computers.
The first dialogue you'll get when Packaging will give you a summary of what all is contained in your InDesign file. Click through all of the tabs to make sure there are no missing links or font files.
For more information on preparing font files and resolving issues, see the guide on exporting fonts.
Once you're satisfied with the state of the package, select Package...
The second dialogue will give you a number of options for you to consider.
Copy Linked Graphics
was checked. It updates the links' locations in the exported InDesign document.When you're satisfied with your export options, select Package
.
Make sure to review the package once it's exported. Here are some things you may want to do before uploading
Document fonts
folder. See the guide on exporting fonts for more informationLinks
folderSome clients use an FTP server to manage files with their freelancers. If you're familiar with cloud-based services like Google Drive and Dropbox, using an FTP server is the predecessor to their functionality.
The first thing you need to do is install software to connect with FTP. In the same way that Chrome and Firefox connect to servers with HTTP, this software will connect to servers with FTP.
The most common FTP softwares are below. Feel free to use either one, but Cyberduck has a more intuitive UI:
You should be given login instructions, which, at the very least, should include a URL, username, and password. For the sake of this example, we'll be using:
If any of these pieces of information are missing, check with your client for help!
To set up the connection in Cyberduck, follow these steps:
Open Connection
button in the top left corner. Alternatively, press command
+ O
FTP-SSL (Explicit AUTH TLS)
Connect
Add to Keychain
to save this information for laterIf you encounter any weird errors, always defer to your client for help.
Download To...
Upload...