Batch export text from multiple Indesign files, applying em and strong tags

Hi there,
I am struggling for a while now with the following workflow:
batch exporting all text (text only) as plain text, from multiple Indesign files, applying <em> and <strong> for all the bold and italics (for instance: Molluptas verion <strong>nossum</strong> idist <em>doluptatet</em> maiorerum quiaspienit, cum erferiosapis eos expe nonsequas verumquae dolor sim eos doluptatiur autet lab idicili beatum deliquat).
Properly tagging the styles, will be too time consuming, as these documents are as old as 1998, have inconsistent untagged styles; it will mean to manually open up each file, assign tags for all styles (not to mention that might be some local overwrites).
This task is necessary to have all the archive, available on wordpress website.
Any feedback would be much appreciated it.
Thanks.

There may well be a script or you may have pay someone to write it. All I can tell you is that any text not mapped to a style will be a mess in the HTML code.
Can’t comment on Quark files. I have no clue what they’re capable of.
Bob

Similar Messages

  • Exporting text from existing InDesign file

    I am new to InDesign and have to create some documents.  I am working off of an existing file left by me by a co-worker who is no longer available to reach out to.  I would like to export the text from that document and have it as as Word file, Wordperfect, text, Rtf, etc. (something in which someone could edit that text.  How could I do that?

    Hi steve I thought all his text frames were linked. What you said is correct, I agree with that. If the text boxes are not linked I'm also using the script only.
    In CS4 the script is located in:
    windows>Automation>Scripts>samples>javascript>ExportAllStories.jsx

  • Exporting Text from multiple text boxes?

    I'm using InDesign CS3 on the Macintosh. I need to export text from multiple text boxes/stories into one text file. The Export File command only exports text when the text tool is selected and the cursor is in the text box. Unfortunately, I have 8-20 individual text boxes per page, none are linked, and my document is 100+ pages, so selecting each text box individually is much too time consuming. There must be a better way - Please help!
    Thanks!
    Carolyn

    The text exporter plug-in seems to work! I did a quick test - text still will need some clean-up to make sure it's in the correct order, but MUCH better than exporting each story individually. THANKS!

  • Batch create PDF from multiple InDesign documents

    Is it possible to create PDF files from multiple InDesign documents, or is there perhaps a script that can do this?

    Thanks for this script, it works wonderful.
    It saved me a lot of time.

  • How can I create multiple PDF files from multiple InDesign files?

    I have 144 InDesign files that I need to create a PDF file for each. I do not want to open each InDesign file to create the PDF's. Acrobat Batch create won't open the InDesign files. Is there another way?

    Only InDesign can do this. You may want to look at InDesign automation.

  • How do I export content from an InDesign file to a database?

    I have this project that I'm working on where I need to do the reverse thing of what people normally do it seems - I need to take content that's available in InDesign and export that to a database. From my research, I'm attempting to do this by tagging content in InDesign and doing an xml export. This seems to work well except the resulting content is cluttered up with some things which are automatically tagged (Tables and Cells) and more importantly the exported xml does not contain linebreaks. The former problem I can work around (I can just have the import script ignore table and cell tags) but the latter problem is a loss of information so there's no workaround. Any help is appreciated.

    Recover media from iPod
    See this post from forum regular Zevoneer for options on moving your iPod data back to your computer.
    tt2

  • How do I keep my text formating when pasting from other InDesign files?

    I'm trying to post charts from one InDesign file to another.  The chart I'm trying to paste has hand-made fractions in them. The font is superscript and baseline shifted. When I paste it into a new document, the text loses all that formatting. It seems like a preferance thing, but I can't find it.

    Even if Placing an .indd file retains the formatting, it's a non-starter. The reason I needed to paste the formatted text in the first place was to create a variation of the ad for a different purpose, so I need to be able to edit the text - something you can't do with a placed file. 
    For instance, I created an ad for an exhibit that includes the date of the reception and the address of the museum, etc. Then I want to create a poster for the wall of the exhibit, so I create a new document with different specs. Placing the ad copy would serve no use since I have to edit the copy (removing the address and reception date) and then readjust the emphasis of each line slightly.
    Then I created another new file (RGB, tall and skinny) for the email invite. So I needed to copy the ad copy  and again put emphasis in different places.
    I hope you can see that there is a real need to be able to copy and paste manually formatted text from one document to another while retaining the special formatting. In these kinds of jobs there is no need to create a new style for each line of text since each line is tweaked and tweaked to death.
    This copy & paste behavior is not intuitive and is obviously causing problems for users for no  reason whatsoever except that "Adobe knows best". Why can't Adobe trust that I knew what I was going when I applied the formatting in the first place?
    Considering how easy it it to remove formatting and revert to the original style, I would say the nod should be given to retaining formatting upon pasting. Both Word and Quark do this, so it's not anything unusual. Or give us the choice with a Paste Special dialog. But saying this behavior is "as designed" or suggesting you need to place a file or PDF, is not the solution.

  • Script for Batch Exporting XML from IDCS3 files

    Does anyone have a script they would share for batch exporting XML from IDCS3 files? I do not know anything about scripting so I do not know how to write one myself. I've also searched around and cannot find anything. I would appreciate any help with this anyone can offer.
    Thanks,
    Janine

    Or use below Code:
    try {
         inFolderName= Folder.selectDialog ("Input Folder:");
         outFolderName= Folder.selectDialog ("Output Folder:");
         if ((inFolderName != null) && (outFolderName != null))
              var idFileFolder = new Folder(inFolderName);
              var files = idFileFolder.getFiles("*.indd");
              for(myCounter = 0; myCounter < files.length; myCounter++)
                   var theDocument = app.open(File(files[myCounter]));
                   with ( theDocument ) {
                   myXMLFile = new File(outFolderName + "/" + name.replace(".indd","") + ".xml" );
                   exportFile( ExportFormat.xml, myXMLFile );
                   close(SaveOptions.no);
    catch (err ) {
    alert("All files export");
    Shonky

  • Move group of pages from one InDesign file to another InDesign File using VB.Script

    Dear team,
    I am trying to move group of InDesign pages from one indesign file to another indesign file using vb.script.
    I have written the code like
    Dim Pages=IndDoc.Pages
    Dim Mytype=TypeName(Pages)
    Pages.Move(InDesign.idLocationOptions.idBefore,IndDoc1.Pages.LastItem)
    but it is giving an error as method Move is not a member of Pages 
    please give mme the solution to move the Multiple pages or a group of page from one Indd to another Indd.

    Hey Peter, if I wan to move several page that part of Auto Flow text, I checked the "delete page after moving" but the content still there, not deleted.
    Is there any way to delete it automatically, just to make sure I have moved that autoflowed page?

  • Multiple indesign files for product brochure one data merge file

    I have multiple indesign files for product brochure and there are price changes for various products.
    attached is a screen shot of the folder where all the indesign files are located as you can see each one has been laid out as a spread.
    Rather than opening each individual indesign file to amend prices can i quickly? or is there a way of compliling all documents into one file and quickly updating the price with the data merge file.
    thanks in advance.

    Absolutely not.
    (1)     PDF/VT-1 files must also be PDF/X-4 files. The “create PDF via distillation of PostScript” method precludes this since PostScript supports neither live transparency nor color management.
    (2)     The efficiencies of PDF/VT-1 require use of Forms XOjects and Image XObjects in the PDF file. That requires direct PDF creation that you get from PDF export. This is not available via any route that uses stink'in PostScript as an intermediary.
    (3)     Adobe most strongly endorses PDF creation from InDesign via the export function, not printing to PostScript and distilling. Such PostScript is optimized strictly for printing and not for PDF file creation.
              - Dov

  • Elearning suite to Learning Management System (LMS) - how-to from an InDesign file?

    We need to be able to export InDesign files to a portable SCORM format that could be loaded into various Learning Management Systems (LMS) – however, it is not obvious how we would do this? We need to publish our documents both in a book\PDF format and to various LMS systems such as Blackboard, Moodle, Angel, Desire2Learn, etc.
    What am I trying to accomplish? Many of our College and University clients use Learning Management Systems (LMS).  SCORM is a standardized interchange format used to provide internet ready information (e-book data, test questions, etc.) to any LMS systems. We need to export formatted InDesign documents – which for us are our Lab Manual (book) publications which include: text, graphics, pictures, etc.
    Adobe advertises SCORM compatibility as part of its e-learning suite: http://help.adobe.com/en_US/elearningsuite/els/extensions/WSD40882CF-6 C5C-46c0-8D51-273830EB036B.html --- however, I cannot find anyone who can tell me how to get there from InDesign.
    In addition, I find it very frustrating that after many calls to Adobe sales and technical staff that I can't find anyone who can help me with the details of how to get from InDesign to Adobe's "SCORM Packager"  See: http://blogs.adobe.com/captivate/2009/01/scorm_packager.html which I believe is a part of the e-learning suite.
    Is it possible to find a high level technical resource within Adobe that I could talk to who could help me with this issue --- we need to test the ability to produce SCORM compatible files from our InDesign files before we can make a purchase decision.

    Adobe's Multi SCORM Packaging tool is designed to take existing single SCORM packages (in zip file format) and merge them into a multi SCORM package with a rewritten imsmanifest.xml file at the root level to tell the LMS what the package contains.  This allows the LMS to build the array of links that its SCORM player requires to allow the course user to navigate from one module to another.
    So if InDesign is not currently capable of creating even a single SCO SCORM package, the Adobe Multi-SCORM Packaging tool is not going to be much use to you.
    In reality, the Adobe tool is quite limited in functionality.  It's more designed as an add-on for Captivate to allow multi-SCORM courses to be created. Your best bet would probably be to investigate other SCORM packaging tools such as RELOAD that allow you to take content created elsewhere and add them to a SCORM package as resources.
    You may need to export your InDesign content as PDF files and have these set up as individual resources or assets in the SCORM package.
    However, for any of this to work with an LMS is going to require the final package to have a SCORM API (done with JavaScript) so that user interaction with the individual components of the course is relayed back to the LMS via JavaScript variables.  Packaging tools such as RELOAD may be able to do this with some types of content (e.g. HTML) but I don't know if InDesign output is going to be compatible with this approach.
    Have you designed your InDesign course content with interactivity in mind, or is it just straight content delivered in a documentation format?

  • Exporting text from fcp

    I have a lot of separate text boxes in my sequence. Since I can' t do a spell check in fcp, I was wondering if i can export all the text boxes out as a plain text document to do a spell check.
    I tried exporting as a xml document, but navigating through all the tags was quite a problem.
    TIA for any suggestions.

    Usual workflow is following.
    1. Put all Text-generator clips to one track
    2. Export sequence to XML
    3. Launch TitleExchange, point to exported XML and say where to put converted file.
    Exporting to STL you'll get text file like that
    +00:01:27:26 ,00:01:29:26 ,They had this idea that+
    +00:01:29:30 ,00:01:30:31 ,behind scary+
    ... which you can open in any spell-checker.
    We use TitleExchange to bring subtitles from FCP to DVD Studio and back (in case we need subtitled DVD and Betacam output)
    Though, this may be much expensive way of checking spelling (135 Euro per TE licence).
    There are lots of subtitle software, I only wanted to mention a way of exporting text from FCP with help of subtitle processors.

  • How do i export text from a pdf?

    I don't know which adobe to purchase in order to export text from a pdf and move it to a spreadsheet.... can someone please help?

    Hi losjovenes1,
    You can use Adobe Acrobat for the purpose.
    If you need just a part of the PDF file in another format, you don’t need to convert the entire file and then extract the relevant content. You can select parts of a PDF file and save it in one of the supported formats: DOCX, DOC, XLSX, RTF, XML, HTML, or CSV.
    Use the Select tool and mark the content to save.
    Right-click on the selected content and choose Export Selection As.
    Select a format from Save As Type list and click Save.
    Regards,
    Rave

  • Export an InDesign file to PDF and InDesign freezes and quits

    I keep trying to export an InDesign file to PDF and InDesign keeps freezing up and quitting. This is the first time it's done this, I have never had a problem before.I recently added Suitcase Fusion to my computer and wondered if this was the cause, or if there is something else wrong.

    Try disabling the suitcase plugin and see if it continues (you'd probably have other problems, too, though, if it's the culprit). Often it's a bit of bad text or an image. See Adobe Community: File Crashing on Output - printing/PDF/other for lots of troubleshooting tips.

  • Error in importing data from multiple ASCii files, Concatenat​e

    I am trying to use the "Importing Data From Multiple ASCII FIles.VBS" and the "Concatenate Groups.VBS" scripts downloaded from here, http://zone.ni.com/devzone/cda/epd/p/id/3870. When I run the importing data script and test it by highlighting the example data that comes with the download I get an error. "Error in <Importing Data From Multiple ASCII Files.VBS> (Line:60, Column: 11):  Variabls is undefined: 'AscIIAssocSet'  "
    The offending line of code is "  Call AsciiAssocSet(FilePaths(i), StpFilePath) ' assign STP file    "
    Screenshots of the error are attached.
    Can anyone tell me what this error is?  Am I just doing something wrong? Getting quite frustrated.
    Thanks in advance.
    Attachments:
    concactenate1.png ‏261 KB
    concactenate2.png ‏243 KB

    Please have a look at the DIAdem Example to concanate channels. Its delivered with DIAdem.
    Examples > Creating Scripts > Scripts > Appending Channels to Each Other
    Please use a dataplugin (File -> Text DataPlugin Wizard...) or the csv plugin to load your data.
    Greetings
    Andreas
    P.S.: The one you have downloaded needs the old Ascii Wizard that is not activated by default in newer DIAdem versions.
    If you want to use it anyway:
    Settings -> Options -> Extensions -> GPI Extensions ...
    Add gfsasci.dll

Maybe you are looking for

  • Help required to customize Simple/Advanced Search. Need to add new fields

    Hello, Module: Oracle Sales Online EBS version: 12.1.3 Jdev version: 10.1.3.3 Scenario: - We are dealing with standard oracle pages. - We have TWO "SIMPLE/ADVANCED SEARCH"s available. Each "Simple/Advanced Search" can be found by navigating through p

  • How to downgrade from windows 8.1 to windows 7 professional

    I just bought the new HP Envy 15.6 touchsmart laptop yesterday.  It has 8.1 & I don't like it.  I like everything else about the computer but can I replace the 8.1 windows with the windows 7?  I just can't get the 8.1 figured out.  I am too old to tr

  • Send html email with image embedded

    Hi Guys, I want send an email using class CL_BCS. Can someone please help me to tell me how can we send the email with image embedded in the body? The image is stored in the mime repository and was uploaded through se78. I have searched online but am

  • Blocked Stock to Quality

    Dear all, Material is quality managed. I recieved the items and out of total 100 Nos , 50 Nos are moved to Unrestricted and balance 50 are moved to blocked stock thru usage decision in QA11. Now I want bring the 50 Nos in Blocked stock to Qualtiy or

  • Can you edit an archived project?!?

    I have a wedding project archived through iDVD08. I want to replace one song in the Reception of the movie. I do not have my original iMovie files anymore due to file size and hard drive limitations. Does anyone know if I can re-edit my archived proj