Has anyone made a script to batch import 2d and batch convert and batch export using the 3D repoussé to an .obj?

Im looking to batch import around 4000 images and convert them into 3d objects, but I'm not sure how i would script that to work in Photoshop. Do you think photoshop can handle that many operations?

try below code
before run script close all indb file
var fileFilters = "InDesign:*.indb*";
var myFolder = Folder.selectDialog ("choose Folder", fileFilters, false);
var files = myFolder.getFiles("*.indb");
for(i = 0; i < files.length; i++)
       var theDocument = app.open(File(files[i]), true);
         with ( theDocument ) {
            alert ( theDocument.name)
             exportPdf(theDocument)
function exportPdf(theDocument)
      myFilePath = myFolder + "/" +  theDocument.name + "_" + ".pdf";
        myFile = new File(myFilePath);
          theDocument.exportFile(ExportFormat.pdfType, myFile, false, app.pdfExportPresets.item('[Smallest File Size]'));
theDocument.close(SaveOptions.no)

Similar Messages

  • Has anyone got a script to read a list of email addresses from a Mail message and put them into a group in Contacts?

    Has anyone got a script to read a list of email addresses from a Mail message header and put them into a group in Contacts?

    Now Tony, I know you can't hear my tone on a forum post but I was not complaining, simply stating facts . This change brought several people in my office to a grinding halt in a long established workflow that is really rather simple (and I thought was already assumed from the original post above ):
    1) Select a set of records in FileMaker Pro 12 and export only their e-mail addresses as a CSV file.
    2) Open that CSV file in Excel.
    3) Copy the column of e-mail address.
    4) paste into the appropriate recipient field in Mail.
    5) Send
    If I were to complain it would be about Apple's typically opaque approach to updates. There is no granular explanation of why changes were made or even "what" changes were made.
    Complaining is futile since Apple is Apple and is unlikely to change, but sometimes it is cathartic to "shout into the void" .
    I had thought about doing something with a formula in Excel and your suggestion was simple and helpful. Again, however, it is only a workaround for a long established helpful behavior that Apple has inexplicably broken/removed in Mavericks Mail.
    I, and the other posters here, would love to have the capability back rather than have to add previously unneeded steps to our workflows.
    Ultimately we may add scripting steps to the FileMaker side to export the address lists with commas inserted already if Apple ends up having permanently removed this feature.

  • Has anyone had issues with Administration\Data Import/Export\Data Import???

    Has anyone had issues with Administration\Data Import/Export\Data Import???
    I have a client who has recently upgraded from V2007 to V8.81. They were succesfuly  using this standard function to import supplier prices to their master price list, but now it has failed?
    I have looked at the file they are importing and it appears to be fine.
    On closer inspection, it did contain approx 46,000 entries, so I took the first 1,000 and created a test file, which imported fine.
    The only issue I found was Speed, with the test file of 1,000 records taking about 30 Mins to import. This appeared to get slower and slower the further through the file it got!
    Based on this, I have estimated that the whole file would takle about 13 hours to import. The client say that when they used to run it on version 2007 it was far quicker?
    In practice, it does appear to run, but the speed is the issue. Having said this, I set the whole file to run last night (over night)and this morning it had appeared to hang after about 2,307 rows, with nothing else being updated.
    Has anyone any ideas or is aware of performance issues like this?
    Thanks,
    Ian

    Always an option, but would you give your clients access to this tool?
    Not sure really.
    I have uploaded a copy of their database onto my test system and run the same routine. Its equally as SLOW
    I can't gauage if its an issue with 8.81 that 2007 didn't have, as I only have the client's word on it, however I have no reason to disbelieve them.
    Kind regards,
    Ian

  • Has anyone made any work for CiA Draft standard proposal 406 for Encoders?

    We are asked to program a test application for encoders. The encoders have a varity of interfaces. One of them is CAN which uses the CiA Draft standard proposal 406 for Encoders.
    Has anyone made VIs for this standard?
    Waldemar
    Waldemar
    Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
    Don't forget to give Kudos to good answers and/or questions

    Hi,
    This seems like a application layer protocol. Is that right?.
    If so, NI doesn't have VIs to decode this particular protocol. At the moment the NI-CAN driver provides the Frame API or the Channel API.
    Let's see if someone else has worked with this protocol.
    DiegoF
    National Instruments

  • Has anyone made a Watts UP? Meter vi??

    I am trying to integrate a WATTS UP? meter into my project.  Has anyone made a vi for this meter?  It is the RS-232 version, and here is there website can be found https://www.wattsupmeters.com/secure.html .  The company says they have not made one for Labview, but before I dig into making a vi, I wanted to see if any of you have made one yet.  Thanks in advance!
    - J.S.
    Attachments:
    WattsUp_Pro2.jpg ‏6 KB

    Hey. Well, there are several ways that I have found to make tables 508 compliant. The one I went with is as follows:
    public static class AccessibleTableSelectionListener implements ListSelectionListener {
    JTable innerTable;
    public AccessibleTableSelectionListener(JTable table) {
    innerTable = table;
    public void valueChanged(ListSelectionEvent e) {
    if (e.getValueIsAdjusting()) return;
    ListSelectionModel lsm = (ListSelectionModel)e.getSource();
    if (innerTable.getRowCount() > 0 && !lsm.isSelectionEmpty())
    setAccessibleNameForSelectedCell(innerTable);
    private void setAccessibleNameForSelectedCell(JTable table) {
    int selectedRow = table.getSelectionModel().getLeadSelectionIndex();
    int selectedCol = table.getSelectedColumn();
    if (selectedRow >= 0 && selectedCol >= 0 && table.getCellRenderer(selectedRow, selectedCol) instanceof DefaultTableCellRenderer) {
    String selectedCellValue = table.getValueAt(selectedRow, selectedCol) == null ? " " : table.getValueAt(selectedRow, selectedCol).toString();
    String selectedColName = table.getColumnName(selectedCol) == null ? " " : table.getColumnName(selectedCol).toString();
    TableCellRenderer renderer = (TableCellRenderer)table.getCellRenderer(selectedRow, selectedCol);
    Component comp = renderer.getTableCellRendererComponent(table, selectedCellValue, true, true, selectedRow, selectedCol);
    comp.getAccessibleContext().setAccessibleName(selectedCellValue + " " + selectedColName);
    } // End of AccessibleTableSelectionListener
    You may need to tweak the above code to fit your app a bit. There is a bug here though. If you use jaws and a mouse, you will notice that jaws reads the last selected row. If you want to go around this you will need to delete the mouseListeners on the table and rewrite one that takes advantage of the above code. If you need any more help, just ask.
    Dan

  • I have an epson workforce 600 which is not listed as airprint enabled. has anyone made this printer work with airprint?

    i have an epson workforce 600; it is not listed as one of the printers that is airprint enabled.
    has anyone made it work with airprint? if so, please tell me how.
    thanks.

    The Workforce 600 is not AirPrint-compatible. Epson has an app that enables printing to some of their other wireless printers. Search the iTunes Store or look to the support resources for your model of printer. Third-party printing apps such as PrintCentral are also available. All such apps have limitations, so check them out thoroughly before you pay for any such app.
    You could also route the printing through your computer. If you have a Mac, Printopia would be worth a look. Fingerprint is another option that is available for both Mac OS X and Windows system. You could also consider an AirPrint-capable print server. Lantronix makes a couple of models, including one that supports a USB printer:
    http://www.lantronix.com/it-management/xprintserver/xprintserver-t2.html
    Regards.

  • Has anyone else ever had a problem where you had to perform 2 datasocket writes before the datasocket read would pick up the change?

    I have a local VI that is simply a control that writes to the datasocket server whenever the control value changes.(the dataitem on the server is permanent - its initialized and never released by the server)
    In the same local VI I have a datasocket read polling a different dataitem on the server.
    The remote machine has a VI that reads the permanent dataitem on the server once per second.
    For some reason, after adding the local VI mentioned above, the remote VI stopped picking up the first change in the permanent variable.
    I'd start both the local and remote VIs...
    Then change the local control and the remote V
    I would not update - as if the datasocket write(upon adjusting the control) did not take place. So I'd change the control value again - this time the remote VI would update to this new value. And from here on out - the remote VI would update correctly. This problem only occurs when the local VI is first started up.
    What in the heck is going on?

    dingler44 wrote:
    >
    > Has anyone else ever had a problem where you had to perform 2
    > datasocket writes before the datasocket read would pick up the change?
    >
    > I have a local VI that is simply a control that writes to the
    > datasocket server whenever the control value changes.(the dataitem on
    > the server is permanent - its initialized and never released by the
    > server)
    > In the same local VI I have a datasocket read polling a different
    > dataitem on the server.
    > The remote machine has a VI that reads the permanent dataitem on the
    > server once per second.
    > For some reason, after adding the local VI mentioned above, the
    > remote VI stopped picking up the first change in the permanent
    > variable.
    > I'd start both the local and remote VIs...
    > Then change the local control and the remote VI would not update -
    > as if the datasocket write(upon adjusting the control) did not take
    > place. So I'd change the control value again - this time the remote
    > VI would update to this new value. And from here on out - the remote
    > VI would update correctly. This problem only occurs when the local VI
    > is first started up.
    >
    > What in the heck is going on?
    Gorka is right, this came up on Info-LV a few days ago. Someone
    described a similar problem. I replied that I had seen similar
    behaviour, reported it to NI, and they verified a bug. There is no fix
    yet, but they are aware of it and will fix it. No anticipated release
    date for the fix.
    Regards,
    Dave Thomson
    David Thomson 303-499-1973 (voice and fax)
    Original Code Consulting [email protected]
    www.originalcode.com
    National Instruments Alliance Program Member
    Research Scientist 303-497-3470 (voice)
    NOAA Aeronomy Laboratory 303-497-5373 (fax)
    Boulder, Colorado [email protected]

  • Has anyone felt static shock through their earbuds when plugged into an airplane AC adapter using an Apple MacBook Pro with the aluminum shell?

    I was flying home on an American Airlines 737.  I was watching a movie and my battery started to get low so I plugged my AC adapter into the underseat adapters.  This place had the standard 120 volt type plug not the 12 volt automobile type adapter.  As soon as I did I felt somthing sharp or shocking on my ears.  As it turns out when plugged I could feel static shock when any of the small metal portions of my earbud touched my ear and I could also feel static on the aluminum shell when I lightly rubbed my hand over it.  The flight attendant could feel the same thing.
    Has anyone else experieinced this?

    Never. Just flew United 737 and was plugged in all the way. If that happened to me I would have disconnected from the power outlet. Probably a bad ground. Could you have tried the other outlet in the row?

  • HT3275 Has anyone encountered this message on their time capsule/machine? Time Machine couldn't complete the backup because the backup disk image"/Volumes/Patti's Time Capsule/Patti's MacBook Pro.sparsebundle" is already in use"?

    Has anyone encountered this message on their time capsule/machine? Time Machine couldn't complete the backup because the backup disk image"/Volumes/Patti's Time Capsule/Patti's MacBook Pro.sparsebundle" is already in use"?

    If you reboot the computer it should fix the problem. Also see the first link under More Like This to the right of this page:
    I am received an error on my Time Capsule   which states the backup disk image  "Volumes/Data/MacBook Pro. sparse bundle? is already in use.  so time machine couldn't complete the backup to time capsule - any suggestion

  • Has anyone received an update on apple tv issue with HD movies and what they are doing about it

    Has anyone received an update on apple tv issue with HD movies and what they are doing about it

    Whatever the rep told you, it is complete nonsense. There is clearly a problem at your end, the Apple TV 3 is capable of more than the Apple TV 2, and you clearly have the Apple TV 2 working perfectly. Since the Apple TV 2 is able to download from the Internet properly, then my suspicion would be your problem lies on your local network. Interference is a common problem on local networks.
    Interference can be caused by other networks in the neighbourhood or from household electrical items.
    You can download and install iStumbler (NetStumbler for windows users) to help you see which channels are used by neighbouring networks so that you can avoid them, but iStumbler will not see household items.
    Refer to your router manual for instructions on changing your wifi channel or adjusting your multicast rate.
    There are other types of problems that can affect networks, but this is by far the most common, hence worth mentioning first. Networks that have inherent issues can be seen to work differently with different versions of the same software. You might also try moving the Apple TV away from other electrical equipment.

  • TS1424 Has anyone experienced problems, after purchasing an iTunes code from PayPal, in getting iTunes to deliver the code (electronically, as advertised?)

    Has anyone experienced problems, after purchasing an iTunes code from PayPal, in getting iTunes to deliver the code (electronically, as advertised?)

    Has anyone experienced problems, after purchasing an iTunes code from PayPal, in getting iTunes to deliver the code (electronically, as advertised?)

  • Has anyone transferred their PS CC subscription to a new machine? how do you download the app without buying again?

    Has anyone transferred their PS CC subscription to a new machine? how do you download the app without buying again?

    I would thin you just do what you did on your first machine.  If you getting rid of your  first machine you should you should lso sign our from the cloud desktop.   On your ne machine all you should need to do is install the cloud desktop application. Open it sign in to your ID with the subscription and install the products you do, Its the sign in the and account with a subscription the does the authenticating and activates products.

  • I have an iphone 5s and i just got the 7.0.4 update. Now i don't have the option to have a fingerprint scanner. Has anyone had this same problem? If so, why is that and what did you do about it?

    I have an iphone 5s and i just got the 7.0.4 update. Now i don't have the option to have a fingerprint scanner. Has anyone had this same problem? If so, why is that and what did you do about it?

    I have an iphone 5s and i just got the 7.0.4 update. Now i don't have the option to have a fingerprint scanner. Has anyone had this same problem? If so, why is that and what did you do about it?

  • None of the quicktime videos from websites play anymore. This started yesterday. Before that I could play them all. Now none of them work. Has anyone had this problem? How did you fix it? Thanks in advance for the help!

    None of the quicktime videos from websites play anymore. This started yesterday. Before that I could play them all. Now none of them work. Has anyone had this problem? How did you fix it? Thanks in advance for the help!

    Did you try
    1, resetting the device
    2, deleting all cookies / history items of Safari?

  • Since the ios7 update has anyone lost ability to charge phone with external battery back! And is there going to be an update to correct this?

    Since the ios7 update has anyone lost ability to charge phone with external battery back! And is there going to be an update to correct this?

    Modular747 is a troll with very little real knowledge of the iPhone charging systems (as evidenced by his uninformed comments in other threads).
    It could very well be iOS 7 refusing to charge from "non-authorized" accessories. We have done A/B tests with the same accessory (in this case cables) with iOS6 and iOS7 and have seen the cable work with iOS6, then not work (i.e. not charge) with iOS 7. Same device, same cable. Only change was the OS.
    Keep the pressure on Apple, folks. It is not OK to make working accessories unusable with a software update.

Maybe you are looking for

  • When I try to select text from pdf-documents the pdf reader cannot select a single line.

    When I try to select the text from a pdf file instead of selecting a line, the paragraph gets selected. The document does not have any document restrictions, and the text is not in an object form. Any reason why I am not able to select the text.

  • SAP Crystal report support Khmer Unicode

    Hi Experts!      i would like to ask how to make SAP Crystal report for SAP B1 support Khmer Unicode. it displays in wrong format. But it displays in right format in SAP Crystal XI release 2  for Microsoft Visual Studio. Thanks in advance.

  • RCCLORD not working in SUBMIT statement

    Hello, I have an issue with report RCCLORD. I have a custom transaction created for it ZRCCLORD. When I use transaction for sending production orders idocs are created successfully. But when I submit it in a program with a variant created, it does no

  • Merchandise Hierarchy in SAP Retail?

    Hi SAP gurus, What is Merchandise Hierarchy in SAP Retail System? Please explain me with proper example. Regds Ashish Kumar

  • Advice about my mini's 24" display

    I have a Mac mini Core i7 2.6 (Late 2012), which I love. But my 24" HP ZR2440w monitor has started flickering -- occasional blinking rectangles on different parts of the screen that seem to correspond to disk activity. I've never had monitor trouble