Search found 8 matches

by kevinjel
Wed Jan 20, 2016 2:51 pm
Forum: Flows
Topic: replace xml values with switch values
Replies: 5
Views: 2929

Re: replace xml values with switch values

I'm not a programmer (i can python a tiny bit) so thats why i asked, i kinda thought it could work the way it was posted :lol: ...

but that work likes a charm! thank you very very very much.
So many possibility's. :geek:

Thanks alot!
by kevinjel
Wed Jan 20, 2016 1:27 pm
Forum: Flows
Topic: replace xml values with switch values
Replies: 5
Views: 2929

Re: replace xml values with switch values

Sander, thx for the response :D :D i don't really get what is happening in these steps; 1. in this step it loads the complete given XML:?: so i should set my xmlpickup with the name: "PrivateData" or... 2. creates a file 3. replaces the (old str,new str) but with the file just created in s...
by kevinjel
Wed Jan 20, 2016 10:33 am
Forum: Flows
Topic: replace xml values with switch values
Replies: 5
Views: 2929

replace xml values with switch values

Fellow switchers, i use switch with xslt to create jobtickets from given XML files. now i want to modify data in that XML in switch then write a new XML with the new data (so replace values inside the XML by the new data from switch). the xml file is quite big, so i don't feel like loading everythin...
by kevinjel
Mon Dec 21, 2015 1:16 pm
Forum: Scripting
Topic: Indigo JMF Subscriptions - An Example
Replies: 10
Views: 11081

Re: Indigo JMF Subscriptions - An Example

hello Gabriel, Thanks for the posted information. If you want to get some information from your Indigo/DFE, you can always send it a JMF I'm a starter with this, my understanding of a JMF is the response of what the machine has produced / done. Is there documentation how this works. and if i'm corre...
by kevinjel
Fri Dec 18, 2015 4:55 pm
Forum: Scripting
Topic: QR Code create
Replies: 3
Views: 2621

Re: QR Code create

You can also do this in indesign cc (maybe other versions to, not sure) without any plugins; the header just needs a : #code then all the data under that header will become a QR code so: create a document with the size u want then go to window, utilities, datamerge then in the datamerge tab select a...
by kevinjel
Fri Dec 18, 2015 4:48 pm
Forum: Scripting
Topic: reading barcodes within a PDF
Replies: 3
Views: 4509

Re: reading barcodes within a PDF

Ola, hmm, is this what u want: https://pypi.python.org/pypi/zbar ZBar Bar Code Reader is an open source software suite for reading bar codes from various sources, such as video streams, image files and raw intensity sensors. It supports EAN-13/UPC-A, UPC-E, EAN-8, Code 128, Code 39, Interleaved 2 of...
by kevinjel
Sun Nov 15, 2015 9:53 pm
Forum: Flows
Topic: xml data & HP digital front end JDF Control
Replies: 9
Views: 7651

Re: xml data & HP digital front end JDF Control

oke, it's been some time but the good news is... it's fixed :) To help other mac Switchers the following was wrong; instead of the .command file i've created a .sh file (with full executable rights) which contains: #! /bin/sh /Library/Java/JavaVirtualMachines/jdk1.8.0_31.jdk/Contents/Home/bin/java -...
by kevinjel
Tue Oct 27, 2015 9:03 am
Forum: Flows
Topic: xml data & HP digital front end JDF Control
Replies: 9
Views: 7651

Re: xml data & HP digital front end JDF Control

Fellow switch users, i'm currently working on this challenge, the difference from Sander his example is i'm running switch 12 in a mac environment. 2 questions; i have made my xsl, i've installed saxon on the machine, i can get it to work locally (myself typing it on the command line) tho i can't se...