How do I get the content to match when exporting pages document to word?

How do I get the content to match when I export a pages document to word format?

You simply cannot get an absolutely identical export, in any app to any app. Exporting from one app to another means converting/parsing code, therefore the result cannot be identical. In order to have control over your final result, use PDF export. If you need a closer compatibility with Word, use OpenOffice or LibreOffice. I would not bet that Word for Mac would presserve identical page setting if file is created in windows, or vice-versa.

Similar Messages

  • How can i get the content of JTextArea with out loosing Indentation.

    I am developing one mail sending application. I am getting mailid , from address, mail body from one Swing. In one JTextArea i am typing i have typed some matter. When i call the content of JTextArea using
    jtx.getText() method, i am getting all the content as one paragraph. That means there is no indentation which was there in TextArea.
    Please provide me some solution how can i get the content of JTextArea wiht out loosing indentation.

    And it was you who asked the question!

  • My iTunes library is on an old PC that no longer works. I purchased a new iPod Touch.  How can I get the contents of my library to the new iPod?

    My iTunes library is on an old PC that no longer works. I purchased a new iPod Touch.  How can I get the contents of my library to the new iPod?

    My iTunes library is on an old PC that no longer works. I purchased a new iPod Touch.  How can I get the contents of my library to the new iPod?

  • I got some books from the itunes store and put them into my library.  I created a playlist so that I could burn them to cds.  The title is there but no contents.  It won't even play the playlist.  How do I get the contents of the book?

    I got some books from the itunes store and put them into my library.  I created a playlist so that I could burn them to cds.  It won't even play the book, there are no contents.  How do I get the contents of the book?

    I'm guessing this is a problem unique to me as there have been no replies at all...  Thanks a bunch folks

  • How can i get the footer bar to stay, whilst page scrolls?

    how can i get the footer bar to stay, whilst page scrolls?
    at the moment, on my site, if the page is longer than the screen, it goes behind the footer,
    but the foot bar moves up the page as yo scroll down to see the rest of the content.
    any way of getting the footer to stay put, while body/page contant scrolls ?
    thanks

    You can use some css to do it...
    #footer_id {
         position:fixed;
         bottom:0px;
    <div id="footer_id">Your footer content</div>
    The css above will lock your footer to the bottome of the browser window. As long as your footer <div> is last in your html, it will float over the top of everything on your page when the page is scrolled. If it's not last in the html, you'll need to add a z-index to get it on top of your other content in the stack.

  • How come I get the message (Not Charging) when I am plugged up to power?

    How come I get the message (Not Charging) when I am plugged up to power? I keep getting this message, is there a problem? Or is this normal

    It had got done to 30% when I plugged it up, it goes in and out - charging and not charging. it is sitting still, but I am creating Movies with iMovie and iDVD

  • How do I get the light to flash when a call comes in on my iphone?

    How do I get the light to flash when a call comes in on my iphone?

    Settings > General > Accessibility > LED Flash for Alerts ON.

  • How do i get the phone to ring when someone calls, it seems to only vibrate and I can't figure out how to turn on the ringer

    how do i get the phone to ring when someone calls, it seems to only vibrate and I can't figure out how to turn on the ringer

    look in settings:sounds and be sure you have a ring tone set, and both vibrate buttons are off.  Also be sure the volume slider id as far right as is comfortable.

  • How do I get rid of memory issue when exporting in imovie

    How do I get rid of memory issue when exporting in imovie?

    Delete the content that is filling it up. Text messages, iMessages, SMS, emails, Safari Cache; essentially all data for all of the built in apps.

  • How do I change the paper size in an existing Pages document?

    How do I change the paper size on an existing Pages document?

    So are your text box set to floating? You can tell that by looking in the Inspector>Wrap Tab when you select the text box.
    If I had to guess I would say that the text boxes are floating and when you change the size of paper the text that you have in the main body area is shrinking so that it does require as many pages and you are losing the text boxes at the end. Is that correct? If so, they are still there, you just have to add page breaks to get to the pages that you lost and you should see them again.

  • HT1420 old computer no longer operable, how do I get the contents of m iPod onto new compter

    I have an older iPod, and the computer I had it associated with is no longer operable at all. How do I get the music on my iPod onto my new computer?

    follow the steps given here...
    Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • Key in registry – how can I get the content?

    Hello!
    Key in registry: I need all sub-keys that exist in this key. How can I get the list?
    Thanks!

    reg is a command line tool in windows that allows you to query the registry. You can use it to query any part of the windows registry. Once you know what query string you will need to query the entry you want, you can use ProcessBuilder to build the command line command you want to run. In your Java code, you will then need to run an external application (reg) with its arguments. ProcessBuilder is a class which makes this task easier.

  • How do I get the screen to refresh when drawing a line larger than the art board

    How do I get the screen to refresh properly when drawing a line larger than the art board when the screen scrolls? Everything turns white in CS6, CS5 and CS4.

    Existing art - not the new art.  The new art just gets a proxy shape - seen in my example as the blue rectangle.  The existing art is what gets smeared as you drag past the edge of the screen.  If it's anything other than an Ilustrator thing, it's a Mac thing. I've never known it to be any other way other than maybe in the past showing blank white instead of stuttered art on probably 10 different macs over the years.
    Take any art that you've ever created.  Zoom in so that your art is bigger than your screen (so that there's somewhere to scroll).  Rectangle tool (or move, scale, rotate(?) something, or draw a line) Start your rectangle anywhere, drag so that you are at the edge of the screen, causing it to scroll.  The existing art will get all effed up.  The rectangle you're drawing will draw as you expect it to - that's not the issue.
    How does Wade take his videos?

  • How can I get the content of a text element to insert in a different block

    I have two blocks. The first one (block_control) is a non based block with a text element (EXERCICE). When I go to the second block (block_data) and I want to insert a new record, I need in my record the value of EXERCICE who is in the first block (block_control). How can I get this balue if I want to be able to do an execute_query too on the second block ? Because if I use pre-block or post-block or when-new-record-instance trigger to make the content of EXERCICE follow from block_control to block_data in a hidden field, I can't execute_query.
    Thank's

    First , when you want to insert a record in the second block , override the default commit_form processing and create a commit-form trigger which is called by a button to commit your form. The when-button-pressed trigger of this button should be : do_key('commit_form'); . And you create the key-commit trigger on the second block. Inside the key-commit trigger write this :
    :second_block.item_name := name_in('block_control_name.exercice');
    commit_form;
    In this way you get the exercice data into your record.
    Secondly, in the post-query trigger of the second block, set the exercice column of the second block to the exercice column of the block_control.
    And that's it.

  • How do I get the contents of the "note" field to display on the event in day and week modes?

    I am a student and I take the reading and exam schedules from my class syllabi and put them in iCal so I only have to go to one place to see what assignments are due.
    I put the class name in the event name field, the classroom number in the location field, and the day's assignment in the note field.  When I view the week or day I would like the event box to list all three pieces of information but I can only get iCal to display the even name and location. 
    Does anyone know how to make the note also display?
    Thanks

    Can you post a screenshot of the timeline? Which type of actions do the buttons (or click boxes?) trigger: simple or advanced or shared actions? Have a look at:
    Why choose Standard over Simple action? - Captivate blog
    I suspect that your buttons get into their inactive part, where they will not be functional anymore.

Maybe you are looking for

  • STDMES field in EDI _DC40  value is not getting reflected in SAP R/3

    Hi All, We have a EDI to IDOC scenario. In message mapping we are hardcoding EDI_DC40\STDMES = 812 in message mapping and in sxmb_moni in PI we can see this value getting populated in xml message but at SAP end in we02 it is blank. Value is not getti

  • ABC Indicator for Equipment & Functional Location Same or Different

    Hi All, We can find ABC indicators in both Equipment & Functional Location (FL) master data. Q. Please tell me....whether these fields are different for Equipment & FL or same?? Problem is that I could see the same field name ABCKZ for both Equipment

  • How do i reverse directions for taking a picture

    I can not remember how to change directions to take a picture facing out instead of toward me?

  • Sessionstore.js cannot be created.

    I have checked all my settings, everything in about:config is fine as far as session storing is concerned, i have tried using an add-on to save my session but the creation of 'sessionstore.js" is just impossible.

  • Refresh music library

    I'm new to Itunes and still learning the software. My problem is I have many song titles listed in the library which are not vaild because I think I deleted the songs or moved them elsewhere. What do I need to do to fix the concern before the library