Export in pages

When I use the export function in pages there is an advise that says translated from Spanish " The exported file will be available trough shared files, what does it mean? Where can I find the exported file?, maybe in the public folder of my main computer, I do not understand, can you help please, thanks

basically documents work in a two step process, either direction, from your computer to ipad or ipad to computer.
There is a shared folder that each app can see and that itunes can see. you drop items in through the itunes interface, and then import from there on the ipad into the individual apps. And vice versa, from apps to shared folder, then from folder to desktop through itunes.
jason

Similar Messages

  • Print, Export and Page Navigation Buttons in the Report

    When I view a report through CR4E, the generated report has 3 buttons namely Print, Export and Page Navigation buttons. But when I click on either of the buttons I get a 'null pointer exception'. This is a critical error as I am unable to navigate past the first page. Do I have to add code to these buttons? If not, why am I getting an error? Kindly solve my problem as soon as possible.

    <p>Looking at your code it appears that you are storing the ReportSource in session prior to passing in the ResultSet. This will create a problem when a postback is made on  the viewer page (which all of the viewer actions do). If you look at the sample code which is generated when you use the JSP Page Wizard you will notice that the ResultSet is passed to the ReportClientDocument object prior to it being stored in session. Then, when the page is called again this object is retrieved and the ReportSource is used by the viewer. You can quickly run the test using one of our sample reports to see what I am talking about. The code below was generated using the Consolidated Balance Sheet.rpt and did not experience any problems doing any of the viewer actions.</p><%@page import="com.businessobjects.samples.JRCHelperSample,<br />com.crystaldecisions.report.web.viewer.CrystalReportViewer,<br />com.crystaldecisions.reports.sdk.ReportClientDocument,<br />com.crystaldecisions.sdk.occa.report.application.OpenReportOptions,<br />com.crystaldecisions.sdk.occa.report.lib.ReportSDKExceptionBase,<br />com.crystaldecisions.sdk.occa.report.reportsource.IReportSource,<br />java.sql.Connection,<br />java.sql.DriverManager,<br />java.sql.ResultSet,<br />java.sql.SQLException,<br />java.sql.Statement"%><%<br /><br /><br />    try {<br /><br />        String reportName = "Sample Reports/Consolidated Balance Sheet.rpt";<br />        ReportClientDocument clientDoc = (ReportClientDocument) session.getAttribute(reportName);<br /><br />        if (clientDoc == null) {<br /><br />            clientDoc = new ReportClientDocument();<br />            <br />            // Open report<br />            clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);<br /><br />  <br />            {<br />                // **** POPULATE MAIN REPORT ****<br />                {<br />                     // Connection Info for fetching the resultSet<br />                    String connectStr = "jdbc:derby:classpath:/Xtreme";<br />                    String driverName = "org.apache.derby.jdbc.EmbeddedDriver";<br />                    String userName = "dbuser";        // TODO: Fill in database user<br />                    String password = "dbpassword";    // TODO: Fill in valid password<br /><br />                    String query = "SELECT CUSTOMER_NAME FROM APP.CUSTOMER WHERE COUNTRY = &#39;Australia&#39;";<br /><br />                    <br />                    String tableAlias = "FINANCIALS";        // TODO: Change to correct table alias<br /><br />                     <br />                    JRCHelperSample.passResultSet(clientDoc, fetchResultSet(driverName, connectStr, userName, password, query),<br />                        tableAlias, "");<br />                }<br /><br /><br />            }<br />        <br />            // Store the report document in session<br />            session.setAttribute(reportName, clientDoc);<br /><br />        }<br /><br /><br />            {<br />                // Create the CrystalReportViewer object<br />                CrystalReportViewer crystalReportPageViewer = new CrystalReportViewer();<br /><br />                //    set the reportsource property of the viewer<br />                IReportSource reportSource = clientDoc.getReportSource();                <br />                crystalReportPageViewer.setReportSource(reportSource);<br /><br />                // set viewer attributes<br />                crystalReportPageViewer.setOwnPage(true);<br />                crystalReportPageViewer.setOwnForm(true);<br /><br />                // Process the report<br />                crystalReportPageViewer.processHttpRequest(request, response, application, null); <br /><br />            }<br />            <br /><br />    } catch (ReportSDKExceptionBase e) {<br />        out.println(e);<br />    } <br />    <br />%><%!<br />// Simple utility function for obtaining result sets that will be pushed into the report.  <br />// This is just standard querying of a Java result set and does NOT involve any <br />// Crystal JRC SDK functions. <br /><br />    private static ResultSet fetchResultSet(String driverName,<br />            String connectStr, String userName, String password, String query) throws SQLException, ClassNotFoundException {<br /><br />        //Load JDBC driver for the database that will be queried    <br />        Class.forName(driverName);<br /><br />        Connection connection = DriverManager.getConnection(connectStr, userName, password);<br />        Statement statement = connection.createStatement(ResultSet.TYPE_SCROLL_INSENSITIVE, ResultSet.CONCUR_READ_ONLY);<br /><br />        //Execute query and return result sets<br />        return statement.executeQuery(query);<br /><br />}%><p>Try using the code generated from the wizard to see if it works for you as well. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) </p>

  • Can I use preview to export multiple page PDF as jpegs?

    Using Preview, I export multiple page PDF as jpeg and results are the first page only as jpeg. Can I use preview to export multiple page PDF as jpeg for every page?

    Automator is great for this if you need to export many pages to JPG, or just have to do this often.
    Two other quick and dirty way sto get it done:
    (1) Enable thumbnail view, click on the ONE PAGE you want to convert to jpg, then choose "export." If you choose more than one page, only the first will get exported to jpg.
    (2) Create a copy of the file, delete all the pages except the one you want to export to JPG, and export that page. You may be able to "undo" the delete, get all your pages back again, and re-delete all but the one you want to export, etc. I would not recommend doing this on the original version of the file because of Preview's autosave so-called "feature."

  • CS 5 exports two pages at a time instead of one.

    I copied the following script from the Internet into notepad, saved it, and renamed it "spreads.jsx". I put it into my scripts file. It didn't do anything. app.interactivePDFExportPreferences.exportReaderSpreads = !app.interactivePDFExportPreferences.exportReaderSpreads
    I removed the facing pages check. My pages still exported two pages to a page. I then created a new document without the facing pages checked. I copied the 21 of my original file into the new file. It still exported two pages on one.
    >The only way to get non-facing pages to stick together is to disable page shuffling and drag them together in the Pages Panel, and that
    won't happen accidentally.
    I turned off shuffling, and that didn't help either. It was unclear what to drag in the Pages Panel.
    I'm now past my deadline for the newsletter and can use anybody's help so that I get an output in .pdf for single pages, so people can print out the file and have a single page on a single sheet.
    Lou
    First, here is my screen shot of the resulting .pdf file from exporting my 21 page document
    Second, here is the screen shot of my pages panel.
    Next, the export dialogue:
    Here is the scripts dialogue box.

    Someone, maybe you, suggested I start a new thread about the video. I 
    posted it to the forum under:
    "I solved the export single page issue and now my videos won't work." Here 
    is the text:
    I have  windows 7 for 64 bit. 
    I ran  a script on my InDesign CS 5 document to solve the problem with two
    pages  appearing on one .pdf file.  When I  clicked on it, here is what I
    get “Spreads are now ON in Interactive PDF  Preferences.”
    I get  two pages stuck together in my interactive .pdf file. I don’t want
    that because  it prints to pages on a single sheet and I want each page to
    print separately.  However, my three .f4v videos appear the way I want and run
    perfectly, even  though I got the error message, “One or more interactive
    elements are clipped in  ways that PDF files cannot reproduce. Those elements
    will be adjusted in the  exported PDF. “ 
    When I  click on the script again, it says, “Spreads are now OFF in
    Interactive PDF  Preferences.”
    The  pages are the way I want. Now my videos don’t behave. Video 1 vanished
    into a  red border with blank inside. Video 2 has moved half way up the
    page, covering  two photos, but it plays. Video 3 has just white space in its
    position. 
    Next,  I tried another script. When I ran it I got the message, “Shuffling
    pages will  remove some page transitions. To avoid this message in the
    future, uncheck allow  Document Pages to Shuffle in the Pages panel. Select OK to
    continue.” I hit okay  several times and the message kept appearing again
    and again. I finally clicked  “Don’t show again” and it went away. I got the
    same error message as before. The  videos are all screwed up, like before.
    I  toggled that script and exported again, and got the same error message.
    This  time, as before, the videos were messed up, but this time one of the
    videos was  off the page, but played. 
    Is  there any way I can keep one page to one in the .pdf AND have my videos
    work?
    Lou
    In a message dated 6/27/2011 7:39:51 A.M. US Mountain Standard Time, 
    [email protected] writes:
    Lou,
    In order to properly diagnose your problem it is  ESSENTIAL that ID is
    behaving in a known and predictable way. This means  that if you ran the
    first script, the one that Stix recommended, and ran  it only once and then
    deleted it, you MUST reinstall the script, and run  it again to reset the
    export behavior to spreads so we know what's going  on. You should see a
    new
    dialog telling you that exporting spreads is  active when the script runs.
    Until you do that, we really can't  tell where the problems with things
    moving might be coming  from.
    I design for print, and I've been working with InDesign  since it was first
    released, switching my production work from Quark  Xpress to InDesign when
    ID
    2.0 was released about 10 years ago. Before  going freelance as a designer
    I
    worked a few years in print shops learning  from other people's mistakes
    (and
    learning how to fix most of them), and  did some newspaper and magazine
    production. Quite a bit of what I know  about InDesign I've actually
    learned
    here. For the first few years I read  every post, and if I didn't already
    know the answer I tried to figure it  out. Even now, though, I usually
    learn
    something new at least once a  week.
    As I just mentioned, I design for print, so the interactive  stuff is a bit
    murky for me, too, but if we can get you to a known state  and see if
    things
    are where they belong, someone who does interactives all  the time may be
    able to help more. I don't know about the warning you get,  but I suspect
    it
    is  significant.

  • Exporting book pages one at a time

    When I create a photobook I need to see them in JPG so I export the pages as jpg. My problem is that I can only export all the pages which takes a long time. If I find a mistake on one page which I correct in LR there is no way to export just that one page to replace the old one. (at least I can't find this)

    You could add it as a feature request at Official Feature Request/Bug Report Forum

  • Error  While exporting a page group

    I am getting following error while trying to export a
    page group.
    Populating External Application Base Table-Start
    [18-MAY-05 10:48:22][Error: ] context = wwutl_api_export_security.populate_external_app_info user = ORCLADMIN Unexpected Exception
    Populating External Application Base Table-Start
    [18-MAY-05 10:48:26][Error: ] context = wwutl_api_export_security.populate_external_app_info user = ORCLADMIN Unexpected Exception
    Populating External Application Base Table-Start
    [18-MAY-05 10:48:30][Error: ] context = wwutl_api_export_security.populate_external_app_info user = ORCLADMIN Unexpected Exception
    I am having oracle AS 10.1.2.
    I also logged in as portal but I am getting the same error.
    Does any body know any solution to this problem ?
    Thanks,

    Tried again and it worked.

  • Is there a way to export individual page items as PDF or EPS?

    I have a long document, all threaded, with a bunch of inline graphics. Many of the inline graphics have callouts and pointer lines. I take the graphics, callouts, and pointers, group them, and then cut and paste the group inline into the text flow. I want to be able to tag the graphic (complete with pointers and callouts) for an XML export. But I cannot tag a grouped object. I remember learning at the PeP conference in May that one way was to build the graphic with callouts in AI, and then place it into ID. But I already have an established workflow, with hundred of grouped inline objects in my ID docs.
    So I was wondering if there is a script that will allow me to export individual page page items as PDF or EPS. I know that you can export page items as JPEG, but I don't want rasterized text. Please assist. Thanks.

    http://www.automatication.com/index.php?id=13
    Bob

  • Error when trying to save or export from pages

    I am trying to export a pages doc to any other format.  I have tried the 'hidden' save as, exporting to pdf, deleting part of the document, changing the font, duplicating and saving- nothing is working!  I receive an 'unexpected error'.  I did not have any issues until I did the last OS X udate.
    Thanks!

    Do you have any oddball characters in the name?
    Stick to straight alpha numeric, no punctuation.
    Try saving to a different location.
    Peter

  • Is it possible to export the page activity report to a pdf file?

    Is it possible to export the page activity report to a pdf file?and is there any api or samples to be reference

    Do you mean audit history?   One method would be similar to the following sample that you could extend to create a PDF from the data returned:
    http://www.eyelock.net/blog/archives/533
    BUT the method used above via JCR Query is an implementation detail.  For future proofing, you should use the ReplicationStatus status = page.adaptTo(ReplicationStatus.class in your code to get the audit logs for a particular page, rather than a straight JCR query. (recommended by Jörg Hoh @ http://forums.adobe.com/message/5253760).

  • Exported PDF page size too large on screen

    Fairly new to InDesign ( and loving it )
    I am creating a document using InDesign v5. which has a page size of 8.5 x 11 in and two pages to a spread.
    When I export a page or a spread to PDF the page or spread will print fine BUT when I view this PDF on screen at 100% the size is quite a bit larger than 8.5 x 11 in
    can anyone explain why and how I can view the file at 100% on screen AND at the correct printing size.
    Thanks for any help you can offer.
    Graham

    Try this in Acrobat.
    Edit > Preferences (Win) or Acrobat > Preferences (Mac). Then select Page Display > Resolution > Use System Setting

  • HT4168 How does one export a Pages doc to epub?

    How do I export a Pages doc to epub-previous articles state you should choose Share > Export to epub-However when you try that you get a message stating that iworks has been discontinued? What now-I still do not know how to publish a Pages document to epub (post iworks so-to-speak) -please help? I have writtern a 30 pages mini-ebook and now want to publish it to epub (to enable me to publish it on iBooks, B&N and Amazon Kindle) but I do not know how to proceed?

    How did you buy Pages?
    Which MacOs system do you have on your computer?
    What is the exact message you get?
    Which version of Pages do you have?
    Please answer all questions and if you don't know how ask again.

  • I am exporting a pages doc to ePub and I keep getting formatting problems any idea thx in advance

    I am exporting a pages doc to ePub and I keep getting formatting problems any idea thx in advance

    Since you don't say what the "formatting problems" are, all we can say is:
    "There, there. Hope they get better."
    Peter

  • I am exporting a Pages document to Epub and Pages is compressing my jpg images.  How do I keep the original jpg size during the export to epub process?

    I am exporting a Pages document to Epub and Pages is compressing my jpg images (I think to 72 dpi from original 600 dpi). 
    How do I keep the original jpg size during the export to epub process?

    We are still trying learn how to use Pages to build ePub documents with high resolution graphics that will expand clearly when they are tapped. Very large screen shots are my example here.

  • Export from Pages to ePub??

    Help! I need to export from Pages to epub.  I've read the tutorial a hundred times and it says that when you click on "export" one of the options should be epub.  However,  my only options are pdf, word, or rtf.  What am I doing wrong? 

    If your admin bought the iWork package as a DVD, Pages '09 version 4.0.3 is really the late version available on this media.
    As fruhulda wrote, you must get and apply an updater (maybe you must ask the admin to do that, I know that some of them are a bit picky).
    PS, since last wednesday, the best Apple tool to create ePub is the free iBooks Author.
    Yvan KOENIG (VALLAURIS, France) dimanche 22 janvier 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k

  • Export single-page pdfs with page name

    I've been looking for a script that:
    - exports every page of an indesign file to a seperate single-page pdf (or other filetypes)
    - names the pdf with the name of a page -> this is the hard part to find
    The reason i could use it: i have a 200+ page file with productspecs. I would like to export every page with the correct productname. (extracting pdfs in acrobat is not a problem, but then i have to manually rename every file)
    I'm not sure how to name the pages, as it's not a function in indesign. Ideal would be to be able to "tell" indesign: this textframe = the pagename, so it wouldn't be necessary to label the page seperately.
    I'm not a scripter. I searched the forum and found some info on this already, but not a working script including automatic pagenaming.
    I did found an old post where someone points to such a script, but i can't find it:
    http://www.techplex.net/postsm40018_possible-to-name-pages.html#post40018
    Did anyone ever made/found/used such a script?
    (btw, a similar script for illustrator artboards would be very useful too!)
    Any help appreciated!

    scott zanelli made one years ago. does a fantastic job.
    http://indesignsecrets.com/page-exporter-utility-peu-5-script-updated-for-cs3.php
    Loic Aigon has written one...
    http://www.loicaigon.com/blog/?p=876
    as for illustrator artboards... don't know - have a look on the illustrator scripting forum.

  • When exporting eps pages from InDesign 5.5 how can I make them be T1.eps T2.eps instead of T_1.eps T

    While building special tabs for my job, we have to turn in the pages for print with a very specific filename system. It's complicated so I'll try to explain...
    page 1 must be T1.eps
    page 2 must be T2.eps
    unfortunately when I click to export the pages to eps InDesign insists that it add an underscore mark in there.
    T_1.eps
    T_2.eps
    etc.
    is there a setting that I haven't located yet that explains to InDesign that I do not need/want that underscore in there?

    Not that I know of. I assume it's scriptable, but instead of writing a custom Javascript export tool I usually use something like Bulk Rename Utility to enforce that kind of naming convention.  (Mostly because my four biggest clients each have their own complex and idiosyncratic file-naming conventions. Scripting it in ID would take more time and be more failure-prone for me than using an already-existing free utility that has regex support and eighteen million options.)

Maybe you are looking for

  • Need some help re:  OS 9, OS X 10.2 and Leopard on PowerBook

    I have begun experimenting with a Titanium PowerBook G4 I have that I hadn't used in years.  It had Jaguar and OS 9 installed originaly and I recently upgraded to Leopard.  I then decided that I wanted to see what OS 9 was like so today, I partitione

  • Correlation in Asynchronous BPEL process

    I have thoroughly read docs & various blogs for this correlation concept and I am developed the bpel process without any compilation error. But when I execute, all the instances are waiting in receive activity with message *"Waiting for "processRespo

  • MSI k9n6sgm-v - problem installing SM Bus Controller

    in Device Manager, theres a yellow exclamation point by SM Bus Controller.. everytime i try to update the driver with the mobo CD or with the drivers from this site, it installs fine, eliminates the yellow exclamation point by SM Bus Controller but w

  • Get rid of registration screen for all new users...

    I have installed iWork 09 through ARD to the 20 computers in the lab. The issue is that whenever a new user logs in, it continues to ask to register. We have a lot of young students who cannot simply click 'register' later. Is there a way to disable

  • Raw Values in all_tab_columns (8i)

    I want to retreive Low_value and High_value from all_tab_columns. These fields use the raw datatype. How do I convert them to a decimal number. I am using Oracle 8i. Thanks, Les Smith