Search found 50 matches
- Fri Feb 24, 2017 12:38 pm
- Forum: Applications
- Topic: Switch Client logs messages but no jobs anymore
- Replies: 0
- Views: 44957
Switch Client logs messages but no jobs anymore
Hello, I've a kind of curiosity with the communication between Switch 13 Client and Switch 13 (both on MacOS): Refreshing the list of messages still works fine, but since some days the refresh of the jobs in the client does not work anymore. The joblists always stays empty, even while switch13 is pr...
- Tue Jul 29, 2014 9:47 pm
- Forum: Scripting
- Topic: Extract text from pdf into external xml and grap specific words
- Replies: 7
- Views: 4869
Extract text from pdf into external xml and grap specific words
Hi Dwight, #1 thank you for this hint #2 in the original pdfs only in the upper part there are spaces between the words. In the lower part I wrote down "all-in-one", just to simplify. I will go on searching for any code snippets, specially for the tlh, tlv, ... position values. Not sure, i...
- Tue Jul 29, 2014 5:32 am
- Forum: Scripting
- Topic: Extract text from pdf into external xml and grap specific words
- Replies: 7
- Views: 4869
Extract text from pdf into external xml and grap specific words
Hello Freddy, thank you for your additional answer which sound like the optimal solution I'm searching for me. At the moment unfortunately I've only very poor knowledge about xslt transformations. I played around with some very simple examples using .xsl and .dtd which worked fine. For my challenge ...
- Sat Jul 26, 2014 8:48 pm
- Forum: Scripting
- Topic: Extract text from pdf into external xml and grap specific words
- Replies: 7
- Views: 4869
Extract text from pdf into external xml and grap specific words
Thank you Dwight,
I hoped it could be simple - but so simple!? ;o)
Best regards,
Thomas
I hoped it could be simple - but so simple!? ;o)
Best regards,
Thomas
- Thu Jul 24, 2014 11:06 pm
- Forum: Scripting
- Topic: Extract text from pdf into external xml and grap specific words
- Replies: 7
- Views: 4869
Extract text from pdf into external xml and grap specific words
Hello all, it's not really scripting, but I think here are the right people for the following challenge: I've extracted all words with 8 position coordinates from a pdf file into an external xml file. In the next step I merged the xml contents with the original pdf file as metadata. Now I'm trying t...
- Thu Apr 25, 2013 10:14 pm
- Forum: Flows
- Topic: [suggestion] use a different icon for auto-managed folders
- Replies: 6
- Views: 4472
[suggestion] use a different icon for auto-managed folders
Hello enfocus employees, it would be also great if Switch Designer would offer the possibility to place (searchable) annotations to connections and flow elements. Sometimes it would be very helpful to write down some detailed explanations or some ideas for further improvements to this part of the fl...
- Fri Jan 18, 2013 2:53 pm
- Forum: Scripting
- Topic: Unexpected movement of annotations
- Replies: 2
- Views: 2568
Unexpected movement of annotations
Hello Dwight, thank you for your explanations and your code. I'll try this next week. So there's no official API function from Adobe to summarize comments with Acrobat - neighter with javascript nor applescript? Okay, I see: I've to speak once more with my boss about your software "and lots mor...
- Thu Jan 17, 2013 12:14 pm
- Forum: Scripting
- Topic: Unexpected movement of annotations
- Replies: 2
- Views: 2568
Unexpected movement of annotations
Hello all. In the switch 11 update 1 reference guide (page 57) I found the following sample script for summary of "annotations": // Acrobat is used to make a summary of the annotations resulting in a file that shows you the page // content and the annotations per page. // No arguments are ...
- Tue Nov 13, 2012 4:00 pm
- Forum: Flows
- Topic: Collect Jobs
- Replies: 7
- Views: 5473
Collect Jobs
Hello w.schaf, I think you missunderstood "dkelly": You don't have to use the "stop flow" button manually, but the "hold job" element. In the outgoing connection of the "hold element" there's a property "folder constraint". Shouldn't the "Maximu...
- Wed Sep 05, 2012 9:41 pm
- Forum: Flows
- Topic: Compare dynamic values with contents of textfile
- Replies: 3
- Views: 3421
Compare dynamic values with contents of textfile
Thank you, Dwight.
- Tue Sep 04, 2012 9:58 pm
- Forum: Flows
- Topic: Compare dynamic values with contents of textfile
- Replies: 3
- Views: 3421
Compare dynamic values with contents of textfile
Hello all, I'm trying to compare dynamic values A with the contents of a multi-line textfile. If value A matches with one of the entries (B) in the textfile, then route incoming jobs to this (folder 1); else route them to another connection (folder 2). I tried to create the connection which reads th...
- Wed Jul 18, 2012 5:41 pm
- Forum: Scripting
- Topic: Add icc profiles dynamically with scripting and photoshop configurator?
- Replies: 6
- Views: 6283
Add icc profiles dynamically with scripting and photoshop configurator?
Hello Dwight,
thank you for this information. I'll discuss this with my boss, when he'll return from holiday.
Have a nice day!
Thomas
thank you for this information. I'll discuss this with my boss, when he'll return from holiday.
Have a nice day!
Thomas
- Tue Jul 17, 2012 8:13 am
- Forum: Scripting
- Topic: Add icc profiles dynamically with scripting and photoshop configurator?
- Replies: 6
- Views: 6283
Add icc profiles dynamically with scripting and photoshop configurator?
Sorry Dwight, you're right! In my posts above I accidently wrote [Stats.ICCProfile], but I always meant [Image.ICCProfile] instead. That's the way I detect the icc profiles of the incoming eps files. So it should be possible somehow, to tag them later again to the resulting tiffs, or am I false?
- Mon Jul 16, 2012 9:32 pm
- Forum: Scripting
- Topic: Add icc profiles dynamically with scripting and photoshop configurator?
- Replies: 6
- Views: 6283
Add icc profiles dynamically with scripting and photoshop configurator?
Hello Dwight and thank you for your statements: [Stats.ICCProfile] would indicate the incoming TIFF file already had an embedded ICC profile. That's right, but you missunderstood this point, because I simplified my challenge a little bit too much ;o) The incoming files are eps files with icc profile...
- Mon Jul 16, 2012 3:34 pm
- Forum: Scripting
- Topic: Add icc profiles dynamically with scripting and photoshop configurator?
- Replies: 6
- Views: 6283
Add icc profiles dynamically with scripting and photoshop configurator?
Hello all, I'm trying to create a script for the photoshop configurator, which attachs dynamically an icc profile to an incoming tiff file (without icc profile). Unfortunately my scripting knowledge is very poor, so I tried to use the script just to call different photoshop actions (which defines th...