Update IDML with indesign script?

Hello,
In an Indesign Script (javascript), after I loop through the page items and find the text frame I wish to edit, I am wondering if it is possible get the IDML from that TextFrame, and then update it, and replace its current IDML with the updated version.
I only will need to update one of the Story.xml files within the IDML package. Is this possible?
Thanks in advance!
-Lloyd

@Lloyd: by thinking more deeply of your task, it seems to me, that you will go the following route:
You start with an existing IDML file you want to manipulate (you stated so by choosing the title of this thread by "Update IDML"), no need to change the source:
1. Unpack the IDML file with scripting (see "unpackageUCF (ucfFile: File, destinationFolder: File)" in the documentation)
2. Do your stuff
2.1 search all story.xml files for your text string and it's parent story you want to change or by identifying your story using "idmlComponentName" on the source
2.2 do the change by reading and writing the xml-file
3. Repackage the IDML file and give it a new name (see "packageUCF (sourceFolder: File, ucfFile: File)" in the documentation)
However, if you want to place an updated snippet, you can use the place command as usual; be aware that there are additional options in preferences to export and place a snippet to confirm to its IDML-format during export and there is a "place in original location" option for placing:
DocumentPreferences: snippetImportUsesOriginalLocation
application: snippetExportFormat: SnippetExportFormats.INX_EXPANDED_FORMAT (for generating an IDML-snippet instead of an INX-snippet)
Uwe

