Run the Script to open files

Hello

I had once a script by this thread (http://forums.adobe.com/thread/962689)

This script gets the files of a specific folder Indesign,

now, I want to change this script, so it can be used for files already open Indesign.

Here is the original script (with huge thanks to Muppet Mark)

indesign #target

function exportFolder() {}

var i, InFolder, idFiles, doc, offSet, pdfPre, pdfFile;

InFolder = Folder.selectDialog ("Where\'s ID files folder?');

If (InFolder == null) {return ;}

idFiles = inFolder.getFiles (' * .indd ');

for (i = 0; i < idFiles.length; i ++) {}

doc = app.open (idFiles [i]);

offSet = doc.documentPreferences.documentBleedTopOffset;

If (offset == 0) {pdfPre = app.pdfExportPresets.itemByName ("snit 3 mm LANNOO + slug')};

If (offset == 3) {pdfPre = app.pdfExportPresets.itemByName ("snit 3 mm LANNOO + slug')};

If (offset == 5) {pdfPre = app.pdfExportPresets.itemByName ("snit 5 mm LANNOO + slug')};

If (offset == 10) {pdfPre = app.pdfExportPresets.itemByName ("snit 10 mm LANNOO + slug')};

If (offset == 11) {pdfPre = app.pdfExportPresets.itemByName ("snit 11 mm LANNOO + slug')};

If (offset == 12) {pdfPre = app.pdfExportPresets.itemByName ("snit 12 mm LANNOO + slug')};

If (offset == 13) {pdfPre = app.pdfExportPresets.itemByName ("snit 13 mm LANNOO + slug')};

If (offset == 14) {pdfPre = app.pdfExportPresets.itemByName ("snit 14 mm LANNOO + slug')};

If (offset == 15) {pdfPre = app.pdfExportPresets.itemByName ("snit 15 mm LANNOO + slug')};

If (offset == 16) {pdfPre = app.pdfExportPresets.itemByName ("snit 16 mm LANNOO + slug')};

If (offset == 17) {pdfPre = app.pdfExportPresets.itemByName ("snit 17 mm LANNOO + slug')};

If (offset == 18) {pdfPre = app.pdfExportPresets.itemByName ("snit 18 mm LANNOO + slug')};

If (offset == 19) {pdfPre = app.pdfExportPresets.itemByName ("snit 19 mm LANNOO + slug')};

If (offset == 20) {pdfPre = app.pdfExportPresets.itemByName ("snit 20 mm LANNOO + slug')};

pdfFile leader = (doc.fullName.toString () replace (".indd", ".pdf"));

doc.exportFile (ExportFormat.pdfType, pdfPre, pdfFile, false, ", false);

doc. Close (SaveOptions.NO);

};

};

exportFolder();

Hi jocstone_me,

I modified your JS code, please try the code below work.

#target indesign
function exportFolder() {
var i, inFolder, idFiles, doc, offSet, pdfPre, pdfFile;
inFolder = Folder.selectDialog( 'Where to save the InDesign files?');
if ( inFolder == null ) { return };

idFiles = app.documents.length;
for ( i = 0; i < idFiles; i++ ) {
    doc = app.documents[i];
    doc = app.activeDocument;
    offSet = doc.documentPreferences.documentBleedTopOffset;
    if ( offSet == 0 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 3 mm snit + slug' ) };
    if ( offSet == 3 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 3 mm snit + slug' ) };
    if ( offSet == 5 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 5 mm snit + slug' ) };
    if ( offSet == 10 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 10 mm snit + slug' ) };
    if ( offSet == 11 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 11 mm snit + slug' ) };
    if ( offSet == 12 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 12 mm snit + slug' ) };
    if ( offSet == 13 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 13 mm snit + slug' ) };
    if ( offSet == 14 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 14 mm snit + slug' ) };
    if ( offSet == 15 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 15 mm snit + slug' ) };
    if ( offSet == 16 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 16 mm snit + slug' ) };
    if ( offSet == 17) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 17 mm snit + slug' ) };
    if ( offSet == 18 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 18 mm snit + slug' ) };
    if ( offSet == 19 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 19 mm snit + slug' ) };
    if ( offSet == 20 ) { pdfPre = app.pdfExportPresets.itemByName( 'LANNOO 20 mm snit + slug' ) };
    pdfFile = File(inFolder+"/"+doc.name.toString().replace( '.indd', '.pdf' ) );
    doc.exportFile( ExportFormat.pdfType, pdfFile, false, pdfPre, '', false );
    doc.close( SaveOptions.NO );
    };
};
exportFolder();

THX,

csm_phil

Tags: InDesign

Similar Questions

  • "Cannot run the script at line 1. File or folder does not exist. »

    Whenever I have start AfterEffects, I get an error as he is looking to find my recent projects.  The error is as follows: "unable to run the script at line 1. File or folder does not exist. "I haven't changed the location in one of my project files.  It's the same external drives that I use for months.  When I click on OK the same window opens several times and then finally the historic window opens completely blank and empty.  I am able to reopen projects however since the RECENT PROJECTS drop in the top bar.  It is a very strange and disturbing behavior.  In addition, I always use 13.7.2 because when I go to update it is impossible to connect and gives me this error.  I sat with Adobe support for an hour today, and we couldn't understand.  As I am in the middle of major projects, I decided to not update, but this error at startup is very worrying.  Someone has an idea of what could go wrong or how I can fix this?

    Thank you very much for your time.

    -Fredo

    Screen Shot 2016-07-06 at 7.21.26 PM.pngScreen Shot 2016-07-06 at 7.21.11 PM.png

    Ok!  Just got a response and an Adobe technical support solution.  The problem is that there is a problem with these versions of sequels (and I found the same problem in first to my horror this morning as well!) and the last couple Mac OSs.  The solution is to close the window "library".  It is then normally.  Apparently they fixed in the last update, but I found the same problem on my second computer, which has been updated.  Anyway, if anyone has this problem, close your cc library window.  Voila.

  • Run the Script on the Open Document event

    OK so I know about the spectacle of afterOpen and I think I understand how to use it, however, I do not understand how to open to a specific document.

    I don't want this script runs on all the documents that I opened, I would like to incorporate into a document and then run it whenever I open this document. Is this possible?

    Maybe run the script in the script label?

    Or I just put a script in the start Panel, and then create a session script that checks the name of each document open and then runs the script, if I have a match?

    Thank you

    As you chart put it in the startup scripts folder

    //startup script
    #targetengine "session"
    main();
    function main(){
        var myEventListener = app.eventListeners.add("afterOpen", excuteScriptLabel);
    }
    
    function excuteScriptLabel(myEvent){
              //The parent of the event is the document.
              var myDocument = myEvent.parent;
        if (myDocument.constructor.name == "Document") {
            if (myDocument.label != "")
                app.doScript(myDocument.label, ScriptLanguage.javascript);
        }
    }
    

    Then try this line on a document and save it, and then open the same file and a few others, you will notice that this code only run on this document:

    app.activeDocument.label = "alert (\"Yes\");";
    
  • All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    All files generated by a coil in sqlplus receive ownership of oracle: dba instead of the user of the BONE started sqlplus and run the script. There's a file with users owners of BONES of the coil.

    Script launched in until OS user 'A' on the 'A' server which launches sqlplus, then connects to a remote database through a service of tnsnames.ora as another user of the database and the results of this script are spoulées on the server "A".

    The file queued on the old server is written with rw-rw-r: read write user, group read the writing, reading and possession header that is the user of the OS. The file queued on the new server is written to rw-r-r user: reading writing, reading group, public reading and ownership oracle: dba.

    "" The user then has no privileges to modify the file and continue the process of transmitting the file, editing and deleting the file for the next set of commands. This allows us to keep the possibility to migrate to the new server we are unable to process orders.

    $ORACLE_HOME/bin/sqlplus - s user/password@prd1 @./script/CustomScript/R12_OM_UFPC-oracle.sql

    Background: old server running 4.8, Oracle 10.2.0.4 OEL

    New server running OEL 6.5, Oracle 11.2.0.4

    Tested so far:

    File and update umask to 0002 instead of 0022 is now generated as rw-r-r. However, the property is still oracle: dba.

    Update of ownershipt of $ORACLE_HOME/bin/oracle.exe of oracle: oracle (edi added the user to the oracle group) and chmod 6751 oracle.exe. This created several problems where crucial scripts, that is to say of sqlplus failed to run.

    Added! chmod 755 output.file.name - OS user 'A' is not allowed to change to mod.

    Added! command cp MV output file and that generated the file as a user of the operating system: oracle. It is a potential work around in case of emergency, but the developer would have to rewrite the countless scripts.

    Any ideas?

    I have reproduced the behavior of the old server and am able to spool a file via sqlplus under OS user. No changes have been made on the remote database server. All the changes have been on the new server hosting a small 11.2.0.4 database on a server running OEL 6.5 32 - bit OS.

    (1) removed the sticky bit $ORACLE_HOME/bin/sqlplus using chmod u-s, g-s, o - s suggestion of Billy ~ Verreynne

    (2) modified the main group for the 'oracle' user match the user operating system applications, while maintaining membership in the groups 'oracle' and 'dba '.

    -We are dealing with here EDI processes, so the Group was called edi.

    (3) modified property of the files tnsnames.ora and listener.ora for oracle: edi

    (4) restart the receiver

    (5) disconnect / reconnect

    Script runs as expected, the output file contains the correct ownership and permissions.

    Thank you all for taking a look and offering options.

    -Josh

  • Run the Script before the opening of Outlook 2010

    We have a command to run to load an add-in in Outlook before you open it.   Us thinapp Office and it works very well but we have to find a way to run the script once when they first open Outlook.  Does anyone know a good way to do this?  I got to the point where I created a shortcut under Office tools to run the script manually but I want it to be transparent to the user.

    Basically, we need run the following command to load the add-in.

    servername AppInstall.exe

    Try using VB script. For examples, see here:

    Writing scripts in ThinApp | VMware ThinApp Blog - Articles from VMware

  • Access error of data while running the script in the script fdm workbench Editor

    Hello Experts,

    I get the error when I run the script in the script of fdqm established client.this editor is the error

    -2147467259 data access error and he navigates the error on line 30 on this script «Set rsAppend = DW.» DataAccess.farsTable (strWorkTableName).

    Please return me asap where I should charge peoplesoft data to one of my database of planning through fdm.

    Thanks in advance...

    You will need to build a script for integration that is an import Script that allows you to import data from SQL in FDM.

    When you create your import format, you will need to configure it with the file Type = Script and then assign the script of integration as an Expression. Assign your import format to the location that you use to import data.

    Then you can test it by going to the import stage and clicking the import button. FDM will run the integration script and data import by running the SQL query that you have defined.

    To the contrary, "Data Pump" import Scripts are used as import expressions in the import formats

    You can run a script to integrate the customer that this script requires input parameters that are passed only when then FDM import step is executed. If you want to see the raised error open the errorlog FDM. You will only be able to run this Workbench script when you want to debug data is being extracted, but in this case, you will need to comment code that inserts the data in the table. Don't forget that the work table is a temporary table that is created when you click on the import button and if you run Workbench this table does not exist

  • 2gbsparse backup due to the limit of open files errors

    Question: Is there a way to change the limit nofiles in ESXi 4.0 + so that it persists through a reboot?

    On large files VMDK vmkfstools fails with: doesn't have to clone the drive: the limit of the host to open files (40)

    I understand that this is because of the setting nolimit, before be reduced to 256 in ESXi 4.0 + compared to ESXi 3.5, which is the value 4096.  In order to be able to backup up to a 2 TB disk, I would like to change this setting to 4096.  [Fuzzy math: (2 TB vmdk / 2gbsparse) + locker hidden files = ~ 4096].  I failed to find a permanent adjustment for this.  Run the command 'ulimit-n 4096' in rc.local does not work either.  I tried to add the same command in the script of ghettoVCB as well, who does not work if the script is running from a cron job.  I have something that seems to work, but it's messy.  I added a line to the ghettoVCB.sh script that says: source vmfs/volumes/< datastore > /ghettoVCB/set_ulimit.sh

    set_ulimit.sh looks like this:

    #! / bin/ash
    ulimit-n 4096

    I think that if I could run the ulimit command from cron or in rc.local I could bring the necessary change without adding lines to the script of William.  However, this command can be entered interactively or automated methods are reluctant to not having the absolute path (which I can't find it).  The ulimit command seems to be a hidden built-in to busybox.

    nofiles limit is attached to a process and not to the entire system.

    In other words, each process has its own limits.

    When a command in a shell script, the fork itself, the parent will be ready to deal with the following command and the child set up the environment for the new process, including the limits set by ulimit and then run the command waited.

    ulimit [-HSTabcdefilmnpqrstuvx [limit]]
    Provides control over the resources available to the shell and the process started by
    it, on systems that allow such control.

    Usually a process inherit the limits of its parent.

    Concerning

  • ' Run the Scripts of "give a problem to create the domain portal

    Hi all.

    I'm new to weblogic portal development. Was trying to create my basic example of portal in weblogic_portal_10.3.4 with the help of the documentation. I get by running scripts when I was creating the field. I followed the procedure below please help me if you find any problem with my steps.

    1. downloaded and installed Weblogic_Portal_10.3.4 in my environment of windows 7.

    2. start eclipse for weblogic portal.

    3 open prospective portal in eclipse.

    4. click on the Server tab and selected 'Oracle WebLogic Server 11 GR 1 material (10.3.4)'

    5 open "Domain Configuration Wizard"

    6 selected the option button "create a new Weblogic domain.

    7. in the next screen to "generate an automatically configured domain to take in charge the following products.

    selected radio button "Weblogic Portal 10.3.4"

    8. in the next screen given DomainName

    9. the next screen provided that the password/confirm password for the administrator user

    10. in the next screen select JRocket SDK and development_mode for my domain.

    11. in the next screen just left all the default configurations for data sources. (not the data source is selected in their boxes)

    12. in the screen following just clicked the button 'Next' and 'OK' on my popup

    13. in this screen "p13nDataSource" is selected on my top left area of the window, all 3 SQL files are selected for data loading.
    Clicked on * "run the script."


    At this point, I get an error saying: "60839-CFGFWK: database Load Failed!




    java.lang.Exception: SQLException when you run the file file:/C:/Oracle/Middleware/wlportal_10.3/p13n/db/derby/seq_drop_tables.sql
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:183)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)
    Caused by: java.sql.SQLNonTransientConnectionException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    at org.apache.derby.client.am.SQLExceptionFactory40.getSQLException (unknown Source)
    at org.apache.derby.client.am.SqlException.getSQLException (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    ... 1 more
    Caused by: org.apache.derby.client.am.DisconnectException: java.net.ConnectException: error connecting to server localhost on port 1527 with Connection refused: connect.
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:273)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1674)
    Caused by: java.net.ConnectException: connection refused: connect
    at java.net.PlainSocketImpl.socketConnect (Native Method)
    at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    at java.net.Socket.connect(Socket.java:529)
    at java.net.Socket.connect(Socket.java:478)
    at java.net.Socket. < init > (Socket.java:375)
    at java.net.Socket. < init > (Socket.java:189)
    at javax.net.DefaultSocketFactory.createSocket(SocketFactory.java:206)
    at org.apache.derby.client.net.OpenSocketAction.run (unknown Source)
    to org.apache.derby.client.net.NetAgent. < init >(Unknown Source)
    at org.apache.derby.client.net.NetConnection.newAgent_ (unknown Source)
    to org.apache.derby.client.am.Connection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection. < init >(Unknown Source)
    to org.apache.derby.client.net.NetConnection40. < init >(Unknown Source)
    at org.apache.derby.client.net.ClientJDBCObjectFactoryImpl40.newNetConnection (unknown Source)
    at org.apache.derby.jdbc.ClientDriver.connect (unknown Source)
    at com.oracle.cie.domain.jdbc.JDBCConnectionTester.createConnection(JDBCConnectionTester.java:272)
    at com.oracle.cie.domain.jdbc.JDBCDataLoader.load(JDBCDataLoader.java:154)
    to com.oracle.cie.wizard.domain.gui.tasks.JDBCConfigGUITask$ LoadDatabaseThread$ 1.run(JDBCConfigGUITask.java:1673)


    CFGFWK-60839: database load failed!









    Please help me if you find any problem with the steps I took to create my weblogic_portal_domain.

    I followed the steps mentioned in the: http://docs.oracle.com/cd/E15919_01/wlp.1032/e14252.pdf to create my domain name to start the development of portal.

    Those are the WLP 10.3.2 instructions. But the 10.3.4 instructions in the tutorial (http://docs.oracle.com/cd/E26806_01/wlp.1034/e14252/setup_dev_env.htm#i1014619) are bad, too.

    In 10.3.4 with derby, Run the Scripts doesn't work; He still needs to work the other database (Oracle, SQL Server, etc.). Instead, for the derby, just create the field, accepting any dialog boxes warning on databases that arise. After that finish in the field directory, run create_db.cmd (for Windows) or create_db.sh (on * nix and Mac). It should create the derby database files in the field and includes everything you need.

    I'll send a note to get the updated documentation.

    Greg

  • When you run the script via VMware tools when power changed, some commands in script (as a copy) has failed.

    I came across a very strange question. I tried to create some custom vmware scripting tools, such as a new .bat file. This file contains a large number of orders, mostly as copy command "copy file://\\192.168.172.5\abc.exe c:\. ». I set this file as a custom script for Script event - power on guest operating system. Everything goes well with the bat file when I tested it. But after that I changed the State of power to power on, all other commands work fine except the copy commands in the bat file. Why? How can I make it work? Of course the problem of network. And that makes me very confused.

    Hello

    First copy the files on local disk was OK.

    If this works for local disk, but not to a network drive, then hit you indeed a permissions issue any.

    But if I run the script with tools VMware service script, the commands of copy (of the remote shared folder) failed while other controls worked well. I'm quite confused.

    In fact, it is easily explained. The VMware tools service (Yes, it's a service) runs under the account Local system and by default, the local system account has no access to the network for security reasons. You can change the user of the service runs under and see if that solves your problem (very likely)

    To do this, go to computer management (right-click icon desktop, select 'Manage') and open Services and Applications, service page, locate the VMware Tools service in the list. Select properties, log on to the page tabs and change account at your own Local System account. Restart the service and it should work.

    --

    Wil

    _____________________________________________________

    Visit the new VMware developers at http://www.vi-toolkit.com wiki

  • Need help to write a script that opens files, removes layers and sous-calques

    Hey all,.

    I'm a noob to the community of script, and what I try to do is file edit commands that share the same names of layers and sublayers. I have a few questions that would be incredibly useful if I could have answered.

    I'm not sure how to define a script too call out of the layers that have been created without script. I need to create a variable for the existing layers and leave the script to know what their names are in the files?

    For example, I have three files which have each layer named 'cutlayer', 'trimlayer', 'fold' and 'work '. I need to write a script that opens three files, deletes the layer 'fold' of each file, and then move the layer "trimlayer" in his own sublayer in 'work' (the base layer can be on the top so reorganization sublayers is not necessary to worry about something). I do not understand how to write the script because I couldn't find examples in the documentation for the script provided on the adobe website which has worked with existing files.

    It's my shot at what I'm trying to do, with English fill in the blanks of what I do not know how to script. If anyone can help me understand this point, I would really appreciate it!

    app.documents.openDlg (prompt, filter, MultiSelect);  the user opens the associated files

    If (documents.length > 0) //run the script through each document individually

    {

    sourceDoc = activeDocument;

    delete the "fold" sourceDoc layer

    move the "trimlayer" in the layer "work."

    remove the underlayment 'path' of layer "work."

    Run the script through each document

    Save the new file name folder in the new parallel to the current folder on the hard disk

    Go out and spend in each document until there is no more

    }

    create new document

    Place documents published in different layers in the new document, with a distance between them, optimize the space on a 51 "x 51" work plan, using as little of the artboard as possible. "

    All comments are things basically, I do not know how and am trying to figure out how to do, so if anyone has a second to explain some of these things, I would really appreciate it!

    Thanks again!

    I know it of very frustrating when his apprenticeship and things don't go as planned, but understand that it is quite confusing as it is and do not add more confusion to the mix by using other tools than those provided. I mean JSLint, it might be useful with GENERAL javascript syntax, but Adobe's Javascript implementation is another animal, or another language, always JavaScript, but intended to be run by its own engine. JSLint has no idea what "layers", or "pathItems" are, it will trigger errors when he sees the objects, it does not recognize.

    .. .in learning... not to take baby, write a single line of code and run... If it works, write another line of code

    Try this version (always in the ESTK),'re missing you a few "++", and you do not change "documents" with "docs" in a certain place

    var docs = File.openDialog("Select Files to Open", "*.ai", true);
    
    var idx = 0;
    
    for (idx = 0; idx < docs.length; ++idx) {
    
        var doc = app.open(docs[idx]);
    
        var myCounter = 0;
    
        for (myCounter = 0; myCounter < doc.layers.length; myCounter++) {
    
            doc.layers[myCounter].locked = false;
    
        }
    
        doc.layers.getByName('Crease').remove();
    
        doc.layers.getByName('Regmark').remove();
    
        doc.layers.getByName('Artwork').pathItems[0].remove();
    
        doc.layers.getByName('Through Cut').hasSelectedArtwork = true;   
    
        doc.layers.getByName('Through Cut').pathItems[0].strokeColor = doc.swatches.getByName("Black").color;   
    
        doc.layers.getByName('Through Cut').move(doc.layers.getByName('Artwork'), ElementPlacement.INSIDE);
    
    }
    
  • Is it possible to run a script on a file of entire book?

    Hello world.

    Like the stuff of script. Juice I was wondering, is it possible to tell a script to run on a file integer indb?

    Thank you

    Mary

    Hi marykulp,

    If you have the script and you have a book, you can open each doc book and run the script.

    By script, you can automate the docs of the opening book and call a script designed to do something with the active document by doScript().

    Review the script doScriptWithDocsOfBooks.jsx.

    This could be useful for you.

    You must select a script and the script "doScriptWithDocsOfBooks.jsx" will open all documents in each book open in loops and run the selected script.

    Do not forget that the selected script meets the active document at the same time.

    Martin

  • vmkfstools ' cannot open 'exch01_3.vmdk': has reached the limit of the host to open files (40).

    Hello

    We try to restore a virtual Exchange computer from a backup of virtual machine BE files. Download us all files for the data store and inventory of the virtual machine. We got an error when you try to turn on the virtual machine

    Power DevicePowerOn module has failed. Failed to create virtual SCSI devie to scsi0:0.

    VMware technical support has helped/Showed me how to reformat the VMDK using VMKFstools and show in this KB

    http://kb.vmware.com/selfservice/microsites/search.do?language=en_us & cmd = displayKC & externalID = 1028943.

    There are 4 disks and disk cloning first 3 succeeded, but the last of them failed with the message "unable to open 'exch01_3.vmdk'. Reached the limit of the host for open files (40).

    The environment is ESXi 4.1.0

    Is there someone out there who knows how I can get this last drive for clone properly?

    Any help is appreciated.

    Thank you

    Craig

    It is probably caused by the block size VMFS for the target data store. In order to allow greater than 512 GB files the size of the block on a VMFS3 data store must be at least 4 MB. You have an another data store with a block size of 4 MB (or 8 MB)? If so, create a folder named on this data store for the hard file and run vmkfstools as target using that store of data/folder.

    André

  • Unable to run the script

    Hello

    I'm playing with host character, and so far I love it.

    However after exporting my scene and then trying to import using the AE

    New model of character animator Recording.jsx

    whenever I try to import the XML file, I get an error - Impossible to run the script on line 61.

    I'm doing something wrong?

    Thank you

    Hi Phil... After you run the script, select the first PNG file from the exported sequence. The title bar for the import dialog box has similar instructions, but it is true that it is easy to miss.

  • Please let me know why I can not download Flashplayer because it runs the scripts on the page... I bought acrobat dc 7/10.  Thank you.

    Please let me know why I can not download Flashplayer because it runs the scripts on the page... I bought acrobat dc 7/10.  Thank you very much. @@

    Hi dmrmultimedias,

    I guess you are referring to the script error using the installer online.  If so, the DPI setting has been identified as the culprit.  If the DPI setting is not set to 100%, 125%, 150% or 200% installer will return the script error.  If your DPI setting is set to something else, please set it to one of these and Setup online should work.  The team is working on a fix for this.

    To check/change the DPI setting:

    1. start the control panel and go to control Panel\All Control Panel Items\Display

    2. in the left menu, select the custom text size (DPI)

    3. in the custom configuration Windows DPI select 100%, 125%, 150% or 200% in the menu drop-down

    4. Select OK

    5. Select apply

    6. open a session/disable

    7. online installer should now run without displaying the script error.

    This is planned which will be fixed within two 2 weeks.

    --

    Maria

  • Cannot run the script line of 3712

    CFFO todo o principle pra instalar o ft_Toolbar 2, very ao open o after ele cylindrical o erro cannot run the script online 3712. undefined is not and the object. O that pode ser?

    You should find the forum for any product it is and post your questions there.

    Here is a link to a page that provides links to all of the Adobe forums...

    The Forum links page: https://forums.adobe.com/welcome

Maybe you are looking for

  • To upgrade my iMac 27 "to the end of 2013

    To upgrade my iMac 27 "to the end of 2013, that I must have only in 8 GB, 16 GB or 32 GB? Or for example, I add two 8 GB to the two 4 GB that are already on it, which would make 24Go? Please could someone with experience on this technical question to

  • When in playback mode, buttons arrow no progress no slides in Keynote. Any ideas?

    I used Keynote (on my MacBook Pro... juts a few months) several times recently, but the last time I gave a presentation, I couldn't advance slides. I tried both my remote clicker and arrow keys and neither will not work. I tried to restart the comput

  • Do not understand RMS voltage

    Hello I have to write a measurement software that uses a NOR-DAQ 6071E. C++ is used as programming language and the new DAQmx interface is used and seems very well at the moment. Now, I have a few Questions about the two functions DAQmxCreateAIVoltag

  • Can only sigh in

    Hi today I wanted to go to creative cloud and download something new, but when I open it it says that I need to check my account.the problem that corresponds to the account [email protected] a very old and I don't have e-mail or password nothing and

  • CC app launch

    After download the soft CC and tries to launch, I get this message over and over again. What operation cannot be completed because it is impossible to find the original for Adobe deparquement Cloud item. What should do? 15 CC Photoshop works, only th