Search found 592 matches

by jan_suhr
Thu Feb 07, 2019 5:40 pm
Forum: LEGACY scripting
Topic: xml & xsl to PDF file
Replies: 2
Views: 6414

Re: xml & xsl to PDF file

PdfToolbox can create PDF from html.
by jan_suhr
Sun Feb 03, 2019 2:10 pm
Forum: Applications
Topic: Excel to XML
Replies: 5
Views: 7711

Re: Excel to XML

The problem was a corrupt Excel-file that couldn't be converted to XML.

A new version of the app is submitted to Enfocus. This new version will send the job to the Problems job folder.

The new version would hopefully be available in a few days on the App store.
by jan_suhr
Sat Feb 02, 2019 9:16 am
Forum: Applications
Topic: Excel to XML
Replies: 5
Views: 7711

Re: Excel to XML

Hello Lasse, You could email me directly about this :-) Have you turned on debugging in the messages? and can you send me the results you get then. Something has gone wrong in the first step of the conversion and it can't read the temporary file that it use to build the XML. Email me the results you...
by jan_suhr
Wed Jan 30, 2019 8:09 am
Forum: Flows
Topic: Exporting metadata
Replies: 4
Views: 4809

Re: Exporting metadata

Just use an XML-pickup
by jan_suhr
Fri Jan 25, 2019 4:13 pm
Forum: LEGACY scripting
Topic: Make JSON empty values
Replies: 5
Views: 7788

Re: Make JSON empty values

There is now a new version on the App store that has been fixed to solve this problem
by jan_suhr
Wed Jan 23, 2019 4:33 pm
Forum: LEGACY scripting
Topic: Make JSON empty values
Replies: 5
Views: 7788

Re: Make JSON empty values

Dave, can you send me an email with some example of your variables and the JSON you are trying to do.

I can then send you a "Beta" of the app for testing.
by jan_suhr
Wed Jan 23, 2019 1:56 pm
Forum: LEGACY scripting
Topic: Make JSON empty values
Replies: 5
Views: 7788

Re: Make JSON empty values

First, there is a section on the Forum for App questions.


I'll make an update of the App that will handle empty variables. I hope that it can be ready early next week.
by jan_suhr
Tue Jan 22, 2019 5:14 pm
Forum: Flows
Topic: Rename Job - add text after number of characters
Replies: 6
Views: 6544

Re: Rename Job - add text after number of characters

You can use the Rename Job if you do it in steps

First you have to set one folder to pick up the Job.NameProper as a Job.JobState variable

Action 1: Keep Segment 1-10

Action 2: Add suffix -hd-

Action 3: Add suffix [Job.JobState:Segment="11-"]
by jan_suhr
Fri Jan 18, 2019 6:32 pm
Forum: LEGACY scripting
Topic: Changing values in XML xpath
Replies: 5
Views: 8490

Re: Changing values in XML xpath

If you only have one ProductType per XML-file you can solve this with the Make XML app.

You can split the XML with Saxon to one XML-file per ProductType.

You could also have the value you add in a Submit point if you need it to be anything other than 16
by jan_suhr
Tue Jan 15, 2019 1:06 pm
Forum: Flows
Topic: Submit Point
Replies: 2
Views: 2633

Re: Submit Point

Hi Lasse, yes it is possible.

In the Metadata fields setup you have small green arrows pointing left and right. Select the field and click the right arrow. Now that field is dependent on what is selected in the "Maskin" dropdown.

Call me if you need more help.
by jan_suhr
Tue Jan 08, 2019 8:02 am
Forum: Flows
Topic: To split double page pdf file into single page
Replies: 3
Views: 4210

Re: To split double page pdf file into single page

There is always PDF Toolkit, it can do everything you need and it can run with Execute Command in Switch.
by jan_suhr
Mon Jan 07, 2019 7:57 am
Forum: Flows
Topic: Split PDF
Replies: 5
Views: 7331

Re: Split PDF

There is an app that do this for you called Uncover PDF.
It will take the first two pages and the last two pages and save them to one PDF, the rest of the pages will be in a second PDF.
by jan_suhr
Sun Jan 06, 2019 11:36 pm
Forum: LEGACY scripting
Topic: Convert a script to use Traffic Light output
Replies: 6
Views: 8566

Re: Convert a script to use Traffic Light output

Take a look here:
http://www.enfocus.com/manuals/Develope ... class.html

You will use the sendToData function
by jan_suhr
Wed Jan 02, 2019 2:53 pm
Forum: LEGACY scripting
Topic: File count to report writing
Replies: 4
Views: 6698

Re: File count to report writing

In the File class you have a function readLines()

Search in the Scripting manual for "lines"
by jan_suhr
Thu Dec 20, 2018 12:46 pm
Forum: Flows
Topic: Using xlsx or csv file to pick up files
Replies: 2
Views: 2795

Re: Using xlsx or csv file to pick up files

Hi Lars,


Take a look at my app Excel to XML. it will do the job for you