Similar Messages

  • It´s possible to call to Adobe Professional 8 with Indesign scripting (.jsx) [JS/CS3] ?

    Hello, I would like to know if it´s possible to communicate with Adobe Professional through a Indesign script (.jsx). I need to convert the pdf file that I export from Indesign to specific standard type that is only available in Adobe Professional.
    I want to save the Indesign generated file with Adobe Professional and obtain the pdf that I particularly need.
    I would like to know if there is a way to do this.
    Thank u,
    Peter

    That's nothing!
    An engineer and I contacted Adobe technical support by phone to ensure the PC I was having custom built was configured to its optimum. They advised XP64 as the best operating environment. After that discussion we had to completely revise procurement, etc to get the bits and compatible XP64 compatible software, putting the build project back a few weeks as well, Imagine how I laughed when I found out on one of these forums that XP64 is the worst choice and totally unsupported by CS4!
    I have written to Shantanu Narayen, Adobe CEO and didn't even get an acknowledgement I raised this last week on the Adobe stand at BVE and was told they'd get someone to contact me asap but guess what, niet...! To be fair there has been one Adobe executive that recognises the problem and the damage poor customer support is causing the company; he has been as helpful as he can. Unfortunately, it seems the overall Adobe culture at the top is "get the money and run". If your problem goes beyond what's already on their web pages, tough luck!
    Regards,
    Graham

  • Help with Indesign script

    Would anyone be willing to help me with a script? I need to Find the first table using "ERTStyle1" table style, convert it to text, change the text style to "Tabfix" paragraph style, then convert it back into a table using the table style "ERTStyle2" convert the top row to a header. It needs to repeat this process until there are no tables left using the "ERTStyle1" table style.
    I think I could almost do this myself using VBScript, but I am relatively new to scripting, and to be honest, I am hoping I can use this script to jump start my knowledge of VB in Indesign.

    So all of this is just to set the column widths to the sizes pre-defined in a paragraph style, i.e., always the same?
    I feel like I almost could do that in VB!
    But in Javascript, all it needs is sth in the ilk of
    var myWidths = [ 10, 50, 100, 50, 12 ]; // in whatever units you fancy
    var myTable = app.activeDocument.stories[0].tables[0];  // (just grabbing some table)
    for (i=0; i<myTable.columns.length; i++)
    myTable.columns[i].width = myWidths[i % myWidths.length];
    .. and the most interesting thing here (written from top of my head) is the "myWidths" lookup: it doesn't matter how many columns there are in this table, 'cause the widths array wraps around. (But you won't need this because you know all of your widths in advance.)

  • Problem: Jstl update query with Jquery script

    Hi all,
    i'm writing a jsp page with this 3 star rating Jquery script to show and vote some <div> (results) .
            <script type="text/javascript">
                                        jQuery(document).ready(function($) {
                                            $("#${Rss.pages_id}").stars({
                                                cancelShow: false,
                                                captionEl: $("#<%=i%>"),
                                                callback: function(ui, type, value){
                                                    alert("Callback! ID = ${Rss.pages_id} Clicked: " + type + ", value: " + value );
                                            $("#${Rss.pages_id}").stars("select", ${Rss.trust_value})
                                    </script>Now i want update the value in my DB(MySql) everytime that i will click on my "star rating"..i want do this with an jstl update query.
    Someone can help me?? Thanks

    Just so as you remember that jquery/javascript is completely client side.
    JSP/JSTL is completely server side.
    The only way to invoke java/JSP from javascript code is to make an http request - normally via ajax.
    Given that, it doesn't make sense to put jquery code and a JSTL update query within the same JSP page.
    The code to update the database should be a seperate resource called by ajax from the main page.
    In that case, it doesn't have to be (and probably shouldn't be) done with JSTL. It is better done with java code within servlet/beans.
    cheers,
    evnafets

  • Problem with indesign script

    hi all
    may i know what problem is this "The requested member of the collection does not exist."
    i programmatically call indesign to create pdf file (add new document, add pic, add text frame, set text color and text style)
    i use the same code to run at my own computer and testing server, it work perfectly
    but when i move to my lifetime server, it return me this error
    can someone help me solve this ?
    thanks

    hi
    sorry, i did not create the preset,
    i just call the preset which i added previously
    my code look like this
    myDocument.Export(idExportFormat.idPDFType, sOutputFile,
    False, app.PDFExportPresets.Item("Quality Print")))
    this line return me error
    thanks

  • Checking / modyfying overlays properties with inDesign API (with ExtendedScript toolkit)

    Is there a way to access overlay properties (for example path to html in WebContent overlay) with inDesign scripting API?
    I can't find any informations about overlay in element properties.
    I'd like to write script that checks if all files used in overlays are accessible, or script that automatically relinks overlays to different location.
    None document from this library http://www.adobe.com/devnet/indesign/documentation.html mentions about this.
    Piotr

    No.
    Neil

  • Is it possible to store script settings with InDesign file?

    Hi,
    I have some crazy idea: is it possible to store script settings with InDesign file?
    In that case scripters will be able to store those settings with file, and when script runs - it can check if those setting exists - if so - script can run without showing dialogue with parameters... (as all necessary parameters stored with indesign file), and of course we can force InDesign to show script parameters dialogue if we run it with alt/option key pressed while running this script. Maybe even different scripts will be able to share those settings and interact with each other.. we will be able to have settings that will be saved with file, or temp settings for current document or session (till InDesign is closed). With eventListeners and startup scripts we will be able to do scripts that would be able to check for updates, and automatically execute when we placing images and text, and so on.. this can be a whole InDesign scripting framework, that allow to write scripts that will use same libraries and ui so we don't have to write everything from scratch everytime and just included required libs..
    so here is 2 main questions for now:
    1) is it possible to store script settings with .indd file
    2) who is intrested in creation InDesign scripting framework (because this only makes sense if many people will use it)
    PS: I know that it's possible to store settings in external file, but this time I'm interested only for saving params with .indd

    Ok, here is the labels parser I end with, actually it works extremely fast!
    Thanks again, Harbs!
    var labels = GetDocLabels(app.documents[0]);
    function GetDocLabels(doc)
        var idmlFile = File(Folder.temp + "/temp.idml"); 
        doc.exportFile(ExportFormat.INDESIGN_MARKUP,idmlFile); // asynchronousExportFile works, but script fails as it try to execute before file fully exported
        var folder = Folder(Folder.temp + "/temp_idml"); 
        app.unpackageUCF(idmlFile,folder); 
        var designMap = File(folder + "/designmap.xml"); 
        var valuePairs = GetValuePairs(designMap); 
        return valuePairs;    
    function GetValuePairs(file)
        file.open("r");  
        var contents = file.read();  
        file.close();   
        var contXML = XML(contents);
        var vals = {};
        for each(var pair in contXML..KeyValuePair)
            vals[[email protected]()] = [email protected]();       
        return vals;  
    //> START of DELETE FOLDER Function
    function deleteFolder(path)
        removeFolder = path; // path to folder that need to be removed
        filesToRemove = removeFolder.getFiles();
        for(i = 0; i < filesToRemove.length; i++)
            try
                innerFolders = filesToRemove[i].getFiles();
                if(innerFolders.length >= 1)
                    for(f = 0; f < innerFolders.length; f++)
                        innerFolders[f].remove()
            catch(e){}
            filesToRemove[i].remove(); // remove temp files once we done
        removeFolder.remove();
    }//< END of DELETE FOLDER function
    // remove temp files once we done
    deleteFolder(Folder(Folder.temp + "/temp_idml"));
    File(Folder.temp + "/temp.idml").remove();
    // DUMPER FUNCTIONS
    function dump(o)
        out = "";
        for (var p in o)
            out += p + ": " + o[p] + "\n";
        return(out);
    function alert_scroll (title, input)
       if (input instanceof Array)
           input = input.join ("\r");
       var w = new Window ("dialog", title);
       var list = w.add ("edittext", undefined, input, {multiline: true, scrolling: true});
       list.maximumSize.height = w.maximumSize.height-100;
       list.minimumSize.width = 550;
       w.add ("button", undefined, "Close", {name: "ok"});
       w.show ();
    alert_scroll ("Document Labels", dump(labels)); exit();

  • IDML created with InDesign CC crashes in all InDesign versions

    Hi i have a strange problem when i export a file with InDesign CC as IDML
    I can't open it again. It instantly crashes InDesign CC or InDesign CS6.
    Here is the log:
    Process:         Adobe InDesign CC [1848]
    Path:            /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Identifier:      com.adobe.InDesign
    Version:         9.0.0.244 (9000)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [389]
    User ID:         501
    Date/Time:       2013-08-16 09:53:27.812 +0200
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          1613 sec
    Crashes Since Last Report:           7
    Per-App Interval Since Last Report:  641 sec
    Per-App Crashes Since Last Report:   1
    Anonymous UUID:                      D5C53BC8-6379-3F36-EE2C-2C6B74465B33
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    VM Regions Near 0:
    -->
        __TEXT                 0000000100000000-0000000100006000 [   24K] r-x/rwx SM=COW  /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.InDesign.Text Wrap            0x0000000120289a0d 0x120267000 + 141837
    1   com.adobe.InDesign.Text Wrap            0x0000000120280ff6 0x120267000 + 106486
    2   PublicLib.dylib                         0x00000001011cce54 CScriptProvider::AccessProperties(IScriptRequestData*, IScript*) + 484
    3   com.adobe.InDesign.Scripting            0x000000011f40a0ea 0x11f3dc000 + 188650
    4   com.adobe.InDesign.Scripting            0x000000011f40aaae 0x11f3dc000 + 191150
    5   com.adobe.InDesign.INXCore              0x000000011d03e232 0x11d027000 + 94770
    6   PublicLib.dylib                         0x000000010132a8f0 CScriptDOMElement::GetMultipleAttributes(K2Vector<IDType<ScriptID_tag>, K2Allocator<IDType<ScriptID_tag> > > const&, adobe::version_1::vector<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > >&) + 320
    7   PublicLib.dylib                         0x000000010132d2b7 CScriptDOMElement::InsertProperties(adobe::version_1::vector<KeyValuePair<IDType<ScriptID _tag>, ScriptData>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, ScriptData> > >&, adobe::version_1::vector<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&, short, short) + 311
    8   PublicLib.dylib                         0x000000010132b5b8 CScriptDOMElement::SetSimpleAttributes(adobe::version_1::vector<KeyValuePair<IDType<Scrip tID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&, short) + 88
    9   PublicLib.dylib                         0x000000010132dd8e CScriptDOMElement::InitializeElementAttributes(adobe::version_1::vector<KeyValuePair<IDTy pe<ScriptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&) + 14
    10  PublicLib.dylib                         0x000000010132b86a CScriptDOMElement::InitializeAttributes(adobe::version_1::vector<KeyValuePair<IDType<Scri ptID_tag>, DOMAttributeValue>, adobe::version_1::capture_allocator<KeyValuePair<IDType<ScriptID_tag>, DOMAttributeValue> > > const&, short) + 74
    11  com.adobe.InDesign.SaveBack             0x000000010bfe772e 0x10bfdc000 + 46894
    12  PublicLib.dylib                         0x000000010117f321 INXImportHelper::QueryOrCreateFragment(IDOMElement*) + 49
    13  com.adobe.InDesign.INXCore              0x000000011d095baa 0x11d027000 + 453546
    14  PublicLib.dylib                         0x000000010117e8f8 INXImportHelper::CreateElement(IDOMElement*, IDType<ScriptID_tag>) + 648
    15  com.adobe.InDesign.INXCore              0x000000011d09534d 0x11d027000 + 451405
    16  PublicLib.dylib                         0x000000010117e8f8 INXImportHelper::CreateElement(IDOMElement*, IDType<ScriptID_tag>) + 648
    17  com.adobe.InDesign.INXCore              0x000000011d063651 0x11d027000 + 247377
    18  com.adobe.InDesign.INXCore              0x000000011d05faeb 0x11d027000 + 232171
    19  com.adobe.InDesign.XMLParser            0x0000000121182818 0x121180000 + 10264
    20  com.adobe.InDesign.XMLParser            0x0000000121188a52 0x121180000 + 35410
    21  com.adobe.AXE8SharedExpat               0x0000000104b53d98 0x104b3d000 + 93592
    22  com.adobe.AXE8SharedExpat               0x0000000104b527c1 0x104b3d000 + 88001
    23  com.adobe.AXE8SharedExpat               0x0000000104b516f5 0x104b3d000 + 83701
    24  com.adobe.AXE8SharedExpat               0x0000000104b541d2 0x104b3d000 + 94674
    25  com.adobe.AXE8SharedExpat               0x0000000104b5123e 0x104b3d000 + 82494
    26  com.adobe.InDesign.XMLParser            0x0000000121188045 0x121180000 + 32837
    27  com.adobe.InDesign.INXCore              0x000000011d05e2f2 0x11d027000 + 226034
    28  com.adobe.InDesign.XMLParser            0x00000001211823cc 0x121180000 + 9164
    29  com.adobe.InDesign.XMLParser            0x00000001211889c2 0x121180000 + 35266
    30  com.adobe.AXE8SharedExpat               0x0000000104b53d40 0x104b3d000 + 93504
    31  com.adobe.AXE8SharedExpat               0x0000000104b524d0 0x104b3d000 + 87248
    32  com.adobe.AXE8SharedExpat               0x0000000104b516f5 0x104b3d000 + 83701
    33  com.adobe.AXE8SharedExpat               0x0000000104b5123e 0x104b3d000 + 82494
    34  com.adobe.InDesign.XMLParser            0x0000000121188045 0x121180000 + 32837
    35  com.adobe.InDesign.INXCore              0x000000011d034274 0x11d027000 + 53876
    36  com.adobe.InDesign.INXCore              0x000000011d0799b0 0x11d027000 + 338352
    37  com.adobe.InDesign.SaveBack             0x000000010bfdee2d 0x10bfdc000 + 11821
    38  com.adobe.InDesign.SaveBack             0x000000010bfddf68 0x10bfdc000 + 8040
    39  com.adobe.InDesign.SaveBack             0x000000010bfddcd4 0x10bfdc000 + 7380
    40  com.adobe.InDesign.Open Place           0x000000011d7baf2f 0x11d7b1000 + 40751
    41  com.adobe.InDesign.Open Place           0x000000011d7ba57a 0x11d7b1000 + 38266
    42  com.adobe.InDesign.Open Place           0x000000011d7b200b 0x11d7b1000 + 4107
    43  com.adobe.InDesign.Open Place           0x000000011d7b2f01 0x11d7b1000 + 7937
    44  PublicLib.dylib                         0x00000001010d4481 Command::DoImmediate(short) + 33
    45  com.adobe.InDesign.Utilities            0x0000000120b7c47c 0x120b7b000 + 5244
    46  com.adobe.InDesign.Utilities            0x0000000120b7c605 0x120b7b000 + 5637
    47  com.adobe.InDesign.AppFramework          0x0000000119b0b26f 0x119b00000 + 45679
    48  PublicLib.dylib                         0x00000001010d3740 CmdUtils::ProcessCommand(ICommand*) + 64
    49  com.adobe.InDesign.Import Export UI          0x000000011cb2a254 0x11cb23000 + 29268
    50  PublicLib.dylib                         0x00000001010d4481 Command::DoImmediate(short) + 33
    51  com.adobe.InDesign.Utilities            0x0000000120b7c47c 0x120b7b000 + 5244
    52  com.adobe.InDesign.Utilities            0x0000000120b7c605 0x120b7b000 + 5637
    53  com.adobe.InDesign.AppFramework          0x0000000119b0b26f 0x119b00000 + 45679
    54  PublicLib.dylib                         0x00000001010d3740 CmdUtils::ProcessCommand(ICommand*) + 64
    55  com.adobe.InDesign.Document Actions          0x000000011b310fb9 0x11b2fc000 + 85945
    56  com.adobe.InDesign.Document Framework          0x000000011b459f43 0x11b32f000 + 1224515
    57  com.adobe.InDesign.AppFramework          0x0000000119b59a2a 0x119b00000 + 367146
    58  com.adobe.InDesign.AppFramework          0x0000000119b5433e 0x119b00000 + 344894
    59  com.adobe.InDesign.AppFramework          0x0000000119b538e5 0x119b00000 + 342245
    60  PublicLib.dylib                         0x00000001011cc69a CScriptProvider::HandleMethodOnObjects(IDType<ScriptID_tag>, IScriptRequestData*, adobe::version_1::vector<InterfacePtr<IScript>, adobe::version_1::capture_allocator<InterfacePtr<IScript> > > const&) + 458
    61  com.adobe.InDesign.Scripting            0x000000011f407724 0x11f3dc000 + 177956
    62  com.adobe.InDesign.Scripting            0x000000011f404738 0x11f3dc000 + 165688
    63  com.adobe.InDesign.Scripting            0x000000011f404d50 0x11f3dc000 + 167248
    64  com.adobe.InDesign.Support for AppleScript          0x000000011f921063 0x11f8f1000 + 196707
    65  com.adobe.InDesign.Support for AppleScript          0x000000011f91e75a 0x11f8f1000 + 186202
    66  com.adobe.InDesign.Support for AppleScript          0x000000011f91dae2 0x11f8f1000 + 183010
    67  com.adobe.InDesign.Support for AppleScript          0x000000011f8f251c 0x11f8f1000 + 5404
    68  com.apple.AE                            0x00007fff900b0078 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
    69  com.apple.AE                            0x00007fff900afed9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
    70  com.apple.AE                            0x00007fff900afd99 aeProcessAppleEvent + 318
    71  com.apple.HIToolbox                     0x00007fff8e63d709 AEProcessAppleEvent + 100
    72  com.apple.AppKit                        0x00007fff8c5f8836 _DPSNextEvent + 1456
    73  com.apple.AppKit                        0x00007fff8c5f7df2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    74  com.apple.AppKit                        0x00007fff8c5ef1a3 -[NSApplication run] + 517
    75  com.adobe.exo.framework                 0x00000001028a7e98 exo::app::OS_AppBase::RunEventLoop() + 56
    76  com.adobe.InDesign.AppFramework          0x0000000119c0dff3 0x119b00000 + 1105907
    77  com.adobe.InDesign.AppFramework          0x0000000119c0d182 0x119b00000 + 1102210
    78  com.adobe.InDesign                      0x0000000100001dbc main + 412
    79  com.adobe.InDesign                      0x0000000100001bb4 start + 52

    Sorry, here is my crash report http://pastebin.com/Yz6RrWZQ

  • Indesign document read with Extend Script

    Hi, I am very new to indesign,
    I have given a task, to read indesign .indd file with Extend Script. The details are,
    I have one indesign doument, say 'Test.indd'. I want to access that document usiing javascript,
    and I want to know how many pages are there, how many textFrames in one page, like this.
    Is it possible with Extend Script? If yes, Can you tell me how we can acheive that?
    I searched with google, bt I have not found any clue regarding to this
    Thanks,
    Shridhar

    It's better to ask at Indesign Scripting forum
    http://forums.adobe.com/community/indesign/indesign_scripting?view=discussions

  • How to place a word document in a TextFrame with InDesign CS2 scripting (JavaScript)?

    I´m newbie with InDesign CS2 Scripting (JavaScript). I need some help to understand the way to place a Word document in an indesign template, using JavaScript(.jsx).
    Thank you for the help,
    Peter

    //PlaceTextFileInFrame.jsx
    //An InDesign CS3 JavaScript
    //Places a text file in a text frame.
    var myDocument = app.documents.add();
    //Set the measurement units to points.
    myDocument.viewPreferences.horizontalMeasurementUnits = MeasurementUnits.points;
    myDocument.viewPreferences.verticalMeasurementUnits = MeasurementUnits.points;
    //Create a text frame.
    var myTextFrame = myDocument.pages.item(0).textFrames.add({geometricBounds:myGetBounds(myDocument, myDocument.pages.item(0))});
    //Place a text file in the text frame.
    //Parameters for TextFrame.place():
    //File as File object,
    //[ShowingOptions as Boolean = False]
    //You'll have to fill in your own file path.
    myTextFrame.place(File("/c/test.txt"));
    function myGetBounds(myDocument, myPage){
    var myPageWidth = myDocument.documentPreferences.pageWidth;
    var myPageHeight = myDocument.documentPreferences.pageHeight
    if(myPage.side == PageSideOptions.leftHand){
    var myX2 = myPage.marginPreferences.left;
    var myX1 = myPage.marginPreferences.right;
    else{
    var myX1 = myPage.marginPreferences.left;
    var myX2 = myPage.marginPreferences.right;
    var myY1 = myPage.marginPreferences.top;
    var myX2 = myPageWidth - myX2;
    var myY2 = myPageHeight - myPage.marginPreferences.bottom;
    return [myY1, myX1, myY2, myX2];

  • InDesign Script to find images w/ prefix code, place img on page along with file name.

    Hello,
    I'm looking for an InDesign script that will prompt me for a code/text, this code/text will be the prefix of images in the sever, and then return the images found with this prefix by placing them on the document page and also display their file names in a text box. Is there such a script out there that anyone recommends. Thank you for your help. I'm on a Mac, using InDesign CS6, Javascript or any other would do.

    Hello,
    I'm looking for an InDesign script that will prompt me for a code/text, this code/text will be the prefix of images in the sever, and then return the images found with this prefix by placing them on the document page and also display their file names in a text box. Is there such a script out there that anyone recommends. Thank you for your help. I'm on a Mac, using InDesign CS6, Javascript or any other would do.

  • My internet security picked up on this. Why are you updating me with a trojan program ????????? ffwt.html Blocked: HEUR:Trojan.Script.Generic 4/18/2013

    My internet security picked up on this.
    Why are you updating me with a trojan program ?????????
    <pre>ffwt.html Blocked: HEUR:Trojan.Script.Generic 4/18/2013 8:13:18 PM hxxp://incasi<i></i>.xtrastudio<i></i>.com/
    downloading object, which contains a trojan program
    firefox
    hxxp://incasi<i></i>.xtrastudio<i></i>.com/ffwt<i></i>.html
    detected: HEUR: Trojan.Script.Generic</pre>
    (Moderator altered links, because they are malicious)

    Could you explain what you mean by "updating"? Did your antivirus pick this up while Firefox was updating or while you were browsing the Internet?
    If you were browsing the Internet (While visitting the hxxp://xtrastudio<i></i>.com link), then that website was infected and not a Firefox problem. I would advise you to not visit the website again though, unless they manage to fix the infection as the antivirus managed to block it now, but it might not be able to the next time.
    If it happened during the "Firefox is updating" window when you tried to start Firefox, then it pretty serious.
    If you could answer that question, we will probably be able to help you. Good luck :)

  • Is there a plan to update Configurator for use with InDesign CC?

    Hi all,
    When will Configurator be available for use with InDesign CC... Is there a plan to update it in the near future to be compatible with ID CC?
    Thank you so much:)
    Christine

    shane.daley wrote:
    I have recently purchased an iPad Air 2 and to increase useability purchased a Logitech +type bluetooth keyboard. I'm very happy with both but disappointed in the lack of autocorrect function between the bluetooth keyboards (not a logitech deficiancy) and iOS.
    Is there a plan to fix this please?!
    Is that because you also ask the same question to Logitech and that was their response, since you're using a 3rd party software

  • Article upload/update is much slower with indesign CC then CS6 was.

    Updating Articles from indesign CC through the Folio Builder Panel has become very slow compared to when I was using indesign CS6. Are there different settings that the CC version is using that CS6 wasn't that may be causing this lengthened time-span? What used to take only a few minutes now often times takes up to 10 minutes.
    Thanks!

    Same here, the article is very slow to upload even though I have a big upload pipe 50Mbit up. The article is about 280Mb in size. Is this a "normal" behavior?

  • Anyone having issues with InDesign (CS5) and Suitcase Fusion 3 (Mac)?

    I've run into a problem that I think might be caused by Suitcase Fusion 3 [Version 14.2.0 (319)], but I'm wondering if anyone here is having any issues with InDesign and Suitcase Fusion like I am?
    Just about every time I launch an InDesign document or an Illustrator document (don't seem to have the issue in Photoshop, strangely enough) it pretty much crashes to the point where it's a force quit. Before anyone asks the question, this is what I've done - I've reformatted my hard disk (even writing 0s!), done a clean install of Lion (10.7.3), clean install of Creative Suite 5 (and updates), clean install of Suitcase (and updates)...you get the idea. I'm still ending up with crashing just about every time I open a document in these two apps.
    As an experiment I downloaded a (fully functioning) trial version of FontAgent Pro (which I didn't like, btw) and didn't encounter any crashing at all in either application.
    I've opened a ticket with Adobe to see if they have any details as to whether this is a known conflict or whatever (though I don't hold much hope for getting help from them since it's looking more like a Suitcase issue than a Creative Suite one).
    Does anybody have any suggestions as to what I can do to try and resolve this?
    I'm in the middle of producing two magazines and I really really don't need this! Lol

    From the lovely people at Extensis tech support -
    Thanks for the info. As you said, if this is happening when you have only manually activated fonts, then the auto-activation isn't coming into play which does lead me to think it is related to the plug-in generally and maybe the sleep issue, which you say you definitely have. So I've added you to the sleep issue tracking.
    If you find yourself coming back from putting the computer to sleep and the apps with Suitcase plugins have hung, do this:
    1)      Go to your spotlight and type in "activity"
    2)      Launch "Activity Monitor"
    3)      Highlight the name of the adobe/quark application that is hanging by clicking it.
    4)      Click the "Sample Process" button at the top of the screen.
    5)      Click the "Save" button.
    6)      Click the "Save" button again and save the file to your desktop.
    7)      This will generate a file such as " Sample of Adobe Illustrator CS5.txt"
    8)      Repeat this process with any other application that is hanging.
    9)      Highlight the "FMCore" process by clicking it.
    10)  Click the "Sample Process" button at the top of the screen.
    11)  Click the "Save" button.
    12)  Click the "Save" button again and save the file to your desktop.
    13)  This will generate a file named " Sample of FMCore.txt"
    14)  Place these files along with the ".Plugins.txt" files created earlier into a new folder called "Plugins"
    15)  Right click (control+click) to compress into a .zip file.  
    Please attach this zip in reply to this mail.
    When we are sure of a fix, we'll get back to you. In the meantime here are some workarounds:
    Option 1:
    1)      Back up your font sets by dragging them to the desktop
    2)      Remove SF3 v14.2 by following the instructions here: 
    http://www.extensis.com/en/support/kb_article.jsp?articleNumber=4020
    3)      Download and re-install Suitcase Fusion 3 (version 14.0.6) from: 
    http://dl.extensis.com/downloads/ST/EN/M/SuitcaseFusion3-M-1406-EN.zip
    4)      Are there fonts and font sets in your old font vault you would like to recover?
    If NO :
    a)      Open SF3
    b)      Simply drag and drop your original fonts into the SF3 "Font Library". This will copy the fonts into a new font vault.
    If YES : Restore your old fontvault from the backup the removal tool created
    a)      If you choose "Y" to KEEP your font vault earlier when you ran the removal script, on your desktop you will find a folder called "Extensis-Backup-today's date" that contains a backup of your previous suitcase fusion 3 fontvault.
    b)      Move your old font vault from the "Extensis-Backup-today's date" folder on your desktop into this folder: 
    /Users/[your username]/Library/Extensis/Suitcase Fusion/Suitcase Fusion.fontvault
    c)       Launch SF3 from your dock. you should now see all your old fonts and font sets.
    Option 2:
    Remove our auto-activation plugins and activate your fonts manually in SF3 and/or add your adobe/quark apps to the SF3 > Preferences > General > Global Auto-Activation Options list. here's how:
    1)      In SF3: choose Suitcase Fusion 3 > Manage Plugins
    2)      Uncheck the boxes for adobe/quark apps; this will remove our auto-activation plugins
    3)      Choose SF3 > Preferences > General
    4)      Under "Global Auto-Activation Options", press the "+" button to add your adobe/quark apps
    Please note that "global auto-activation" is less accurate than our plugin-based auto-activation. Double check your font usage in your design app to confirm the correct font was loaded after opening a document.

