Exporting to pdf with new numbers app

recently i upgraded from numbers 09 to numbers 3.0. i have a worksheet with 2 pages. with numbers 09 when i export to pdf it export as pdf with 2 pages works fine. but in numbers 3.0 when i wxport the same worksheet it combines both pages in one pdf page so i can't print it on 2 pages. any solution ?

Vikas
The solution is to Print to PDF rather than Export to PDF.
You will see that there are two pages in the Print dialog preview, and when you choose PDF, Open in Preview, you will see that the PDF version of the file has two pages.
Jerry

Similar Messages

  • Downloaded new numbers app.  Now no table headings.  Solution?  Also in table headings/title want to add current date as did in old numbers.  How do I do it?  Thanks

    Down loaded new numbers app.  Now no table headings.  Solution?  Also. How do I include current date as part of new table heading, I had this included in old numbers spreadsheet title?

    Hi,
    Do you mean no table name?
    Or table header row?
    You can get the current date in a table heading with NOW, which in the formula editor now looks like this:
    Which you can format this way:
    SG

  • Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Story does not correctly export fdx file with scene numbers? Bug needs to be fixed.

    Okay, Even if i remove the scene numbers from Story and export the file to Final Draft 8. The format in incorrect. The "transitions" ex. CUT TO:  are not in the correct allignment. Also there are numbers on each of the dialogues
    Pretty much alot of the formatting is not the same. Spaces  that break dialouge and action which are there in Story, are not converted over to Final Draft.
    Please fix this as soon as possible.
    thanks,
    Rohit

  • I am having trouble with the "numbers" app on my MacBook Air. I go to print my document and that works just fine. I cannot however return to the document after printing. What do I have to do?

    I am having trouble with the "numbers" app on my MacBook Air. I go to print my document and that works just fine. I cannot however return to the document after printing. What do I have to do?

    RR,
    Not to worry, you're not the first to expect Print to finish by returning you to the edit mode. The thing is that Printing is so hit and miss with this version of the app, you will probably want to stay in the Print window for more than one attempt.
    Jerry

  • Export to PDF with MetaData

    I have a script that exports each individual page to a pdf with each page having it's own metadata.
    It works fine except for on small thing.
    The keyword array looks like this in the final PDF.
    ; "Keyword1, Keyword2, Keyword3
    How do I get rid of the semicolon and quotes?
    Thanks!
    main ();
    function main() {
    var curDoc = app.activeDocument;
    var docPath = app.activeDocument.filePath; 
    // Array of paragraph Style names
    var paraStyleNames = ["meta-title", "meta-alt", "meta-subject"]; // insert here your para names !
    var missingParaStyles = [];
    // check, if the styles are valid
    for ( var p = 0; p < paraStyleNames.length; p++ ) {
        var curName = paraStyleNames[p];
        // if the style is missing, push it to the array
        if ( !curDoc.paragraphStyles.itemByName(curName).isValid ) {
            missingParaStyles.push( curName );
    var folderPath = new Folder(docPath + "/" + curDoc.name.replace(/\.indd$/,"") + "-pdf");
        if (!folderPath.exists)
            folderPath.create();
    // loop through all pages
    for ( var i = 0; i < curDoc.pages.length; i++ ) {
        // the current page
        var curPage = curDoc.pages[i];
    // Page number
        var pName = (curPage.name < 10) ? ("0" + curPage.name) : curPage.name;
       // controls the loop
        var controller = true;
      // all paragraphs on the current page
        var allPageParas = curPage.textFrames.everyItem().paragraphs.everyItem().getElements();
        // loop through all paragraphs and check, if one has the para style applied
        for ( var p = 0; p < allPageParas.length; p++ ) {
            if ( !controller ) break;
            // the current para
            var curPara = allPageParas[p];
            // loop through the styles
            for ( var n = 0; n < paraStyleNames.length; n++ ) {
                if ( curPara.appliedParagraphStyle.name == "meta-title" ) {
                    var docTitle = curPara.contents;
                   } // end if
                if ( curPara.appliedParagraphStyle.name == "meta-alt" ) {
                    var docAlt = curPara.contents;
                } // end if
             if ( curPara.appliedParagraphStyle.name == "meta-subject" ) {
                    var docKeywords = curPara.contents;
                    var docDirectory = Array(docKeywords); 
                } // end if
            } // end for paraStyleNames
        } // end for allPageParas
    for (var i = 0; i < docDirectory.length; i++) {
        docDirectory[i] = docDirectory[i].replace(/; /g, "");
        var filePath = folderPath + "/" + curDoc.name.replace(/\.indd$/,"")  + "-" + pName + ".pdf";
        var myFile = File( filePath );
        var pdfPreset = "Labels";
        with (curDoc.metadataPreferences){
        documentTitle = docTitle;
        author = curDoc.name.replace(/\.indd$/,"") ;
        description = docAlt;
        contentCreator = curDoc.name.replace(/\.indd$/,"")  + "-" + pName ;
        keywords =  docDirectory;
    with (app.pdfExportPreferences) {
      pageRange = curPage.name; 
      viewPDF = false }
      curDoc.exportFile( ExportFormat.PDF_TYPE, myFile, false, pdfPreset );
      } // end for > main

    You mean rendered on top of the image? That info is already embedded inside the image as metadata. To render metadata on top of your image, you can use the slideshow module, add a text overlay with your custom metadata and export to jpegs. You can do similar things inside the Print module but you cannot control the placement of the text.

  • Problems Exporting to PDF with ID 5.5 - specific symptoms

    I'm hoping the symptoms of my problem are specific enough that someone will have a good idea of what's wrong.
    I have multiple chapter files that I use to make up a single book file, which I create the pdf from. Here's what happens:
    1. When I click on the "print the book" icon at the bottom of the book window, ID will crash.
    2. So instead, I click on the pull-down menu at the upper right of the window and select "Export book to pdf".
    3. Now, it generates a pdf but in the pdf some pages are with a single page from the ID file and some have two pages spread across a single pdf page, very randomly it appears.
    4. To get around this (or so I thought) I went to document setup in ID and deselected the "Facing Pages" checkbox.
    5. As soon as I do this, the left side header and footer of all pages in that chapter get offset to the left. Ok, so I go to the master page and realign them.
    6. Now I export again in the manner described above and the page numbering comes out all messed up in the pdf. Even if the ID (source) file has pages 6-1, 6-2, etc. in the pdf every page will be marked as 6-1.
    Any help on this will be greatly appreciated! I am using Windows XP.

    WTF, Over? wrote:
    4. To get around this (or so I thought) I went to document setup in ID and deselected the "Facing Pages" checkbox.
    5. As soon as I do this, the left side header and footer of all pages in that chapter get offset to the left. Ok, so I go to the master page and realign them.
    6. Now I export again in the manner described above and the page numbering comes out all messed up in the pdf. Even if the ID (source) file has pages 6-1, 6-2, etc. in the pdf every page will be marked as 6-1.
    Any help on this will be greatly appreciated! I am using Windows XP.
    Firstly - the 4-6 steps are unnescearry - I recommend you go back to the original layout.
    WTF, Over? wrote:
    I have multiple chapter files that I use to make up a single book file, which I create the pdf from. Here's what happens:
    1. When I click on the "print the book" icon at the bottom of the book window, ID will crash.
    2. So instead, I click on the pull-down menu at the upper right of the window and select "Export book to pdf".
    3. Now, it generates a pdf but in the pdf some pages are with a single page from the ID file and some have two pages spread across a single pdf page, very randomly it appears.
    I recommend you delete that Book file and create a new one.
    if the problem persists, try selecting individual documents in the Book to export to PDF or to print. It could be a specific file causing the issue.
    If some pages are coming out as "spreads" then you must have facing pages in some documents and some single pages in another document or something? I recommend turning off Spreads in the PDF and print settings.
    It's a little unclear of your document structure - and your document sizes. What are the sizes of the document in all the individual Chapters. Can you post screen shots of the Book panel - and also of each Chapter file (just a single or spread of a page(s))

  • With new Photos app, I can no longer drag and drop photos into other applications as I did in the past with iPhoto.

    With the new Photos app, I can no longer drag and drop photos into other applications as I did with iPhoto.  For instance, I have a photo collage app that in the past, I could just drag in the photos I wanted to include.  Now, I can DRAG the photos, but they do not DROP.  So, I have to go through the export process.  It is tedious.  What am I missing?  Where can I turn on the drag and drop feature for Photos?

    YOu're not looking in the right palce. That's inside the iPhoto Application.
    You need to look inside the iPhoto Library
    As I sid above:
    Go to your Pictures Folder and find the iPhoto Library there
    Regards
    TD

  • Export a PDF with Acrobat Layers

    How do you do this via scripting? In the normal InDesign PDF export UI, this is referred to as "Create Acrobat Layers" and is only enabled for Acrobat version 6+

    That property doesn't seem to do it. Here's the code I'm trying without success:
    function ExportAsPDF(inDocumentPath, inSaveDocumentPath)
         try
            app.open(File(inDocumentPath));
            currentDocument = app.documents[0];
              var preset = app.pdfExportPresets.item("[High Quality Print]").duplicate();
              with(preset)
                   exportLayers = true;
                   subsetFontsBelow = 0;       
                pdfColorSpace = PDFColorSpace.CMYK;
                pdfDestinationProfile = PDFProfileSelector.USE_DOCUMENT;
            currentDocument.exportFile(ExportFormat.pdfType, File(inSaveDocumentPath), preset);
         catch(thisError)
              throw thisError;
    As I said before, I'm trying to get a PDF with layers.

  • Exportting a PDF with bookmarks

    How do I export report to PDF with bookmarks. The report has groups with each group needed as bookmark. This this avialable in JRC.

    I tried to use this method but was not able to get pdf with bookmarks. I am using crystal report that is developed using version 11.0.0.1282. Will the bookmarks work only with newer version of crystal reports.

  • Export as PDF with embedded profiles for Grayscale images

    Does InDesign CS6 export pages with Grayscale images as PDF with embedded profiles?
    Possible profiles, for instance:
    – Gamma 2.2
    – Dot gain 20%
    – Black Ink ISO Coated v2 (ECI)
    Export mode:
    – Acrobat 5 or higher
    – No color conversion
    – Embed all profiles
    Test by Acrobat Pro
    Advanced > Print production > Preflight > PDF analysis > List objects using ICC/Lab/Calibrated Color
    [The question is not about the export of Color images as Grayscales]
    Best regards --Gernot Hoffmann

    I wouldn't ever use different RGB profiles and different CMYK profiles and
    different Gray profiles in one doc – it's just necessary for tests.
    If you had a hypothetical case where your InDesign document's assigned CMYK profile and intended output was ISOcoated_v2_300_eci and you recieved grayscales for placement with different gray profiles assigned, I think you would have to make the conversion in Photoshop if you want the grayscales to be converted to your ISOcoated_v2_300_eci output intent space.
    So in this case I have a grayscale image with Dot Gain 10% assigned and you can see the 50% patch is reading as 50% in Info panel:
    If set my Working Gray space to the ISO Coated profile as above and do a Convert to Profile with the Destination set to Working Gray:
    The preview doesn't change but I get converted gray values—50% is now 44%:
    If I place the grayscale in an InDesign doc with ISOcoated_v2_300_eci assigned as the CMYK profile, the preview won't change (you have to turn on Overprint /Sep Preview), and the converted numbers will show in Separation Preview. The preview and numbers will also be unchanged in Acrobat if you export to default PDF/X-4

  • Crystal Report Export to PDF with Group Tree Bookmarks

    Dear Forum
    I have created a Crystal Report aspx page with an export function of the report to pdf. So far all has been successful, except form one little annoying this. The report does export to a pdf file and it does create bookmarks based on the group tree, BUT when opening the pdf file the bookmarks hiest point which should be the file name is the really long temp file name with .rpt as an extension. I have looked every where to try to get it to write the filename to the bookmark hierarchy without success.
    I come you you all for any form of help to solve this issue.
    My code is below
    CrystalDecisions.Shared.ExportOptions export_options = new ExportOptions();
                export_options.ExportFormatType = CrystalDecisions.Shared.ExportFormatType.PortableDocFormat;
                string ext = ".pdf";
                string reportName = "Filename";
                CrystalDecisions.Shared.PdfFormatOptions pdfOptions = new PdfFormatOptions();
                pdfOptions.CreateBookmarksFromGroupTree = true;
                export_options.ExportFormatOptions = pdfOptions;
                report.ExportToHttpResponse(export_options, Response, true, reportName);
                Response.Clear();
                Response.Buffer= true;
                Response.End();
    Below is an image of the output
    Any and all help is greatly appreciated

    Using the search box in the top right corner and entering the search string 'bookmark pdf crystal', the very 1st KBA is:
    1331152 - Report exported to PDF format with bookmarks displays the bookmarks as report name plus a GUID
    Please see if this resolves the issue for you.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Problems exporting to PDF with AI placed files

    I have a 24 page document with placed illustrator files. When I go to export to PDF it takes hours to export. When I change all the placed images to JPG it exports fine. Anyone know why this is happening. I thought the whole point of the newer versions of InDesign was you were able to use native Adobe files.
    What are the best file types to place in InDesign?

    If would help to know versions and OS. ALWAYS tell us the version(s) of program(s) you are using, what OS, and the version of that OS. Some people overdo it with model and  speed of CPU, RAM, video card, monitor size, hard drive space, make and model of car, and shoe size. Don’t need any of that crap.

  • JRC for Eclipse 2.0: Export to PDF with Flash Objects in RPT file

    Hi,
        We've a few reports created with Flash objects in it ( from Xcelsius). We are trying to generate the reports and export it to PDF using the new JRC for Eclipse 2.0. The exported file size is big ( 600MB) but there is no flash object or data in it. Can you please help us with this one?
    Thanks,
    Bala

    Hi, Ted. Thanks for looking into this.
    I asked a similar question last September in this [thread|CR report with embedded SWF: Export to PDF displays nothing;. It's my understanding that exporting flash objects to pdf is not support in  CR 2008.
    In CR 2008, when I export a report containing a swf to pdf, the flash file is not rendered in Adobe Reader. It looks like there's just a picture. In fact, in CR, if you r-click on the swf and do Format Flash... | Flash, you can change the picture used for export and printing. The default picture is what I'm seeing in the pdf.
    I'm creating the swf using Xcelsius 2008. In XC 2008, if I export to pdf, the flash object is rendered. Why the difference?
    The same Adobe reader is being used in both cases.
    I'd be glad to send an .rpt with embeded swf for you to test.
    Thanks again.
    Tim

  • Very unhappy with new podcast app...how can I get podcasts back into normal music app or possibly go back to iOS5?

    Just "upgraded" to iOS 6.0.1. Thanks to the new "Podcast App" I can no longer keep my podcasts combined with my music. I don't want access to search new podcasts, but seems like I'm forced to have access to this section of the iTunes store as it comes with the podcast app, even when the iTunes store is turned off in the Restrictions section under General Settings. I can probably tell iTunes that my podcasts are really "music" by using the "get info" option in iTunes, but then it won't let me listen to it at double-speed, which is the only way I listen to podcasts. I'm very frustrated. Is there anyway around this or a way to "downgrade"?
    If any Apple folks are listening please give us the option of how to listen to our podcasts. It's pointless to have to download one more app when it worked great the way it was. What is the point of separating them??????

    "in which case it will" force install the app ... So Yes iTunes will force install the app as I said. My gripe is with Apple yet again forcing a change onto their customers. I use iTunes for sync, so no matter how many times I delete the crappy app it will be forced back on me at the next sync. Most apps have a "remove" option in iTunes but not podcasts. Again, there is no way to stop that I can see. If you know a way to stop this iTunes behavior please document it here. Thanks at least for these forums for aggrieved Apple customers having a chance to find solutions to these issues.

  • Problem while exporting to PDF with japanese character in Crystal Report X1

    Hi,
    I am using Crystal report X1 with classic ASP on a Windows 2003 Enterprise Server, SP 2. In my application, I have to export the report into PDF, CSV, DOC formats. I am have Japanese strings in the report. While exporting to PDF, empty boxes has displayed in the place of Japanese string and in CSV file, question mark has been displayed instead of Japanese string. But the Doc file is exported correctly. I have not installed any language support software either in server or in client machine. I have used MS Gothic and Arial Unicode MS fonts for the text-objects which has Japanese strings.
    Please give me a solution so that I will get PDF file with Japanese strings instead of empty box or question mark.
    Do I need to install any language support pack software?
    Thanks in advance.
    Regards,
    Manju

    Hi Don,
    Thank You for your reply. I have resolved the issue of exporting to pdf from crystal report X1 having Japanese data after installing the language pack.
    But when I am exporting to CSV or TXT, i am getting ??? instead of Japanese characters. I have tried "export" through crystal report designer and got ??? instead of Japanese.
    The Crystal report version I am using is Crystal report X1  11.0.0.1282
    Crystal Report Desinger is installed in Windows Xp machine
    Font set for Text object is Arial Unicode MS, MS PMincho, MS PGothic
    Does the Crystal report X1 11.0.0.1282 has the UTF-8 support for CVS / txt
    Please provide me a solution
    Thanks in advance,
    Regards,
    Manju

Maybe you are looking for

  • Returning to a page in JSP

    Hi, Please advise about the following: I have a JSP page (let's call it oldpage.jsp ) with form. After submitting the form I want to switch to another JSP page. How can I do this? Please notice that I can not use: <form name="..." action="newpage.jsp

  • How to start replicat with mising table in target

    Hi, when I start replicat, i got the error below 2011-10-21 15:28:30  ERROR   OGG-00199  Oracle GoldenGate Delivery for Oracle, rep1.prm:  Table SIEBEL.S_SRM_TASK_HIST does not exist in target database. 2011-10-21 15:28:30  ERROR   OGG-01668  Oracle

  • How to install and configure ms exchange server 2007 both role hub and edge transport role in one network

    How to install and configure ms exchange server 2007 both role hub and edge transport role in one network 

  • Proxies and 10.5.2

    Still nobody has given any thoughts to why proxies won't work when computer is managed. All sorts of advice from apple so far no joy, this includes setting the content to the proxy address, checking proxies and of making sure both admin and managed a

  • Can't get iCal to start mimized on logon

    I've had this problem for a while - and tested it out with my wife's new iMac as well. Checking the start up minimized box in User preferences does not make iCal start up minimized when I have it start up when I open it at logon. It starts up in full