How to create a Pages document from a Numbers table

I need to generate a number of Pages documents, extracting entries from a Numbers table. Does anyone have an applescript to do this?
Best
Paolo ([email protected])

Your question is not very descriptive of what you are trying to do. You might get better assistance if you provided a bit more information. I think even I, as an AppleScript novice, could write an AppleScript that would "extract entries from a Numbers table" and write them to a Pages document but I'm sure you have more in mind than that simple action.

Similar Messages

  • How to Create an XML document from XSQL servlet which follows a particular DTD struct

    how to Create an XML document from XSQL servlet which follows a particular DTD structure.Could anyone send me a sample code for this.

    You'll need to associate an XSLT transformation with your XSQL page that transforms the canonical result into your DTD-valid format.
    For example, given an XSQL page like:
    <?xml version="1.0"?>
    <?xml-stylesheet type="text/xsl" href="rss.xsl" ?>
    <xsql:query max-rows="3" connection="demo" xmlns:xsql="urn:oracle-xsql">
    select title,id,description,url,to_char(timestamp,'Mon DD') timestamp
    from site_entry
    order by id desc
    </xsql:query>and an "rss.xsl" stylesheet that looks like this:
    <?xml version="1.0"?>
    <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    <xsl:output method="xml" indent="yes" doctype-system="rss-0.91.dtd"/>
    <xsl:template match="/">
    <xsl:for-each select="ROWSET/ROW">
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    <xsl:for-each select="ITEM">
    <item>
    <title><xsl:value-of select="TITLE"/></title>
    <link><xsl:value-of select="URL"/></link>
    <description><xsl:value-of select="DESCRIPTION"/></description>
    </item>
    </xsl:for-each>
    </channel>
    </rss>
    </xsl:for-each>
    </xsl:template>
    </xsl:stylesheet>You produce DTD-valid output against the rss-0.91.dtd DTD that looks like:
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <!DOCTYPE rss SYSTEM "rss-0.91.dtd">
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>
    <rss version="0.91">
    <channel>
    <title>Do You XML?</title>
    <link>http://xml.us.oracle.com</link>
    <description>Oracle XML Website Demo</description>
    <language>en-us</language>
    </channel>
    </rss>

  • How to create an XML document from a String.

    Can anyone help,
         In the Microsoft XML Document DOM there is a load function load(string) which will create an XML document, but now we are switching to Java and I do not know how to create and XML document from a string, this string �xml document� is passed to my program from a webservice and I need to read several xml elements form it in a web server.
    This string is a well formatted XML document:
    <?xml version="1.0" encoding="UTF-8"?>
    <Countries NumberOfRecords="1" LanguageID="en-us">
         <Country>
              <CountryCode>AU</CountryCode>
              <CountryName>AUSTRALIA</CountryName>
         </Country>
    </Countries>

    Thanks PC!
    I made it work using:
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    factory.setIgnoringComments(true); // We want to ignore comments
    // Now use the factory to create a DOM parser
    DocumentBuilder parser = factory.newDocumentBuilder();
    //TransformThisStringBuffer is a string buffer wich contain the 'XML document (String)'
    InputStream in = new ByteArrayInputStream(TransformThisStringBuffer.toString().getBytes());
    // Parse the InputStream and build the document
    Document document = parser.parse(in);
    But which one is faster InputSource or InputStream, were would you put the "new InputSource(new StringReader(yourString))" in the above code?

  • Pages Merging from Multiple Numbers Tables

    I'm trying to merge data into a Pages document from a Numbers document.
    My Numbers document has 2 tables.
    When I select a location in my Pages document where I want some data from Numbers to appear, and then select the Link button in the Pages Inspector, and then select Choose, and then select Numbers Document in the "Select Mail Merge Source" window, only 1 of the 2 Tables inside Numbers is offered as a choice from which to merge data from Numbers.
    What do I have to do so that in the "Select Mail Merge Source" window, both Tables appear as choices from which to pull data?
    Thanks.
    Neil

    Here are some link that will give you information
    http://discussions.apple.com/thread.jspa?messageID=10161846&#10161846
    http://discussions.apple.com/thread.jspa?messageID=9788717&#9788717
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=142

  • How do I retrieve Pages documents from iCloud?

    My Pages documents are backed up on iCloud.  I deleted a doc from my iPad and can see it listed in Settings on the Cloud, but can't download it back onto the iPad.  How do I do this?

    Open the Pages app on your iPad.  You will see all the documents from iCloud on the first screen that appears.

  • I want to know how to create accessible pages documents for visually impaired. Is there a manual or guide available?

    I work for an NGO that has a lot of visually impaired staff. When I create pages documents and then export to PDF I often get feedback that the document is not very accessible. I have been searching for a manual or guide on how to ensure my documents are accessible, but cannot seem to find
    I have pages 5.0.1

    You need to add accessibility, after Exporting the pdf, with Acrobat Pro.
    I don't know of any software except maybe Indesign or Quark XPress* that actually builds it into the pre-pdf document.
    These references should help:
    http://webguide.gov.au/accessibility-usability/accessibility/pdf-accessibility/
    http://www.adobe.com/au/products/acrobat/pdf-accessibility-wcag-508-compliance-s tandards.html
    http://www.adobe.com/accessibility/products/acrobat/training.html
    Peter
    * Quark Xpress definitely did not have it up to QXP 7.5 but I can find no later references, so probably it is only Indesign.

  • How to create multiple page PDF from multiple jpg images?

    I have three jpeg images with pixel dimensions 1008 x 1464. I wish to create a PDF file with one image per page. Apparently Preview previously performed this function, and this functionality was deliberately removed by the time of Mac OS X 10.6.
    I use Mac OS X 10.6.8. I have combined the images via Gimp into one jpeg image of size 1008 x 4392, but it would be better if I could create a PDF file. I have been unable to figure out how to do this via GraphicConverter, which trial version constantly displays the 30 second "buy me" window before loading -- annoying: I once accidentally opened it, and it would not let me close the application until the "buy me" window finished...
    I have been able to create a PDF file through the action of "printing" (cf. https://discussions.apple.com/message/12395021#12395021), but that reduces the image size and creates a white margin around the images (as if printing on a sheet of paper), which I wish to avoid.
    Thank you for your time and help!
    Message was edited by: ethereality -- added another "workaround" attempt

    I drag and dropped from Finder into TextEdit, and it only copied the file path as text. From what software would I drag the images into TextEdit?
    First, set the TextEdit document to Rich Text Format - you can do that via the Format menu in TextEdit. This will allow the inclusion of pictures.
    Then you can either -
    • Drag an image file into the TextEdit window, and a preview-sized image will be inserted. If this is too small for your purposes -
    • Open the image file in Preview (or an image editor, if you choose), size the image to your liking, press Command-A (Select All) and the press Command-C (Copy) - doing this will place a copy of the image on the Clipboard. Then switch focus to the TextEdit document and press Command-V (Paste). This will place a large-size image of the file.

  • How can I open pages document from email??

    I sent an email of a document I wrote in Pages. Now it says file can not be opened. Please help

    If you did not send it via Mail, it would have been corrupted.
    GMail, Dropbox, Amazon etc don't understand the zipped package of Pages 5 files.
    Peter

  • How to get pages document from mac book to iphone 5 to send in a email

    How can I transfer pages document from mac book pro to iphone 5. I want to email documnets from phone.

    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
    To delete the pics from your MBP, just drag to Trash and empty Trash.
     Cheers, Tom

  • How do you transfer Pages files from Mac to ipad?

    How do you transfer Pages documents from Mac to Ipad?

    If you have iOS 5 on the iPad and enabled iCloud in Pages, you can go on your Mac and go to http://icloud.com, then click iWork, then click the gear icon and upload the document. It should appear on your iPad.
    If you have an older OS on the iPad, you will need to plug in to the Mac and launch iTunes. Click on the iPad under DEVICES. Then click on the Apps tab up top. Scroll down until you see a File Sharing section. Click on Pages, then click on the "Add" button.

  • How do I upload pages docs from my mac to iCloud?

    How do I upload pages documents from my mac to iCloud? Is it something I have to turn on through Pages or do I drag and drop them in the cloud?  When I try to drag and drop them in the cloud, they instantaneously get downloaded to my computer.  iCloud is turned on in my preferences and I have an iCloud account.

    You put them in your Dropbox folder and then open them from your Dropbox app on iOS into your iOS iWork apps. That's puts them into iCloud, including the icloud.com webpage.
    That certainly is not the official solution but the official Apple is silent on how to achieve this.

  • How can I change a document from booklet to single pages

    How can I change a document from booklet to single pages?

    Very cumbersome.
    How many pages?
    Make a copy first.
    In Acrobat use the Crop tool to crop half the width. (Pages > Crop Pages.)
    For 11x17 to 8.5 x11  crop all even pages 8.5 left, all odd pages 8.5 right.
    Do you have InDesign?
    Create a new document correct to finished page size.
    (Use Import Multi Page script to) Place all pages offset by the proper page amount.
    Export new pdf.

  • How do I create a pdf document from my scanner?

    How do I create a pdf document from my scanner?

    If you are using Acrobat , then follow the below mentioned steps:-
    Scan a paper document to PDF using Autodetect Color Mode (Windows)
    1. Choose File > Create > PDF from Scanner > Autodetect Color Mode.
    2. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.
    Scan a paper document to PDF using a preset (Windows)
    1. Choose File > Create > PDF from Scanner > [document preset].
    2. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.
    Scan a paper document to PDF without presets
    1. In Acrobat, do one of the following:
    (Windows) Choose File > Create > PDF from Scanner > Custom Scan.
    (Mac OS) Choose File > Create > PDF from Scanner.
    2. Select scanning options in the Scan dialog box, as needed, and then click Scan.
    If you specify that you want to use the native scanner user interface instead of the Acrobat user interface, other windows or dialog
    boxes appear. Consult the scanner documentation information on available options. In Mac OS, the scanner user interface is always shown.
    3. If prompted to scan more pages, select Scan More Pages, Scan Reverse Sides, or Scan Is Complete, and click OK.

  • When I try to open a Pages document from iCloud, created on my iPad, I get message stating I need a newer version of Pages.  When I go to app store all I get is "installed" when looking at pages app. my Macbook pro is up to date with all updates.

    When I try to open a Pages document from iCloud, created on my iPad, I get message stating I need a newer version of Pages.  When I go to app store all I get is "installed" when looking at pages app. my Macbook pro is up to date with all updates. Any ideas?

    You have 2 versions of Pages on your Mac.
    Pages 5 is in your Applications folder.
    Pages '09/'08 is in your Applications/iWork folder.
    You are alternately opening the wrong versions.
    Pages '09/'08 can not open Pages 5 files and you will get the warning that you need a newer version.
    Pages 5/5.01 can not open Pages 5.1 files and you will get the warning that you need a newer version.
    Pages 5.1 sometimes can not open its own files and you will get the warning that you need a newer version.
    Pages 5 can open Pages '09 files but may damage/alter them. It can not open Pages '08 files at all.
    Once opened and saved in Pages 5 the Pages '09 files can not be opened in Pages '09.
    Anything that is saved to iCloud is also converted to Pages 5 files.
    All Pages files no matter what version and incompatibility have the same extension .pages.
    Pages 5 files are now only compatible with themselves on a very restricted set of hardware, software and Operating Systems and will not transfer correctly on any other server software than iCloud.
    Apple has not only managed to confuse all its users, but also itself.
    Note: Apple has removed over 100 features from Pages 5 and added many bugs:
    http://www.freeforum101.com/iworktipsntrick/viewforum.php?f=22&sid=3527487677f0c 6fa05b6297cd00f8eb9&mforum=iworktipsntrick
    Archive/trash Pages 5, after exporting all Pages 5 files to Pages '09 or Word .docx, and rate/review it in the App Store, then get back to work.
    Peter

  • How can I access xml document from javascript whithin a JSP page

    how can I access xml document from javascript whithin a JSP page?
    I have a JSP that receives an XML document from a JavaBean, so I can access it within the entire JSP, but I need to access it from the javascript inside the JSP... and I have no idea how i can do this.
    Thanks in advance!

    The solution would only work on MS IE browsers, as other browsers do not support an XML DOM.
    It can be done, but you would be stuck with using the Microsoft broswer. If that is acceptable, I have some example code, and a book recommendation.

Maybe you are looking for

  • How do I use one iPhoto library on multiple computers?

    I have a laptop and my wife has a laptop...how do we share one commone iPhoto library? How would that work with syncing our iPhones? I'm thinking we should get a shared network drive at home...but then our photos would not be available when we're not

  • How to move rows up and down on a SharePoint List Item

    Hello, I have created a simple Project Plan Template for my team using a SharePoint list. I have listed a sample below:      Date                               Tasks                                                    Owner 03/09/14                  

  • Master-detail  in forms 4.5

    I am trying to make a master-detail form work, but so far the details in the form does not correspond to the master block. What I did was 1. created a primary key in table1 2. created a foreign key in table2 referencing the primary key in table1 3. c

  • Delta failure in bw side

    we load the master data from the source system to bw and it successfully updated but fetching 0 data. but in R/3 side in rsa3 it is showing approx. 9000 records in datasource. I m looking for help immediately.

  • How can i add three values of DM

    Hi all, i got this problem, i am loading an ODS with Flat file (Survey project), this one brings this records, all are MD: Customer -  Question - Answer 001      -      1          -   5 001      -      2          -   2 001      -      3          -