Batch create snippets from topics?

Hi all, just wondering if its possible to batch create snippets from a heap of topics. I've got a lot of topics that I want to create snippets from for single source purposes and having to add them to the snippet library one by one is becoming teadous. Just wondering if it can be done, evena drag and drop or something would speed things up.....
another quick thing, once I've create these snippets (from topics), the original topic that they were made from is now totally redundant isn't it? meaning I can delete it, I can see any relationship between the 2.
These are only snippets made from an entire topic.

Hi there
I'm unclear on how snippets will help here. Please advise us on exactly how this topic you wish to change to a snippet currently works. Are you inserting it using inline frames or what?
I'm failing to see why you would want to change an entire topic to a snippet.
Indeed if you had the topic content as a snippet you would be able to delete the topic as the data is now inside the snippet.
Snippets are used to insert repetitive text into certain areas of other topics.
Cheers... Rick
Helpful and Handy Links
RoboHelp Wish Form/Bug Reporting Form
Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
Adobe Certified RoboHelp HTML Training
SorcerStone Blog
RoboHelp eBooks

Similar Messages

  • Can I batch create symbols from layers?

    I have Illustrator files of some fairly complicated schematics that I will be bringing in to Flash. The layers are already well organized and named so I would like to select particular layers, hit a "create symbols" button and have all of the selected layers turned into separate symbols that have the same name as their layer name. I would even be willing to code something to do this but I can't find any information about how it can be done.
    I know that I can import an Illustrator file into Flash and select layers that I can then make into movie clips but again, I have to manually select the layer, tell it to be a movie clip and then give it an instance name. I would be happy to try to automate that process as well but haven't found any info on how it can be done either.
    Does anyone have any ideas on how I can batch create symbols from my existing layers?

    I figured this out using recursion. Pasted here in case it helps someone else:
    #target Illustrator
    var docRef = app.activeDocument;
    var layersRef = app.activeDocument.layers;
    var layersCount = layersRef.length;
    var mySymbolInstance = null;
    if ( app.documents.length > 0 ) {
        // if the file is not empty, loop through all levels
        recurseLayers(docRef.layers);
        clearEmptyLayers();
        alert("I'm done");
    function recurseLayers(objArray) {
        // loop through main layers
        for (var l = 0; l < objArray.length; l++) {
            // loop through secondary layers
            if (objArray[l].layers.length > 0) {
                recurseLayers(objArray[l].layers);
            // loop through first level groups
            if (objArray[l].groupItems.length > 0) {
                recurseGroups(objArray[l].groupItems);
                // create a group
                var layerGrp = objArray[l].groupItems.add();
                //give new group the same name as the old group
                var layerName = objArray[l].name;
                layerGrp.name = layerName;
                // get all page items from group
                var layerGrpPageItems =  objArray[l].pageItems;
                //alert("how many group page items: " + layerGrpPageItems.length);
                for (var li= layerGrpPageItems.length-1; li >0; li--) {
                    // will become the symbol name
                    var layerPageItemName = layerGrpPageItems[li].name;
                    // if it's not already a symbol, make it into one
                    if (layerGrpPageItems[li].typename == "SymbolItem") {
                        layerGrpPageItems[li].moveToBeginning(layerGrp);
                    } else {
                        // create symbols
                        createSymbol(layerGrpPageItems[li], layerGrpPageItems[li].name);
                        // add symbols to group
                        mySymbolInstance.moveToBeginning(layerGrp);
                        // remove original content
                        layerGrpPageItems[li].remove();
                // create symbols from layer
                createSymbol(layerGrp, layerName);
                // remove original layer content
                layerGrp.remove();
    function recurseGroups(objArray) {
        for (var g = 0; g < objArray.length; g++) {
            // loop through second level groups
            if (objArray[g].groupItems.length > 0) {
                recurseGroups(objArray[g].groupItems);
                // create a group
                var grp = objArray[g].groupItems.add();
               //give new group the same name as the old group
                var groupName = objArray[g].name;
                grp.name = groupName;
                //alert("which group is this? " + groupName);
                // get all page items from group
                var grpPageItems =  objArray[g].pageItems;
                //alert("how many group page items: " + grpPageItems.length);
                for (var gi= grpPageItems.length-1; gi >0; gi--) {
                    // will become the symbol name
                    var pageItemName = groupName + "_" + grpPageItems[gi].name;
                    createSymbol(grpPageItems[gi], pageItemName);
                    // add symbols to group
                    mySymbolInstance.moveToBeginning(grp);
                    // remove original content
                    grpPageItems[gi].remove();
    function createSymbol(element, elementName) {
        //alert("elementName" + elementName);
        // create symbols from all items in the group
        var symbolRef = docRef.symbols.add(element);
        //alert("element unnamed before: " + elementName);
        // if the element name is empty, give it a name
        var addElementIndex = 0;
        if(elementName == "") {
            elementName = "unnamed" + addElementIndex;
            addElementIndex++;
        // loop through all the symbols in the document
        var symbolCount = docRef.symbols.length;
            for(var s=0; s<symbolCount; s++)  {
                // existing symbols
                var symbolCheck = docRef.symbols[s];
                //alert(symbolCheck.name);
                var addIndex = 0;
                // if the name already exists, add the index number to it and increment
                if(elementName == symbolCheck.name) {
                    elementName = elementName + addIndex;
                    addIndex++;
        symbolRef.name = elementName;
        //alert("symbol name: " + symbolRef.name);
        mySymbolInstance = docRef.symbolItems.add(symbolRef);
        mySymbolInstance.left = element.left;
        mySymbolInstance.top = element.top;
    function clearEmptyLayers() {
        if (documents.length > 0 && activeDocument.pathItems.length >= 0){
            for (var ni = layersCount - 1; ni >= 0; ni-- ) {
                // get sub layers
                var topLayer = docRef.layers[ni];
                for(var ii = topLayer.layers.length - 1; ii >=0; ii--) {
                    // delete empty sub layers
                    if ( topLayer.layers[ni].pageItems.length == 0 ) {
                        topLayer.layers[ni].remove();

  • 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.

  • Any applications to batch create qts from image sequences.

    I've got about 15 tiff image sequences that I've got to creates qts of. QTPro does a great job, but it would be great if I could just drag all the folders to an application that would do all the grunt work for me (hey I know, I'm a lazy so and so and this kind of task happens every month or so).

    I am sure this is something an Apple Script could do.
    I had someone create something for me recently to do a similar thing. Afraid I cant help, you would need to ask arounda to see if someone can compile one for you
    theres also an Apple Script discussion here:
    http://discussions.apple.com/forum.jspa?forumID=724
    Gary

  • Acrobat 9 Pro - Batch Create Multiple Files from InDesign CS5 files

    When attempting to batch create PDFs from Indesign CS5 files using Acrobat Pro 9's File>Create PDF>Batch Create Multiple Files ... option the operation fails with the error 'Could not find the application that created this file: [path to file] Please select a file created by an application that resides on your computer.' as shown in the screenshot below:
    Acrobat 9 Professional was bundled with Creative Suite 5 Design Standard so shouldn't this work? My machine is running OS X 10.6.7, Acrobat Pro 9.44 and InDesign CS5 7.04.
    Any help to solve this issue would be most gratefully received - this feature had previously saved me a lot of time on my old machine with 10.5.8, Acrobat Pro 9 and CS4.

    I have uploaded the files and shared them.  These are the links
    Grade 11 Maths Standardisation Project Paper 2 2013.doc
    https://files.acrobat.com/preview/9694310d-ca7f-4919-883d-c53b36215d89
    Grade 11 Maths Standardisation Project Paper 2 Analysis Grid 2013.doc
    https://files.acrobat.com/preview/97da9e5f-d412-4d25-9bbc-d1a525d90826
    Grade 11 Maths Standardisation Project Paper 2 Diagram Sheet 2013.doc
    https://files.acrobat.com/preview/f50dd62e-af04-4060-85c5-fa81ce6803d8
    Grade 11 Maths Standardisation Project Paper 2 Formula Sheet 2013.doc
    https://files.acrobat.com/preview/7fc6007b-aaa6-4d65-9a8c-bf99818474a5
    Grade 11 Maths Standardisation Project Paper 2 Marking Guidelines 2013.doc
    https://files.acrobat.com/preview/b3a715bb-3683-48df-b0ec-3d17442275be
    Grade 11 Maths Standardisation Project Paper I Analysis Grid 2013.docx
    https://files.acrobat.com/preview/ab62e6b6-0261-434e-8a2f-382f74335685
    The first file is the problem file.  If you create this file separately, Acrobat will convert it perfectly.  But "Batch create multiple files" and the graphics are deconstructed on page 8

  • Batch create from Word files

    Hi everyone,
    I'm trying to use the batch create multiple files command in Acrobat 10.1.3 to create a pdf from multiple word files but when I try to add the files, all Word files are greyed out.
    Is it possible to batch create from Word files or is that why they're greyed out?
    Appreciate any help.

    In the current version of Acrobat on the Macintosh, Word files are not supported. They are supported in the Windows version. It's been this way for a very long time.

  • TS1501 transferring a small batch of photos from the new ipad to macbook pro (this way you can upload one album at a time, file them into a new album on macbook pro)  Pls. advise.

    How can I transfer a small batch of photos from the new ipad to macbook pro?  In theory, I should be able to keep my albums together this way (once uploaded to macbook pro, i can easily file them into a new album on macbook pro.)  Not working for me!  Macbook pro does include iphoto.  I had no problem uploading ALL photos (3 or 4,000.)  Help!  Goal is to keep albums together.

    Hi all,
    Goal:  Backing up photos!
    Hope:  Transfer ALBUMS from ipad to external drive (via macbook pro)
    Is this possible?  Or will I have to create a file name for each of my thousands of photos?
    UGH!
    HELP!
    Lee

  • Choose File Form Data Create Spreasheet From Data Files

    I am following the tutorial for LC 8 and when I get to the topic titled "Collecting the data in a spreadsheet" it says to "Choose File > Form Data > Create Spreadsheet From Data Files".
    However, when I try to follow that path I do not see a "Form Data > Create Spreadsheet From Data Files" menu option.
    What am I not doing properly? How do I accomplish this task?
    Thanks!

    Thank you so much Paul. I have been trying all day to locate the method by which I could create a spreadsheet using the pdf submit route. I suppose the tutorial in CS4 should have been changed to reflect the changed explanations, but I guess that would be difficult to do. Anyway it worked and I can now do the analysis I need from my customers (lots of pupils!).
    Best wishes,
    Kevin Palmer

  • Question re Create PDF from Word doc

    Hi
    I am trying to create a pdf from a Word document (Word 2007, Acrobat 8 Professional), and am having lots of trouble with images,fonts and document overhead. With the fonts, i generate the PDF by saying Create Pdf from the plugin in Word. I specify in the Preferences that fonts are not to be embedded. I then open the PDF and access PDF Optimiser -> Audit Space Usage, and it says that fonts take up like 20% of the document, however there are only like 10 lines of text in Arial (9pt), and 6 titles also in Arial (Bold). I dont understand why Font is taking up so much space considering that i have elected not to embed fonts (if i go to the Fonts section in the Optimiser, it shows both embedded and unembedded panes blank).
    With the images, i have 2 jpegs in the footer, that are compressed (JPEG -> Low). The other thing i am struggling with is the headers and footers, if i generate the PDF from the Word doc with Headers/Footers, then images take up over 15% of the document. Not sure if there is a way to add headers and footers within minimum impact of filesize? I have tried checking everything in the 3 categories of Dicard Objects, Discard User data and Clean Up. but the Document Overhead remains at 35%.
    What else can i do to get these filesizes reduced?I have been researching this for days and have not come across anything that has helped.I have tried to PDF print, i have changed the font to like Courier, ensured no thumbnails or bookmarks, ensured JPEGs are not embedded in the doc, tried Save As, Save As under a different filename - basically anthing you can find on the net i have found and tried, but still cant fix this!!!! please, if anyone knows acrobate 8 better than me / or knows what the problem is, please advise????
    Thanks very much.

    The colors and size in a graphic needs to be done in a graphics editor. What type of editor would depend on the use of vector graphics versus bitmap. Sometimes vector graphics are larger than bitmaps if you are using a lot of lines that would display better as just a splotch of color. Such are the variations between vector and bitmap graphics, but important if you are looking for size reduction. For a bitmap, I would do the sizing and color depth with IrfanView, but you should be able to do that with PhotoShop if you have it. Vector graphics can be adjusted in Illustrator. The size of vector graphics is not an issue since they are scalable, but the size of a bitmap is important since your are looking at individual pixels and that depends on size. The point is that if you can adjust the color depth and size for the desired pixel resolution, the bitmap is optimized for the conversion to PDF from WORD.
    As I mentioned, the smallest file size job options should minimize font storage in the PDF. Checking with the PDF Optimizer does not always give you all of the fonts. I am not sure why. It is better to check the font tab in the document properties to see what has been embedded. There is a preflight macro to embed fonts, you might check to see if there is one to delete fonts (I have not checked on that). Sometimes you can play with the reprint of a PDF, but that is not an option that is generally recommended, particularly if you have any tagging or such. Of course, tagging can really bloat a PDF, but is needed for a variety of reasons such as format for saving back to WORD (not a great workflow), accessability, and related issues. In another topic, there is some discussion of the purposes of tagging and bookmarks. However, the tags and bookmarks take space if that is really an issue for you. The latter are avoided if you use the print to the Adobe PDF printer and do not use PDF Maker in the PDF creation process. Again, there is a trade-off here in terms of size and functionality, particularly accessibility compliance.
    Not sure I am helping as I run on, but sort what might be useful for you.

  • Adobe Acrobat 9 Pro - Creating PDF from explorer (Right-Click) problem

    Hello,
    I am new here. I've searched the forums here and maybe I've missed finding the solution.  We recently updated from Acrobat 6 Pro to Acrobat 9 Pro, and I can no longer get a PDF to be created in the same folder the Word, Excel or other file is located.
    In otherwords, when I use (under Windows Explorer) the right-click option and Convert to Adobe PDF, Acrobat 9 Pro keeps asking me where to save this file!  Under Acrobat 6 Pro, it would just create the file under the same folder unless I specified otherwise.
    I have tried to look under the Word 2003 Adobe PDF "Change Conversion Settings" and I do not have the box next to Prompt for Adobe PDF file name checked.
    Am I missing something? I would have assumed this simple process would have carried over from Acrobat 6 Pro. I really do not want to go through a bunch of processes just to save the PDF in the same folder. Under Acrobat 6 Pro, this was a simple task. I am not doing anything major, just converting various Word (.doc) files to PDF.
    Thanks.

    Using Windows 7, Acrobat 10.0.1, basically the same problem.
    Explorer > Right-Click > Convert to Adobe PDF
    brings up the Save As dialog and if you'll notice the path in the address bar at the top, it defaults to the last folder in which you created a PDF.
    In the Save As dialog, browse to the folder in which you want to save the PDF then click the Save button. This folder will stay in effect until you change it by browsing to a different one in the Save As dialog.
    Using Acrobat X, I tried everything I could think of to get a fast, efficient way of converting multiple files to PDF (with the same name and in the same folder as the source files) and, unfortunately, the method described above seems to be the fastest. I tried drag and drop to an Adobe PDF printer shortcut and that didn't work at all--it did nothing! In Acrobat X, File > Create > Batch Create Multiple Files will present a dialog with options for saving to the same folder and keeping the same name as the source file, although it seems like the files process slower in addition to having to click 8 times (not counting selecting the files) before the process begins.
    I fervently hope that Adobe will change Explorer > Right-Click > Convert to Adobe PDF back to automatically saving to the same folder as the source document.

  • How to setup Compressor to create video from multiple sequences within FCP?

    I am wondering how I can set compressor up to create videos from multiple sequences within FCP. When I click file -> export - > compressor for a sequence and go into the program, it doesn't allow me to go back into FCP. I just get a spinning beach ball. Is there no way to set it up so I can prep a bunch of fcp sequences within compressor and then click submit and walk away? I have over 100 sequences that need to be exported so it would be a little difficult to do this one at a time. Thanks.

    Batch processing
    *Step one. Make sure everything in every sequence is rendered.*
    *Step two. Make a folder somewhere and name it something relevant.*
    *Step three. In FCP select all you sequences that you want to compress and right click (option), choose Batch Export from the contextual menu.*
    *Step three point one. In the batch export window click on settings and choose the folder you made in step two for the destination. Make sure Make Self-Contained is not check and include Audio and Video.*
    *Step four. Click export in the batch window.*
    Once that is done you can close FCP.
    Now in Compressor
    *Step five. Make a setting that will give you the output that you want (mpeg2, AC3, h.264, whatever). Make a destination for where you want to save the output.*
    *Step six. Make a droplet from the settings you made in step five.*
    You can quit Compressor now.
    *Step seven. Take the files that you batch exported from FCP in step three and four and drop them on the droplet you made in step six.*
    o| TOnyTOny |o

  • Batch create multiple pdf's while using epilogue.ps for setting initial view and opening bookmarks

    Hi,
    I'm trying to batch create multiple pdf's from word files, and use the epilogue.ps file for setting the initial view and opening the bookmarks panel, but i keep getting no satisfying result.. i'm probably missing something fundamental.
    I've read some forum posts and adobe help posts explaining this, so i'm pretty sure this would be possible?
    Reference:
    http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7f0f.w .html  see advanced panel options
    http://help.adobe.com/en_US/acrobat/using/WS58a04a822e3e50102bd615109794195ff-7f14.w.html
    System: Windows 7
    Acrobat: Acrobat X professional
    i've searched for and found a way to overwite the epilogue.ps file and have inserted the following:
    %  Insert your custom PostScript here...
    [ /PageMode /UseThumbs
    /Page 1 /View [/Fit ]
    /DOCVIEW pdfmark
    After that i checked my Adobe Acrobat preferences, and in the categorie 'Convert to Pdf' i selected 'Microsoft office word' in the select area 'Converting to pdf'.
    Clicked 'Edit settings' to allow creating a joboptions file (field: 'adobe pdf settings') which has the option 'Use epiloque.ps and prologue.ps' checked in the advanced section.
    So now i thought i would have everyting setup to create my pdf's, however, my view isn't changed to fit, nor are there any bookmarks or in this case thumbs (i used /useThumbs) visible.
    Did i miss something obvious? Is there a better way to test this? Any help would be appreciated!

    i like it about that ok in how to open my site

  • Acrobat 8 Pro and Create PDF from a Website

    Hi,
    I'm out of sorts. I can't seem to be able to turn a website thread into PDF file using my Acrobat 8 Pro (Mac user)....
    The thread I'm trying to save has multiple pages and all Acrobat 8 does is save only the first page and not any of the subsequent pages.... unless I manually go page by page but then I end up with multiple PDF files that I would have to combine and that is just too time consuming --and would have to learn to do that as well.
    Here's the link to the website thread I'm trying to convert into PDF:http://tinyurl.com/6guqpf
    Could someone please advice what I may be doing wrong?
    Thanks,
    R

    Thanks Paul, I've tried to Save as PDF in the OSX print dialogue box- but it only saves the first page of the thread I'm trying to save (when most threads have more than 1 page, sometimes up to 30 pages each)
    This is what my friend wrote and how she found a way to solve her problem.... however I don't have Adobe 5 as she does and I would like to not have to get Adobe 5 but use only Adobe 8....
    <<I start Adobe 8.
    Select Create PDF from Web Page and paste in:
    http://learningcenter.atkins.com/sessions/discussions/index.jsp?courseSessionId=7233&webPa geId=1000007&courseId=3856
    When it's made the first page (see attached) [<<=== can't attach here since you need a password to view it.]
    I save it and exit.
    Then I open Adobe 5 and then I can click on each topic to start capturing the information (meaning all pages to each thread without a problem).
    If I click on a topic in Adobe 8 ... it makes a page in a new browser window ... and I'm lost.>>
    Do you or anyone else know why this is so? Why Adobe 8 would open a page in a new browser window and Adobe 5 doesn't?
    Thanks again,
    R

  • Acrobat 9 - Batch Create Multiple Files

    Hopefully someone can help me with this problem, or at least shed some light on it for me.
    I am using Acrobat 9. I have Creative Suite 4 (InDesign, Illustrator, Photoshop, etc.) There is a new feature in Acrobat 9 called "Batch Create Multiple Files", which can be found in the File menu, under "Create PDF".
    This feature is supposed to create pdfs from multiple native file types, including InDesign. Acrobat uses the native application, in this case InDesign CS4, to open each file selected in the batch and then create a pdf file from it. This would be a really cool feature if I could get it to work.
    Each time I try to run this, I get an error message stating "Cannot open the document". I have an operator who can get this to work, if they use CS3 InDesign documents (she also has CS3 installed on her mac), which doesn't make sense to me because Acrobat 9 is a part of CS4.
    Is it possible that I am missing a plug-in? Has anyone experienced a similar problem, or does anyone have a solution for me?
    Thanks,
    Jeff

    You should remember that Acrobat 9 Pro came out BEFORE InDesign CS4. It has not yet had an update. The release InDesign CS4 format DID NOT EXIST when Acrobat 9 Pro came out, so it cannot yet convert it.
    You'll have to wait for an update to Acrobat 9 Pro.

  • Changing the pdf profile of batch create multiple files in Acrobat?

    Is it possible to load another pdf profile for batch create multiple files from Acrobat? I am batching indesign pages and I need to use a high resolution pdf profile with printer marks
    The default seems to be low res rgb. Any idea if this can be done?

    it is a custom Pdf Profile but basically an X1a with a few tweeks, When I try a watch folder with distiller it just errors out all the files.
    Batch Processing using the "Create PDF, Batch Create Multiple Files " in Acrobat works but does not let me choose a pdf profile.
    C

Maybe you are looking for

  • Strange problem with Superdrive in 1.8 GHz iMac G5 (rev. A)

    The superdrive in my 1.8 GHz iMac G5 (rev. A) has recently developed a strange problem but only when dealing with CDs. If the computer has been on for a short time the drive won't accept any CDs be they audio, data or blank. It never has problems wit

  • MAC OSX for Engineering

    Hi, Apple's marketing says: OSX Lion the most advanced operating system. I agree for its features, but I'd like to use it in many processes. People can't develop productivity to have a good tool. I consider that it's essential that Apple encourage de

  • Item catagory field in PO (me23n)

    i want table name and field name for item catagory and account assignment of a PO. Message was edited by: Madan Gopal Sharma

  • For the 1OS 5 upgrade, where is the show preview option so I can turn it off?

    I am trying to turn off the "Show Preview" function on my iphone but can't find it. It is no longer located under messages. Where is it? I do not want previews of my messages show. My daughters play tons of games on my phone.

  • VB or Java???

    I've been working on an end of year project for university and we have had to program an air tickets application which makes use of databases. Now i've been programing it in Java but other people in VB. The people who have programmed in VB say the la