3 Artboards to 3 page PDF-how?

OS 10.4.11  AICS4 - I have an Illustrator document with 3 artboards and when I save to a PDF the 'Save As' dialog option for Use Artboards - All - Range is greyed out. Consequently the resulting PDF document only has the first artboard as a page. What I want is a PDF document with the 3 artboards shown as 3 pages - accurately reflecting the original Illustrator document. What am I missing.

I also notice in the screenshot that both objects on the canvas that are visible under the save as dialog, that look like they contain your artboard content look like objects and not artboards which only one would be highlighted and both of these look like they are highlighted or are objets since only one artboard can be highlighted (selected) at a time.
So check that they are actual artboards. A screen shot showing four artboards also note the drop shadow

Similar Messages

  • When drag and dropping a page to a separate folder the default name is "Untitled Extract Pages.pdf", how do I change this to other default name?

    Hi,
    When drag and dropping a page to a separate folder the default name is "Untitled Extract Pages.pdf", how do I change this to other default name?
    Thanks for any reply that can help!
    BR
    /H

    I don't think you can change it.

  • AS) export single page PDFs from multi-artboards

    I'm not exactly sure where my new problem lies. I'm trying to save out single page PDFs from an Illustrator CS4 document with multiple artboards. Each artboard should become a PDF. I can get a multi page PDF, but when it saves single page files, I get white PDFs with error messages on them (I think it is saving .ai files with a .pdf extension).
    this is where I am now (simplified, of course):
    tell application "Adobe Illustrator"
    set docName to name of current document
    set itemNumber to 1
    tell application "Finder" to set fileLoc to path to desktop as string
    set pageCount to (count artboards in document docName)
    tell current document
    set allPlacedItems to placed items
    repeat with h from 1 to (count of allPlacedItems)
    set thisPlacedItem to item h of allPlacedItems
    tell thisPlacedItem to embed
    end repeat
    set allTextItems to text frames
    repeat with j from 1 to (count of allTextItems)
    set thisTextItem to item j of allTextItems
    tell thisTextItem to convert to paths
    end repeat
    end tell
    repeat with i from 1 to pageCount
    set pdfSaveOptions to {class:PDF save options, pdfXstandard:PDFX None, compatibility:Acrobat 6, preserve editability:false, generate thumbnails:false, optimization:false, acrobat layers:false, artboard range:i, view pdf:false, color downsampling:0, color resample:nodownsample, color compression:none, grayscale downsampling:0, grayscale resample:nodownsample, grayscale compression:none, monochrome downsampling:0, monochrome resample:nodownsample, monochrome compression:none, compress art:false, trim marks:false, registration marks:false, color bars:false, page info:false, page marks style:Roman, trim mark weight:trimmarkweight025, offset:6.0, bleed link:true, bleed offset:{0, 0, 0, 0}, color conversion id:none, color destination id:none, color profile id:include all profiles, trapped:false, font subset threshold:50.0}
    set pdfName to docName & "TEST" & itemNumber & ".pdf"
    set destFile to (fileLoc & pdfName) as string
    save document 1 in file destFile as pdf with options pdfSaveOptions
    set itemNumber to (itemNumber + 1)
    end repeat
    close current document without saving
    end tell

    // Save the artboards to PDF.
    var myDoc = app.activeDocument;
    var original_filename = myDoc.name.toString();
    // alert (myDoc.name.toString() )
    // Get the folder location
    var destFolder = Folder.selectDialog('Select the folder to save the PDF files to:');
    // Get the number of artboards to export from a dialogue
    var total =  myDoc.artboards.length
    //     Number.selectDialogue('Total Number of Files to be made')
    if (destFolder) {
         for (i=0; i<total; i++)
              var destFile = new File(destFolder+original_filename+"_"+i);          //     Assign incrementing filenames
              var pdfSaveOptions = new PDFSaveOptions();
              pdfSaveOptions.viewAfterSaving = false;          //     Don't want to see these fles in Reader
              pdfSaveOptions.SaveMultipleArtboards = true;
              var range = new String();
              range = (i+1).toString();
              pdfSaveOptions.artboardRange= range;     //     not Assign incrementing page range
              myDoc.saveAs (destFile,  pdfSaveOptions);     
    I've run this script on the 3 art board document the Adobe sample scripts create. It's a just different coloured star on each artboard.
    This script appears to work in as far as I get 3 files with just one artboard showing when I open the files in Adobe Reader. Problem is when I open them in AI, I can see all the artwork is still there and even more stranger is the fact that the numbers are still 1,2,3 whereas in Reader it's just page i showing as page 1 each time.
    This could be a problem when the application I'm writing generates an image structure from the files if it sticks the excess data onto the GPU (not sure if it will or not). If it includes all the data, also it just makes the Application footprint bigger by a 8 MB or so of unnecessary baggage. An issue for a 'light weight' app.
    I noticed the export ExportArtboardsPhotoshop.jsx script has this line:
    psdExportOptions.saveMultipleArtboards = true;
    It works in that context but in PDF context it only works in terms of what Reader shows not what exists in the files. Good one Adobe… Makes me wonder what the Multiple art boards method did before AI had multiple art boards. How was AI dividing the objects?!
    Also I really need a SaveAsCopy (non-existent I think) method or I'll have to keep reopening the original file and then doing SaveAs.
    Back to manual duplicating files in finder, batch renaming, opening them all and deleting excess. Or export to PSD and get my dimensions right or just oversized (I can always down sample in the app)…
    This is truly a painful exercise!

  • Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

    Hello, I am trying to use a photo,that I've opened up in pages on a blank landscape, taken from my camera roll and use it as album cover art. All the custom text's will not paste when I copy.  Pic and texts are saved as a PDF, how can I paste the doc ?

  • I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    I am trying to print a PDF file to a legal size paper and I would like for it to fill up the page. How do I do this? I went into the settings and changed it from letter to legal, but it's still printing out the same size. Can someone help me, please?

    Are you trying to Print to PDF or are you trying to Print a PDF file to a physical printer?

  • How to create a 4 page pdf from images - each page should open at same size

    How do I create a 4 page pdf (from 4 images - all the same size) that opens each page at  full page size?
    Thank you so much.
    Ginger
    PREVIOUS MSG:
    My goal is to create multi page pdfs that are created from images (scans of old brochures).  I receive images (scans of pages) all at the same size.
    I have been able to create the 4 pdfs (each opens at full page size) and merge into 1 pdf.  When I open that final pdf, I  see a column of 4 pages, page 1 image being larger than the remaining 3. When I  click on the left, page 1, icon,  I get the full page.  When I click on icons for pages 2 - 4, I get nothing.  The only way I can get the other pages in a full page view is to adjust the scaling after left icon is selected.  That is not what I want.
    How I created the files.
    I can either create pdf pages using Photoshop, or using Acrobat Pro itself through:
    File> Create PDF> From File and adding each of the images.  I then, for each, choose Properties> Initial View> Fit Page> Save. Then I use File> Combine> Merge Files into Single PDF> Save.
    Then I open the multi page pdf.
    I appreciate any help.
    Thank you,
    Ginger
    PREVIOUS MS

    It seems to me what you want to do is create one document which a combination of all four  and then one page of each.
    To create a Document with 4 pages combined in to one PDF.  open the first in a Series the to Edit menu and click on add pages click on next document (browse to document first) the choose attach to to end of document or add to  end of document. Repeat until you get all images added. They will end up (or should ) center in center of their own page. Save this document with a new name for now.
    Next go back to Photo shop and reduce size of images to fit desired sheet of paper (8-1/2 by 11, 8-1/2 by 14, whatever) place them side by side and row by row so you have 4 images on one page.
    now save as Pdf.
    now decide which you want to swap to the Thumbnails (the 4 on one page, or 4 individual pages.  I would use the thumbnails and make each a button that references the page in the document you save as a 4 page pdf that applies.
    Then on that page write a line saying click each illustration to see full size image (you might have to write this line while in Photoshop) then save this as PDF file
    Try out. You might have to use some javascript controls to do this. But I am not experienced in JavaScript to do this. I'm sure it cane be done.
    But note you will have to save both documents with the Thumbnails and the four page and Thumbnail page in a folder and send to prospect
    If you want just four separate pages in one Pdf just do first two paragraphs above

  • How do I save a 2 page pdf (created in Illustrator) to be used in a web site?

    How do I save a 2 page pdf (created in Illustrator) to be used in a web site?
    When I save my Illustrator file as a pdf, it is about 2600 kb, my web site admin will only allow storage of 5000 kb. I tried to "save for the web", but that only saves the first page of my document. Any suggestions other than paying for more storage???

    What pdf preset are you using? Try smallest file size rather than illustrator default.
    Save for web does not do PDF, so no multipage.

  • How can you create a multi-page pdf document in photoshop elements 13?

    I previously had pse 11 and was able to create multi-page documents as pse files. However, pse 13 does not allow. How can I create multi-page pdf files from pse 13?

    Alas, for one of those mysterious adobe reasons, it's gone in recent versions. Only multipage file you can make is a photobook.

  • I have been given a 28 page Pdf and have been asked to optimize the item to reduce the file size. Can this be done in Photoshop Elements? if so how?

    I am using a Mac and just bought Photoshop Elements 13. I have been given a 28 page Pdf and have been asked to optimize the item to reduce the file size. Can this be done in Photoshop Elements? if so how?

    No the pages will open as separate documents in Expert Mode. You really need Acrobat or possibly you could copy and paste the contents into MS word. Then re-save as PDF.

  • How do I make a multiple page pdf?

    Hi
    I need to put about eight screenshots into one single PDF file.  In other words I want to make an eight page PDF from eight .PNGs.
    How can I do this?  Is this possible with normal OSX tools like Preview or "Print as PDF"?   Or do I have to drag them into MS Word or Powerpoint or something?
    Thanks
    Marcus

    Thanks Stefan.  That did the trick. 
    Although in my case it wasn't the OP on that MacWorld link, but one of the user comments further down the page that gave the answer.  I couldn't make documents by dragging icons onto eachother as the OP described - didn't work. Instead - it was almost easier: 
    1. Open all docs in one Preview window.
    2. Select all those documents in the Sidebar  (Cmd A). 
    3. Use File Print Selected Images (Op Cmd P)
    4. Print as PDF
    Marcus

  • How do i change a 2 page pdf document, to be a 4 page flyer..

    hi
    ill try to explain this as clearly as i can.
    i have got a 2 page pdf document, that has data on both sides.
    i need it to be 4 A5 pages at the front and back, so it folds neatly together.
    so currently it prints like an duplex A4 page, and i just wondering how i can change it to be more like the flyer i have in mind.
    hope that makes sense..
    Im using acrobat 9 pro
    Thanks
    damien

    You may have to crop pages to get the effect that you want. If you have the original, it would probably be easier to edit that and create a new PDF.

  • How to create multiple page pdf file

    Hello,
    Sometimes I need to create multiple (more precisely double) page pdf file from another pdf file to reduce the printing cost of the document. For this I crop the single page document and then print it in a double page pdf file (in landscape).
    But I am still facing a problem in this regard. When I make a double page pdf the gutter (distance between two pages, left and right) is more than 1.5 inch. This is a great problem. Can anyone tell me how to reduce the gutter when making a double page pdf file (don't just suggest to crop the single page pdf, i tried this as well, I cropped using the feature "remove white margin" but still there is more than 1.5 inch between two pages)
    Please help me.
    Thanks in advance.
    Regards
    mathmad

    When you print, select the printer properties for the Adobe PDF printer. On the layout tab is an option for the number of pages per sheet. In some versions it is listed as multi-up as I recall. I did not say to simply print from the 2-up display. It is a printer option, not a display option.

  • How do i save a multi page spreadsheet as a multi page pdf

    how do i save a multi page numbers 3.5 spreadsheet as a multi page pdf?  has this feature been removed?

    I don't use Numbers - so I don't know if it had that option.  Here is a kluge, if you print a Numbers sheet to PDF using print from the File menu, then open that PDF file in Preview, then choose the Thumbnail View options you can drag any desired page(s) from that Numbers converted to PDF file to your desktop or folder.  Those files will have a  (dragged) #.pdf name in them.
    Edit: I misunderstood you to say how do you print multiple page PDF Numbers as Multiple page PDF.
    To Jerold's reply below, you have to make sure you select all pages.  I think it defaults to current page.  You can also export via Numbers to PDF.

  • How do I open single-page PDFs from Mail?

    If I receive an email containing a one-page PDF, Mail shows it as an image. I want to see it as a PDF so I can open it in another app.
    Multiple-page PDFs are fine.
    This problem also exists when sending one-page PDF files from the iPad - they arrive as images.

    Single page pdf files always appear as already open in the mail app.
    I just created a single page PDF and emailed it to myself and this is what I get when I do what I suggebd that you do. This is how you do it. Why it is working for you I cannot explain.
    If you haven't done so already, the next thing that I would try is to close the mail app completely and reboot your iPad.
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the Mail app and then swipe "up" on the app thumbnail to close it.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Adobe Reader 11.0.0.7 How do I rotate single page in a multiple page PDF file?

    When I try rotating the page, it would rotate all of the pages in Adobe Reader. How can I rotate a single page out of the multiple page PDF file?

    You can only rotate the entire document with the free Reader. And that only lasts for the current session. It is not permanent.

Maybe you are looking for

  • HT202213 how do i get itunes from m y computer to my iphone 5?

    I have a new iphone 5 and have songs on my desktop that were loaded and used in an i touch.  How can I get the music from the desktop to the iphone?

  • Moving photos w/tags from XPpc to Vista pc using the free starter edition

    I have a pc with XP (SP2) with Album 2.0 on which I have a few hundred photos organized with tags and some editing .... many hours of "tagging" invested by me. I just bought a new pc with Vista Home Premium. All I really want to do is be able to impo

  • Audiobooks out of order on iPod

    I want to play audiobooks in a specific order. I've set the sort by field and they are correct in iTunes but out of order when downloaded to the iPod. I might mention they were were in the desired order until I recently updated the software and repla

  • Using my own online #

    I'm moving and cancelling my cell phone. Can I use my present cell number for my Skype online #

  • BSI Interface

    Can some one explain me in detail regarding BSI interface or can some one provide any online source regarding BSI interface and how it was integrated?? Thanks.......