export of pages at the mess of Dox formatting

We use a MacPro 2015 Pages v5.6.1 app.

You will need to submit work in Word for an online class. Opens in Word format with formatting done on some desktop of Windows users who are converted to pages on our macbook. We use tests, maybe add highlighting, put words in columns predefined.

We export the pages - advance Dox-record file and post it. -without opening. The Windows user in v10 it receives with the words of formatting / etc. messed highlights. I think that what's amazing is that we receive the same file back with corrections/comments(that don't add up) and our work, all in search of perfect!

Help, please?

Thank you!

Pages is not a clone of MS Word, and Apple does not guarantee the import or export of precision for Word documents. The original Word document is translated into document format internal .pages Pages on import and export. Fonts used with office 2016 in Windows 10, that do not exist on Mac will be substituted, and elements of document which cannot decrypt Pages from 2016 Word on the PC will be excluded, or deformed. Features unique to the Pages will be also had an impact on exports otherwise used in MS Word.

For maximum accuracy between your Mac and your 2016 for Windows 10 office, you must use Office for Mac 2016, which was designed for the task. You will work in the native format of Word document that you receive, edit and save.

Tags: iWork

Similar Questions

  • I exported a must of the site in HTML format and get the following error - MuseJSAssert: error calling the function switch: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with original 'null '.

    I exported a must of the site in HTML format and get the following error - MuseJSAssert: error calling the function switch: SecurityError: cannot read property 'documentLes' of 'HTMLIFrameElement': blocked a frame with original 'null '.

    Does Anyon know what to do - how to fix this?

    Hello

    could you please take a look at this and see if that helps

    Java Script alert: MuseJSAssert: error calling the function switch: security error?

  • Script Export single Pages with the name and file custom paragraph Style?

    I have a document called "mydocument".

    I have a several pages in the document.

    Each page has a title of"style with a stylesheet called point title.

    I need to export each page as individual .jpg with a custom file name

    myDocument-01 - title.jpg

    01 is the page number

    Seemed like a simple request... but it turns out that it's a little challenging.

    This scipt below, that I found on another thread a little work

    It gives me a

    Title1.jpg

    But I can't figure out how...

    1. Add the name of "mydocument".

    2. have a 0 on the 1-digit numbers

    Can someone please guide me, I would be eternally grateful.

    if (app.documents.length != 0) {
         var myDoc = app.activeDocument;
        MakeJPEGfile();
    }
    else{  
         alert("Please open a document and try again.");  
    } 
    
    
    function MakeJPEGfile() { 
    
    
    
    
    
    
         for(var myCounter = 0; myCounter < myDoc.pages.length; myCounter++) {
    
              if (myDoc.pages.item(myCounter).appliedSection.name != "") {
                   myDoc.pages.item(myCounter).appliedSection.name = "";
              }
                
                var myPageName = myDoc.pages.item(myCounter).name;
              var myJpegPrefix = "";
              var isStyleExist = true;
    
              //Checking the existing of the paragraph style (filename)
              try {
                  myDoc.paragraphStyles.item("title");
              }
              catch (myError) {
                  isStyleExist = false;
              }
    
              if (isStyleExist)
    
    
              myJpegPrefix = getParagraphContent(myDoc.paragraphStyles.item("title"), myDoc.pages.item(myCounter)) + myPageName;
              app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high; // low medium high maximum
              app.jpegExportPreferences.exportResolution = 72;
              app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;
              app.jpegExportPreferences.pageString = myPageName;
    
    
              var myFilePath = "~/-client/JOYS - Just Organize Your Stuff/-Art/-art-book-kindle/" + myJpegPrefix + ".jpg";
              var myFile = new File(myFilePath);
              myDoc.exportFile(ExportFormat.jpg, myFile, false);
         }
    }
    
    
    // The new function, but needs to add checking the file name rules.
    
    
    function getParagraphContent (paragraphStyle, currentPage)
    {
        var paragraphContent = null;
        for (var c = 0; c < currentPage.textFrames.length; c++)
        {
            for (var i = 0; i < currentPage.textFrames.item(c).paragraphs.length; i++)
            {
                if (currentPage.textFrames.item(c).paragraphs.item(i).appliedParagraphStyle == paragraphStyle)
                {
                    paragraphContent = currentPage.textFrames.item(c).paragraphs.item(i).contents;
       // Remove spaces and returns at the end:
                    paragraphContent = paragraphContent.replace(/\s+$/, '');
       // Replace remaining spaces with hyphen:
                    paragraphContent = paragraphContent.replace(/\s+/g, '-');
       // Make lowercase:
                    paragraphContent = paragraphContent.toLowerCase();
                    return paragraphContent;
                }
            }
        }
        return paragraphContent;
    }
    
    

    Thank you Mi!

    One more step.

    I just need to remove the extension .indd.

    My file name is now

    myDocument.indd - 01 - title.jpg

    If (app.documents.length! = 0) {}

    myDoc var = app.activeDocument;

    MakeJPEGfile();

    }

    else {}

    Alert ("Please open a document and try again.");

    }

    function MakeJPEGfile() {}

    for (var myCounter = 0; myCounter< mydoc.pages.length;="" mycounter++)="">

    If (. appliedSection.name myDoc.pages.item (myCounter)! = "") {}

    myDoc.pages.item (myCounter).appliedSection.name = "";

    }

    var myPageName = myDoc.pages.item (myCounter) .name;

    var myJpegPrefix = "";

    var isStyleExist = true;

    Audit of the existing paragraph style (filename)

    try {}

    myDoc.paragraphStyles.item ("title");

    }

    {} catch (MonErreur)

    isStyleExist = false;

    }

    If (isStyleExist)

    myJpegPrefix = getParagraphContent (myDoc.paragraphStyles.item ("title"), myDoc.pages.item (myCounter)) + '-0 "+ myPageName;

    app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high; low medium high maximum

    app.jpegExportPreferences.exportResolution = 72;

    app.jpegExportPreferences.jpegExportRange = ExportRangeOrAllPages.exportRange;

    app.jpegExportPreferences.pageString = myPageName;

    var CheminMonFichier = "" ~/-client/JOYS - just organize your Stuff Art / /-art-book-kindle / "+" / "+ myDoc.name +"-"+ myJpegPrefix +".jpg";

    var myFile = new File (myFilePath);

    myDoc.exportFile (ExportFormat.jpg, myFile, false);

    }

    }

    The new feature, but it will add filename rules checking.

    function getParagraphContent (paragraphStyle, currentPage)

    {

    var paragraphContent = null;

    for (var c = 0; c)< currentpage.textframes.length;="">

    {

    for (var i = 0; i)< currentpage.textframes.item(c).paragraphs.length;="">

    {

    If (currentPage.textFrames.item (c).paragraphs.item (i) .appliedParagraphStyle is paragraphStyle)

    {

    paragraphContent = currentPage.textFrames.item (c).paragraphs.item (i) .silence;

    Remove the spaces and returns at the end:

    paragraphContent = paragraphContent.replace (/ \s+$ /, ");

    Replace the remaining spaces with hyphen:

    paragraphContent = paragraphContent.replace (/ \s + / g, '-');

    Make lowercase:

    paragraphContent = paragraphContent.toLowerCase ();

    Return paragraphContent;

    }

    }

    }

    Return paragraphContent;

    }

  • Export a page to the photoshop/illustrator file with the same structure of layer?

    Hello

    Currently freelancing for a company that create using the indesign work and I try to streamline the process of splitting the outside inside work is separate to import directly into damage layers. I know you can use a script to separate the outside layers and then export as interactive pdf, this opening in illustrator and then releasing to layers (build) I'm looking for an effective way more time to get to this point? Sometimes the work does not seem to import correctly into illustrator, because there clipping masks and weird stuff out there (their marketing team is huge and those working on the same things that make things way differently). I tried two script to split the work out in components, but they don't seem to not remember the position or just produce the element of the unique work.

    A typical file would be 640 x 640 page with multiple Indesign pages with 6 layers of each placed exactly and signed illustration of positional for. The perfect scenario would be to run a script to export directly into photoshop (keeping the culture and position) if it is then just one case to draw only a file directly in ae.

    There are various forums and I got asked in all of scripts but InDesign and in particular script is not my forte. It is one that could do the trick, but the link is no longer active: http://www.zenodesign.com/forum/PageToPSLayersV3.zip

    I know it may seem as it is lazy, but there are many things to animate by project in different sizes, so any help and pointers would be great!

    Thank you

    A

    It is one that could do the trick, but the link is no longer active:

    The latest version is here. This is an AppleScript script if OSX only:

    http://www.zenodesign.com/Forum/PageToPSLayersV7.zip

    If you have any questions see this thread:

    How to export indesign layers in photoshop (same structure) layers

  • Export a page of a document in PDF format with compression settings different

    I think that what I want is not possible, but I don't know until I try...  I have a template that we use a lot in our marketing material that seems not good on the screen during the export of smaller file size.  Is there a way that I could export a PDF file with just that image or the page that it is set to a higher resolution?  It justified for the moment if I export the page separately and combine again in Acrobat afterwards.

    Have you tried playing with the PDF export settings? Specifically, if

    you're the subsampling this pattern, try a different subsampling method.

    For example, if there is a lot of fine lines in the image, try the nearest

    Neighbour to keep those. This can have a significant effect on an image and a

    negligible effect on others, so maybe this is what you need. Just a

    shooting in the dark without actually seeing the images in question.

    Ariel

  • Export PDFs single page with the name of the page

    I was looking for a script that:

    -exports all the pages of an indesign file to PDF separate single page (or other file types)

    -names, the pdf file with the name of a page-> This is the hardest to find part

    The reason why I could use it: I have a file of 200 + page with productspecs. I would like to export all pages with the software "productName" correct. (extraction of a PDF file in acrobat is not a problem, but then I have to rename all the files manually)

    I do not know how to name pages, because it is not a function in indesign. Ideal would be to be able to 'say' indesign: this textframe = the name of the page, then it would be not necessary to label the page separately.

    I'm not a writer. I searched the forum and found some info on this already, but not a working including automatic pagenaming script.

    I found an old post where someone points to such a script, but I'm not:

    http://www.techplex.NET/postsm40018_possible-to-name-pages.html#post40018

    Do you have someone at - it never/found/used such a script?

    (btw, a similar script for illustrator work plans would be very useful also!)

    Any help is appreciated!

    Zanelli Scott made a years. did a fantastic job.

    http://InDesignSecrets.com/page-exporter-utility-Peu-5-script-updated-for-CS3.php

    Loïc Aigon wrote a...

    http://www.loicaigon.com/blog/?p=876

    regarding work plans illustrator... don't know - have a look at the forum of illustrator scripts.

  • Doubt on the export of pages in JPG format at high resolution with Indesign

    Hello

    I use to work two software, your skill of QuarkXpress and Indesign. If I had to choose one, I prefer Indesign, it is very nice and I love it, but I have to work with the software.

    Well, I have a doubt about the use of Indesign method to export a page in JPG, high-resolution, because QuarkXpress do the same job, but in a different way, so my doubt is about the quality of the files produced.

    It is a very technical issue, if someone with experience in the professional press and print or an Adobe expert could answer, I would be grateful.

    InDesign, producing a poor quality file or QuarkXpress that producing a poor quality file?

    My question is as follows:

    I opened a document in Indesign, and I decide to export it. To simplify things, we have a unique page DIN A4 document.

    So I tell Indesign to export the pageand I want a JPG, high-resolution 300 DPI file.

    Indesign do his job very well, and produce the file exported. This is a JPG file, there are 300 dpi.

    If I open the document in Photoshopand I'm going to... Image of ... Image size...

    I see the Indesign document indicates the exact measurements of a DIN A4 210 x 297 mm and the resolution of the file, I have 300 DPI.

    Therefore seems to be that indesign has done a great job.

    Very well.

    Now, I explain what is happening with QuarkXpress.

    I do the same thing, I have a document to a single page, DIN A4 and I export it as JPG format at high resolution of 300 dpi.

    Well, now QuarkXpress, create the file and I open the file in Photoshop.

    Surprise.

    The file has larger than DIN A4 and a lower resolution dimensions!

    Exactly, QuarkXpress produce a jpg of the following dimensions: 874,89 x 1237,9 mm and a resolution of 72 dpi

    When I see 72 dpi, I think that the document is in low resolution. However, I have a larger document?

    I open the QuarkXpress file in Photoshop, then I uncheck resampling, in this way Photoshop will never change the image. Now, I change the value of resolution of 72 dpi, 300 dpi, which is the value I want.

    And what happens? What happens is that I get a document with measurements of a DIN A4 and also at 300 DPI.

    ???

    So basically QuarkXpress does the same work in Indesign, but in a different way.

    The file QuarkXpress are 2.29 MB more or less. The Indesign file are 3.84 MB more or less.

    So why these differences?

    Which method is the best and why Indesign produce a different file to QuarkXpresss?

    See you soon

    As far as I know, the ppi is not the required metadata for the images.

    So Im guessing that Quark exports jpg ppi worthless.

    But Photoshop is to assign a value of ppi when it opens an image without specified ppi value.

    This value is be 72, but it could be anything, because the pixel dimensions do not change.

  • Some hyperslinks in the exported PDF file takes the Viewer to the pages "broken/missing. For example, the hyperlinks to specific of Youtube videos does not work, they brought to a youtube page is missing.

    Some hyperslinks in the exported PDF file takes the Viewer to the pages "broken/missing. For example, the hyperlinks to specific of Youtube videos does not work, they brought to a youtube page is missing.

    Hi Sarah!

    I solved it! I had to use the original URL shorter links to create

    functional hyperlinks or try to short the links using Google URL Shortener.

    I don't know why it worked by doing this, but he did!

    With the friendly and happy greetings!

    Sonny. A

    2015-11-24 9:32 GMT + 01:00 aadeshs76610910 [email protected]>:

    You talked

    by aadeshs76610910

    https://forums.Adobe.com/people/aadeshs76610910?et=notification.mention> * in

    Re: A few hyperslinks in the exported PDF file takes the Viewer to

    pages "broken/missing. For example specific Hypertext to Youtube videos links

    does not work, they will bring to a youtube page is missing. in Adobe

    Community *-view aadeshs76610910 you reference

    https://forums.Adobe.com/message/8209923?et=notification.mention#8209923>

  • Windows 7 64-bit Lightroom CC Web export fails - message says "the original file is missing.  It is a nonsense.  If I use an excerpt from browser, the web page is created without any problem.  I use page preview created as a round work but why don't web

    Trying to export a web page standard, as I have many times before with LR 5.  Now with Lightroom CC web export fails, with a list of images, each original saying file is missing.  They don't miss - all other types of export work OK.  The overview of the web browser works well and I use it as a round piece for the moment.  Please Adobe sort this issue!

    Hugh Letheren

    This problem has resolved itself.  The export feature now works as it should.  I not did something to fix the problem - very strange - but thanks for trying to help everyone!

  • exclude pages in the export of indexing?


    Hello, is it possible to export the site without index child pages?

    I need the child to be on the site, but google pages is to list them in the results of the research.

    I want to just the main pages (home, about, services, contact) to be included in search results
    is there a way to get around this?
    Thank you

    Screen Shot 2014-12-15 at 10.46.40 pm.png

    plasticjungle To prevent search engines from indexing specific pages, open the page properties panel. Add the following metadata in the metadata HTMLsection. Go to the Options tab and uncheck include page in sitemap.xml.

  • When I export a PDF from Indesign CS6 (PDF1A), the first page of the document is blank.  Why?

    When I export a PDF from Indesign CS6 (PDF1A), the first page of the document is blank.  Why?

    Do not fix PDF 1A errors?

    Here is my screenshot of indesign and acrobat.  The first page is empty, the second page is not.  Why only the first page?

    Any help is very appreciated!  Thanks in advance!

    Screen shot 2012-12-10 at 11.42.29 AM.png

    Adobe strongly recommends use of PDF/X-4, which retains direct management transparency and color all the way to the INVESTIGATION period.

    PDF/X-1a is indeed antiquated for any content that uses anything other than CMYK + spot color or transparency.

    All modern PDF workflow software supports PDF/X-4. If you are printing to a PostScript RIP, Acrobat Pro (version X and XI) can print PDF/X-4 of tears (or printers) pretty well.

    -Dov

  • Restart the numbering of the pages for the exported PDF files

    So I have a book with multiple indd file. I am wanting to export each of these co-operate towards their own PDF, but the numbering reflects the section of the book that is. Is there something I'm missing? Can I set each PDF export as page 1? We do not want to confuse our customers when they open a page 3 PDF that says they are on page 22.

    When you synchronize the numbering in a book he changes number assignments in the component files. in your situation, I probably put the pages of the original of the files in new .indd docs and crops off the original page numbers, adding new numbers on the new master file pages. This allows you to make all your changes in the original file and just update the second link of file when something is changed.

    "" You will find a useful script to InDesignSecrets "Blog Archive" Zanelli releases MultiPageImporter for importing PDF and INDD files

  • Exporter which Pages use which Types of the Master Doc

    I have a big book of 200 pages.

    There are multiple master pages that I use throughout the document.

    Each master page has an image in a different location.  So a master page can have a large image on the right, we could have a large image on the left, then could be small right picture, so on and so forth.

    Throughout the book, I mix in each of these master pages depending on how I wanted to use to design the book visually.

    My task is to retrieve pages in jpg and list format where the image is for each page.  I can export to jpg without problem of course.  I know that certain master pages always have the image in a given location. I noticed that in the window of the page it shows me what model I used to create each page. The problem is that I have no idea what the master page each page uses when I do a standard export.  If I had a way to export the pages and what master they use, I could easily map master patterns where the orientation of the image is for each page.  If ultimately, is it possible that I can get a listing of mapping page to page template that I used?

    I'm not sure what you want here [why do you do this?], but if you want a simple list of pages to watch pages, try this script:

    var i,d=app.activeDocument;
    for (i=0; i
    

    It will give you output like this:

    Page 1: A-Master
    Page 2: B-Master
    Page 3: C-Master
    Page 4: C-Master
    Page 5: B-Master
    Page 6: A-Master
    

    Good?

  • New pages made from the messed up model!

    Hello

    I made a template that is not yet finished... I decided to test it, but when I do new pages of it, the formatting is messed up (in all the new pages I created from the template). Of course, this happens before you download on the pages... (I need to make many different pages of the model, but is unable to continue because of that...)

    If I saw the new page "messed up" in Safari (it is by clicking on the button Preview in Dreamweaver itself), it's almost OK, but the background image is not displayed. Could someone suggest what I might need to do to get the 'News' page appear fine in Dreamweaver itself.

    I'm new to Dreamweaver and have just started with it since his arrival from GoLive...

    Thanks in advance.

    Friday, January 4, 2008 10:07 + 0000 (UTC), "peace Freak."
    wrote:

    > So that my only question is UTF - 8 and the Japanese, which I'll do it
    > repeat here for your convenience...

    I'm glad you sorted your other questions. As Murray, an HTML template
    It simply must end. TPL. If the Template02.dwt.asp should be renamed to
    Template02.dwt. as you have noticed, the only difference in a new page is the
    Declaration of the language at the top of the script file.

    In fact, the Japanese characters are not included in the UTF-8 character
    set. There are two different Japanese character sets: SHIFT_JIS and
    EUC - JP. You can read more about fixed to character
    http://www.w3.org/TR/html401/charset.html

    Gary

  • Scrolling on Preview animation does not what its supposed to then sets the design document, also going to the mess of the page master all the link and all the objects in the subpages and sends the data more irrelevant site

    When I use scroll animated: Walker I saw in the browser, it does not work in the x / y position cordinated in design mode. then when I go back to the design mode the object moved permenantly. Also when I extend the master page, then go to edit page with the master page applied to all objects and links are deformed and moved to the top of the page. Why? and also I have some links in the text and the buttons become irregular colours or States without reason then do only what they are supposed to after you press them and return them. ?

    These are common questions of interest because I think for a product, you pay for it should be able to do all the simple things like keeping the objects in place.

    These settings work well for me

Maybe you are looking for