Search found 276 matches

by sander
Fri Jun 23, 2017 3:28 pm
Forum: LEGACY scripting
Topic: Duplicate pages
Replies: 11
Views: 14876

Re: Duplicate pages

Well, like I said it's one of my first Switch touches, now I'm wondering why I'm injecting and deleting haha, should rework it once :) It can be done better but hey, if it ain't broken.. ;) It's not really only duplicating, it is a sheet filler and one card becomes the orderform via PitStop, one of ...
by sander
Fri Jun 23, 2017 12:33 pm
Forum: LEGACY scripting
Topic: Duplicate pages
Replies: 11
Views: 14876

Re: Duplicate pages

You want it with scripting? I made this once in my beginning Switch days, haven't failed once :) If you want I can comment it, all done without scripting :)

Image
by sander
Fri Jun 23, 2017 10:04 am
Forum: Flows
Topic: Assemble Job with no delay
Replies: 8
Views: 11167

Re: Assemble Job with no delay

If a user can just drop files how do you know which files belong to a specific merge job then?

Hm, compare settings to my flow to find out!

https://we.tl/abUHAI2VdX
by sander
Thu Jun 22, 2017 12:09 pm
Forum: Flows
Topic: Assemble Job with no delay
Replies: 8
Views: 11167

Re: Assemble Job with no delay

How do you submit the pdf's? You can't drop some of 'em in the root input folder, it needs to be in a folder else it doesn't know these belong to each other.
by sander
Wed Jun 21, 2017 10:01 am
Forum: Flows
Topic: Assemble Job with no delay
Replies: 8
Views: 11167

Re: Assemble Job with no delay

I once came up with this for the same situation, in my beginning Switch days tho :)

You throw in a file or folder, in case of a folder it's ungrouped and after it's assembled with that same ungrouped privatekey, which results in no unnecessary waiting.

Image
by sander
Mon Jun 19, 2017 1:40 pm
Forum: LEGACY scripting
Topic: Yesterday's Date? [SOLVED]
Replies: 15
Views: 18031

Re: Yesterday's Date?

Pretty cool Jan, thanks for creating such an app :)
by sander
Fri Jun 16, 2017 1:38 pm
Forum: LEGACY scripting
Topic: Yesterday's Date? [SOLVED]
Replies: 15
Views: 18031

Re: Yesterday's Date?

I use this in one of my transport carrier scripts to set date + 1. I think it will point you in the right direction :) // PostNL Express 12:00 requirement var day = new Date(); // today day.setDate(day.getDate() + 1); // Tomorrow var tomorrow = day.getDate()+'-'+day.getMonth()+'-'+day.getYear();
by sander
Mon Jun 12, 2017 11:30 am
Forum: Imposition
Topic: HP Smartstream N-up question
Replies: 30
Views: 57526

Re: HP Smartstream N-up question

I noticed Lombert and me went to mail contact instead of posting in this thread. Such a shame if we want to keep things open :) Someone asked me this in pm so I'll post in this topic so anyone can benefit of these findings. Hey Sander, what setting did you have to change on the iPC to correct the co...
by sander
Fri Jun 02, 2017 6:20 pm
Forum: PDF Creation
Topic: Compare two pdf file
Replies: 5
Views: 15781

Re: Compare two pdf file

Why the default Acrobat compare doesn't fit your needs?

https://helpx.adobe.com/acrobat/using/c ... ments.html
by sander
Tue Mar 28, 2017 11:54 am
Forum: Applications
Topic: Warning 'Skipped unsupported property'
Replies: 5
Views: 10398

Re: Warning 'Skipped unsupported property'

Try to reset one of your configurators to default. Afterwards manual copy all settings to a new configurator.

Works with other configurators, so worth a try!
by sander
Fri Mar 24, 2017 11:26 am
Forum: LEGACY scripting
Topic: multiple XML nodes in email alert
Replies: 5
Views: 8094

Re: multiple XML nodes in email alert

Thanks Freddy!

I'm using your example for another case to push all files I gather from a xml into a flow. In this case, I do have a number of unknown nodes so your example is perfect.

Thanks,
by sander
Wed Mar 22, 2017 8:17 pm
Forum: Flows
Topic: Targeting 2nd to last page
Replies: 6
Views: 7926

Re: Targeting 2nd to last page

Sorry for not being clear :)

I mean, do you add it like this?
viewtopic.php?f=13&t=1689&p=6054&hilit= ... +set#p6054
by sander
Wed Mar 22, 2017 5:05 pm
Forum: Flows
Topic: Targeting 2nd to last page
Replies: 6
Views: 7926

Re: Targeting 2nd to last page

How did you add your variable to the action list?
by sander
Tue Mar 21, 2017 3:11 pm
Forum: Flows
Topic: See message via browser in local
Replies: 7
Views: 9237

Re: See message via browser in local

Strange. Any security software running?

Euhm, get yourself TCPView.exe and see if it's actually doing something?

Image

Download: https://live.sysinternals.com/Tcpview.exe
by sander
Mon Mar 20, 2017 12:35 pm
Forum: Flows
Topic: See message via browser in local
Replies: 7
Views: 9237

Re: See message via browser in local

I'm running the same configuration as yours and don't suffer with these problems. I did not change the Watchdog Service, and the service is set at 'Manual' start type over here. The Switch Watchdog shortcut is placed in my startup folder, I'm not sure if I did or the Switch installer did, but it's w...