Maybe you are looking for

  • Partial Blank cells in columns suing GUI_DOWNLOAD

    Hi, Could you please suggest for,after downloading data using GUI_DOWNLOAD ,I am getting blank cells in some part of columns and it's corresponding data is shifting to next columns . country COUNTRY CODE IN 123 AU 123 Empty Cell    IN 123 Empty Cell 

  • Troubled dialup

    A few days ago I upgraded a friend's antique PowerBook from Panther (10.3.9) to Tiger (10.4.11). (She checks for eMail via dialup, edits a few Word and Excel files, is not a candidate for a new computer since this Mac works fine for her; she just nee

  • Can I extract the imaginary component of an image if so how

    I am using imaq vision and I want to introduce random phase into an image therefore want to know if it is possible to extract the phase from the image and then effectively add it back into the image or am I asking the impossible?

  • ADOBE FORM instead of SAPSCRIPT or SMARTFORM

    Have anyone used ADOBE FORM instead of using sapscript or smartform and assigned to Output types in NACE tcode? If so, please give details for the same.

  • Arabic language disappeared after software updater...

    Yesterday night I decided to update my mobile software using nokia software updater to solve a performance issue as mentioned in the website. I took a full back on my MMC then started the update. My mobile software version was 1.00.XXXXX and the new