How to export smaller PDFs

Hello! I have bene using Freehand, but have been forced to migrate to Illustrator which I am learnign quickly. But I have been unable to figure out how to create good quality PDFs from my multi-page Illustrator CS5 files. Currently my PDFs are liek 140MB.
I am a graphic designer and am constantly designing stuff which I export/saveAS to PDF which I have to email to my clients. Good quality smaller PDFs would help. It was very easy with Freehand....

function(){return A.apply(null,[this].concat($A(arguments)))}
when i export as pdf in Freehand, I can open in Freehand or Illustrator to edit. So editing later in Illustrator is a nice option to have.
Turning off the Maintain Illustrator Editability option does not mean you can't open the resulting PDF in AI or FreeHand or Draw, or whatever. It just means that you will be opening PDF content, which is a set of simplified objects that are more "universally understood" by drawing programs.
In other words, turning that option off results in a PDF like those you are accustomed to exporting from FreeHand.
Turning that option on actually embeds a full copy of the native Illustrator file in the PDF. That copy is ignored when the PDF is imported by anything other than Illustrator (including even Adobe apps like InDesign). As you would expect, it grossly enlarges the size of the PDF file.
For sending PDFs to your client for review, just selecting the Smallest File Size preset in the Save PDF dialog will usually result in a small enough file for draft purposes (assuming you don't have a bunch of oversampled raster images, etc. in the design.) You can customize the varioius export options to further reduce size (for example, downsample raster images to screen resolution). You can save the altered settings combination that you like as a preset for future use.
Saving Illustrator native files performs similar smoke & mirrors. By default, when you save an AI native file nowadays, it embeds a second full version of the content as PDF. Turning off the "Acrobat Compatibility" (or something like that) option when saving in native AI format similarly prevents bloating your AI native files.
JET

Similar Messages

  • How to export a PDF to a word document? at the moment it came up with "The encoding (CMap) specified by a font is missing ????? what can I do?  thanks

    How to export a PDF to a word document? at the moment it came up with "The encoding (CMap) specified by a font is missing ????? what can I do?  thanks

    Hi frenchiem,
    This is due to the PDF file cannot display the original fonts. To fix it, creator should create the PDF file with the embed font option enabled. Thus, user can open the file on any platform with the same layout. Or the Acrobat product can display them after you install the appropriate font support package on the client side.
    Regards,
    Rave

  • How to export book pdf using custom presets for all book files in indesign using javascript

    How to export book pdf using custom presets for all book files in indesign using javascript.

    Hi jackkistens,
    Try the below js code.
    Note: you can change your preset name in below (e.g, Your preset name).
    var myBook = app.activeBook;
    myBook.exportFile(ExportFormat.PDF_TYPE, File (myBook.filePath+"/"+myBook.name.replace(/\.indb/g, ".pdf")), false, "Your preset name", myBook.bookContents, "Book_PDF", false);
    example:
    var myBook = app.activeBook;
    myBook.exportFile(ExportFormat.PDF_TYPE, File (myBook.filePath+"/"+myBook.name.replace(/\.indb/g, ".pdf")), false, "[High Quality Print]", myBook.bookContents, "Book_PDF", false);
    thx,
    csm_phil

  • Anyone know how to export a PDF from InDesign so it is "click to go to next page" instead of "scroll to go to next page"?

    Anyone know how to export a PDF from InDesign so it is "click to go to next page" instead of "scroll to go to next page"?

    I don't use the latest InDesign, but in the past ID's options for exporting to PDF did not allow setting how a PDF should be viewed once exported.  However, these settings can be adjusted in Acrobat through Preferences: check out Page Layout and Zoom under Page Display.
    David

  • How to export interactive pdf?

    hi,
    pls help me,how to export interactive pdf?
    thanks,
    vijay

    Hi Vijay,
    you can use following commands to export the interactive PDF
    InterfacePtr<ICommand> pPDFExportCmd(CmdUtils::CreateCommand(kInteractivePDFExportCmdBoss));
    if (pPDFExportCmd == nil)
         break;
    InterfacePtr<IInteractivePDFExportPrefs> pExportPrefs(pPDFExportCmd, IID_IINTERACTIVEPDFEXPORTPREFS );
    if (pExportPrefs == nil)
         break;
    instead of
    InterfacePtr<ICommand> pPDFExportCmd(CmdUtils::CreateCommand(kPDFExportCmdBoss));
    if (pPDFExportCmd == nil)
         break;
    InterfacePtr<IPDFExportPrefs> pExportPrefs(pPDFExportCmd, IID_IPDFEXPORTPREFS);
    if (pExportPrefs == nil)
         break; 
    and then set the export options through api IInteractivePDFExportPrefs
    Hope this helps.
    Regards
    Farzana.

  • How to export a PDF including all of the borders?

    I am very new to InDesign.  I have only used it a handful of times and am unfamiliar with setting up pages.  I was given a file and I have to export it.
    The problem is that, when I export it as a PDF, a small part of the image is cut off on each page.  I have attached an image showing this.
    The outermost red "border" does not export.  Only the black "border" and everything inside the black border export.  I want to export everything, including the parts of the image included in the outermost red border.
    It is only about .125," but it is part of the bleed area, and if it doesn't export, everything is too close to the edge.  Does anyone know how to export everything, including the outermost red border?  I apologize if this is obvious.  I am just not well acquainted yet with the program.  Thank you very much in advanced.
    Operating System: Mac OS X (10.9)
    InDesign Version: CS6

    Bo LeBeau wrote:
    You mentioned: It is only about .125," but it is part of the bleed area, and if it doesn't export, everything is too close to the edge.
    The .125" bleed will be cut off, so if you think some elements are too close to the edge when the bleeds are NOT exported, you will still have the same appearance when the bleeds ARE exported because the bleeds are meant to be cut off at the document (trim) edges.
    Although that is true, I am uploading the image to a website, where you can preview the file before it is printed.  Without the bleed, the website automatically creates a new bleed, using the final trim size, so everything is closer to the edge.
    When I export it with the correct bleed and upload it to the site, it is correctly displayed, if that makes sense.

  • Pages: How to export a PDF suitable for print-on-demand

    I need to be able to export a PDF from Pages that will meet the specs for the IngramSpark or Lightning Source Print on Demand programs. They require a PDF that has all fonts fully embedded in one of these two PDF versions:
    PDF/X-1a:2001 or PDF/X-3:2002
    Does Pages export - either through the export function or Print function - to either of those specs and does it embed full font sets?
    Thanks.

    The reason neither Pages, or Swift Publisher nor most of the low cost DTP apps do this on OSX is because they use Apple's muddled print output. It almost but not quite outputs to PDF/X-3:2002, and even there there are caveats.
    Indesign and QuarkXpress use their own print engines and Scribus uses GhostScript.
    GhostScript is available for OSX. I have not tried this so you are in wide open territory, but experiment to see if it fixes Pages' output. My suspicions are that GhostScript may not capture Pages' output before it has already been through Apple's muddled output.
    There are other problems with Apple's approach. No specifiable defined colours in Styles. No spot colours, and no proofing. ColorSync itself is powerful but undocumented and difficult to tailor. You can run the end result through Acrobat Pro's Press Check but it only picks up the errors, you are on your own trying to fix them.
    The only easy to use, low price DTP application that meets your requirements is Serif PagesPlus, which runs only on Wimdows. You can run this in BootCamp or some other virtualiser.
    Adobe lets you effectively hire Indesign CC by the month so may be a cost effective solution in the short term. It is a professional solution but has a professionally difficult interface.
    Peter
    Some reading matter on the subject:
    http://www.prepressure.com/pdf/basics/pdfx-1a
    http://support.pixelmator.com/viewtopic.php?f=3&t=10355
    http://en.wikipedia.org/?title=PDF/X
    http://help.adobe.com/en_US/acrobat/X/pro/using/WSb2f1a50375cd48d3-1f36d19412ada 208ceb-8000.html
    http://www.belightsoft.com/products/resources/spsolutions.php
    http://www.pdfxreport.com/doku.php?id=en:tools
    http://www.planetpdf.com/creative/article.asp?contentid=6541
    http://pagesfaq.blogspot.com.au/2006/12/how-does-pages-handle-pdf-x-files.html NB the reference to "buggy", hence my description above of almost does it.

  • How to export a PDF from InDesign and keep the feature button ?

    I have an InDesign file with buttons and "Go to Page" features. So, the buttons are for navigate in the document.
    But when I exported my files in Interactive PDF, the "roll over" effect work, but buttons don't work....
    How to save my PDF file for the buttons work?

    Interactive PDF work with: Go to next view and Go to previous view. But you can do this with hyperlink>link to: page

  • How to export a pdf of a mac book

    Hi there,
    I have made a book in iPhoto and I want to export it to another machine so that I can show it to friends.  I'm assuming that a pdf will be the best format but can anyone tell me how to export the layout?

    In the Book Window, right click and select Save Book as pdf
    Regards
    TD

  • How to create small PDFs with reasonable quality images?

    Help me Obiwan Adobe!
    There seem to be several utilities around the web that claim to do this, but I figured I'd ask the experts first. There must be some sort of step by step technique outlined somewhere that enables you to create PDFs that have reasonable image quality but don't come with such extreme weight that they can't be emailed.
    I have seen suggestions ranging from using the Print to PDF function in InDesign (sometimes that works, sometimes not), to exporting out of InDesign using the PDF/X1a preset (used to work ok, but now does not seem to crunch the files down as much as they used to) to adjusting preferences to a lower screen resolution—not in the export or save as dialog box—then saving as reduced size. I've tried almost every technique I have seen but to no avail.
    So I assume there is something I am missing. In builiding an InDesign file that you want to severely compress, is it better to use JPEGs or other PDFs or something else for placed images?
    I know it is alot to ask, and clearly native Acrobat functions are not much help, but I have several uses for this. I do a lot of book design and prefer to send drafts to clients that are at least good enough for them to look at without fuzzy images. I also would like to put together a portfolio PDF document that does not require sending through FTP. In fact most places that ask for my portfolio PDF want it smaller than 1.5 MB. That seems to be impossible.
    So there you go. Somebody needs to write a book. In fact, if I get some good direction, maybe I'll do it.
    Thanks

    A lot depends on the types of images you have and the resolution. You may be best adjusting the resolution first in InDesign and then creating the PDF. For the options in the export, you may have to ask in the ID forum since the export is an ID function. Printing to the Adobe PDF printer is the other that was suggested (I usually hear that the ID export is the best way to go, but I don't have ID to confirm). In printing to the Adobe PDF printer there are several options to consider -- one is the selection of the job settings to use. The default is Std that embeds all but the Adobe fonts and has a slightly lower graphics resolution than Press or Print settings. Also, in the advanced button of the Adobe PDF printer>layout (may vary with Acrobat version), select the Graphic>Print Quality and lower it. I use 300 dpi and several others recommend 600. The default is 1200 that is useless unless you are expecting folks to zoom to see fine details.
    If you open the job settings Adobe PDF Settings>Default Settings (select one of the settings files - probably press or print, or try Std if you want) and check the graphic tab to see the resolution that will be used for the graphics. A combination of this resolution setting and the Print Quality should address your issues.

  • How to export entire pdf orginally created in Access to Word?

    I can "print" my Access report to Adobe and the resulting pdf looks great. But when I try to export that to a Word document, it only transfers the labels and fields with a single database column as content. It does not transfer fields with mixed text strings and database fields.
    Is there any way around this?

    Thanks.
    Do you also know how i can split all the forms in a document?
    I have created a lots of fields by copy paste, and it seem like when i try to write something it one form the same text appears in all the other fields as well. I fant them to be separate. Know how?

  • How to export a PDF file from greek language?

    It seems that the greek language is not recognised in the export procedure from pdf to word documents...
    Is there a way I can install it?
    Thanks in advance.
    Katerina P.

    Export how: using Acrobat, or the ExportPDF online service?

  • How ro export small (compressed) files (.mpg) with sound from FCP or compr.

    I have some dv pal footage that I need to store in in very small files. Then I need to convert it back to dv, for editing.
    The quality (regarding artefacts and all that) is not important. The stuff was ripped from DVDs originally and are only to be used as reference.
    Can I export an .mpg file with sound muxed into it from FCP or Compressor?
    H.264 produces to big files.
    Thanks for any replyes:)
    Message was edited by: Citizen_K

    Hm, what a weird workflow.
    I presume you are trying to edit with this stuff in FCP, so my question is, If you are grabbing media off DVDs, and converting with MPEG Streamclip or some such thing, and then trying to down-rez to edit with proxy footage, how do you plan to use timecode to reconnect to the high-res media when your cut is done?
    h.264 can produce to big files or small files, depending on the settings of the file you tell it to produce to.
    Consider that the amount of time you would spend converting media back and forth to low-res formats of lousy quality could be much more valuable than the cost of a firewire drive which you could use to convert your DVDs directly to DV, which you will find much easier to work with.
    Hope this is helpful to U

  • How to make Smaller Pdf Files?

    Hello. Previously I had asked a question on how to fit multiple pages into ONE pdf file. My questions was answered by advising me to download a program from Monkeybread Software, which I did, and which worked fine.
    I now have a new problem. I have about 25 letters that I want to put in ONE pdf file, however each page is about 2.5mb after being scanned, therefore 3 pages when merged into One pdf file totals almost 10mb which is too large for sending on most servers.
    The question then: Is there anyway these files can be made smaller so that all 25 pages could be put into the one pdf file and the size of that file be kept at a maximum of about 7mb?
    (For info, the way I am making the files, is to scan one page and send it to my printer which has a 'Save to pdf' file on it. I then save that to the desktop and then drag each pdf into the Monkeybread program in order to merge them into one pdf) Hope this makes sense and that someone may have an answer for me. Thanks.

    Some scanner software has a setting for "line art" that sees only black and white--no grays. I find that works best for scanning typed letter and the like. Makes very small files even at 300 dpi, which is as fine as you need for text.
    The choice of resolution depends on how you intend to use the resulting pdf. For on-screen viewing, 150 or even 72 dpi is acceptable (except for those with vision challenges), but will not print very well. If you intend that the file be sent to others who will print it out for reading, then a line art setting (if available) at 300 dpi will result in decent print output without making a gargantuan file.
    In the long run, having a scanner capable of optical character recognition (OCR) may work best because you can then paste the resulting files as plain text into one word processing document. A text-only WP file of 25 pages is doable for most mail servers. Remember: when using OCR, check the final document for scan errors. Example: the letter "i" may get picked up as a capital "I", the number 1, or an exclamation point ( ! ). Usually such errors are minimal and are often flagged by the WP program's spell checker.

  • How to export annotated PDFs to Dropbox?

    How do you export the annotated PDFs saved on the iPad to drop box?

    I actually came here looking for a place for a feature request: Dropbox integration... That would make all of this easier.
    For now, I use ifttt.com A web service (free) that links other web services with "recipes".
    Essentially, I set up a recipe such that I send a PDF as an attachment from the Adobe Reader iPad app to a specific email address, then the attachment is save in a particular folder in my Dropbox (specified in the body of the email).  Clunky, but it gets the job done (there used to be a service "sendtodropbox" that set up an email address for ones' dropbox but I couldn't get it to work). This method at least allows sorting the documents with email body text.
    The annoying part is when I want to then continue to read the document on my iPad after I have done some annotating in another version of Reader... I have to make sure the most updated version is in Dropbox (or email it to myself), do "Open in..." all over again, and delete the extra copy of the document.
    again, Dropbox integration for this app would make my life soooo much easier.

Maybe you are looking for

  • Installed tv series and one show will not play

    I feel like I am getting the run around... I downloaded to my itunes and installed on my ipod the tv series Big Bang Theory season one. Out of the 17 shows one will not play. I have tried uninstalling it and reinstalling it several times with no suce

  • Finder Crashes After 10.10.3 Update

    After updating to 10.10.3, Finder is crashing on a more-or-less random basis (I cannot detect a pattern).  Can still use the Finder, but the behavior is erratic.  Have tried removing the Finder preference file and re-starting, but that has not change

  • 3.1 availability

    When will 3.1 be available?

  • After migration itunes will not open

    i recently purchased an imac and used migration assist to migrate over from mymacbook pro. when i try to open itunes it says "The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes. Would you like to download

  • ICould seems to have uninstalled itself from PC

    I just accessed the iCloud icon from the taskbar yesterday, but today it is no longer in the taskbar, nor can I find it anywhere in my program files.  It is, however, showing up in the list of programs that can be uninstalled via the control panel.