Search found 121 matches

by Malcolm Mackenzie
Mon Feb 25, 2019 12:52 pm
Forum: LEGACY scripting
Topic: JavaScript-getting original PDF info/path
Replies: 2
Views: 4710

Re: JavaScript-getting original PDF info/path

Is the main folder Auto Managed or fixed path?
You can try using Submit Hierarchy instead and that allows you to embed the folder structure to pick up as a variable.
by Malcolm Mackenzie
Tue Feb 19, 2019 10:35 pm
Forum: Applications
Topic: switch 18 performance module force all slots
Replies: 3
Views: 6460

Re: switch 18 performance module force all slots

What CPU is the PC running and how many cores?
by Malcolm Mackenzie
Tue Feb 19, 2019 6:39 pm
Forum: Flows
Topic: XML Pickup for Multiple Values
Replies: 8
Views: 11720

Re: XML Pickup for Multiple Values

https://www.enfocus.com/en/appstore/pro ... l-repeater
can split the xml to for each entry for sorting, not sure if it will deliver what you want.
by Malcolm Mackenzie
Tue Feb 19, 2019 6:39 pm
Forum: Flows
Topic: XML Pickup for Multiple Values
Replies: 8
Views: 11720

Re: XML Pickup for Multiple Values

https://www.enfocus.com/en/appstore/pro ... l-repeater
can split the xml to for each entry for sorting, not sure if it will deliver what you want.
by Malcolm Mackenzie
Tue Feb 19, 2019 10:30 am
Forum: Flows
Topic: Flow for Preflighting InDesign files
Replies: 5
Views: 6755

Re: Flow for Preflighting InDesign files

If you use Indesign to recreate the package it will list any missing fonts or images in the xml report. Screenshot 2019-02-19 09.29.07.png <?xml version="1.0" encoding="UTF-8"?> <AdobeConfiguratorLog> <FlowElementName>Adobe InDesign</FlowElementName> <Job> <Name>1234_missing test...
by Malcolm Mackenzie
Thu Feb 14, 2019 9:27 am
Forum: LEGACY scripting
Topic: Add password security to PDF
Replies: 8
Views: 13257

Re: Add password security to PDF

Hi
PDFtk should be able to do it using CLI
https://www.pdflabs.com/docs/pdftk-cli-examples/
Encrypt a PDF using 128-bit strength (the default), withhold all permissions (the default)
pdftk 1.pdf output 1.128.pdf owner_pw foopass
by Malcolm Mackenzie
Tue Feb 12, 2019 10:21 am
Forum: Preflighting
Topic: Reporting Low Res Image's
Replies: 4
Views: 8621

Re: Reporting Low Res Image's

You can create an action to pick up low res per page.
This made need to be extended to report page by page.
Screenshot 2019-02-12 09.17.38.png
Screenshot 2019-02-12 09.17.38.png (36.79 KiB) Viewed 8592 times
You can then use the xml for the variables in the email.
by Malcolm Mackenzie
Mon Feb 11, 2019 11:49 am
Forum: Switch
Topic: HArdware Upgrade
Replies: 2
Views: 5353

Re: HArdware Upgrade

It depends on the amount of cores you can access.
Do you have the performance/unlimited module?
by Malcolm Mackenzie
Mon Feb 11, 2019 11:49 am
Forum: Switch
Topic: HArdware Upgrade
Replies: 2
Views: 5353

Re: HArdware Upgrade

It depends on the amount of cores you can access.
Do you have the performance/unlimited module?
by Malcolm Mackenzie
Thu Feb 07, 2019 4:19 pm
Forum: Flows
Topic: Inject complete folder with XML files
Replies: 2
Views: 4177

Re: Inject complete folder with XML files

Don't think the * wildcard works in this element.
You can take the whole folder then dismantle it though.
by Malcolm Mackenzie
Fri Feb 01, 2019 11:57 am
Forum: Applications
Topic: Excel to XML
Replies: 5
Views: 7798

Re: Excel to XML

All looks fine.
I have the app running on a PC if you want to attach the file to test.
by Malcolm Mackenzie
Fri Jan 25, 2019 12:54 pm
Forum: Flows
Topic: Add specific metadata as comment readable by Acrobat
Replies: 2
Views: 5148

Re: Add specific metadata as comment readable by Acrobat

Hi

You could do it the long way round with a script or app to run Acrobat and import the comments.
https://helpx.adobe.com/acrobat/using/i ... ments.html
Or add a slug line or layer with the data?
by Malcolm Mackenzie
Thu Jan 24, 2019 4:20 pm
Forum: Applications
Topic: Switch 2018 u2 update WARNING!!!!!!!
Replies: 11
Views: 14312

Re: Switch 2018 u2 update WARNING!!!!!!!

From Andrew on Linkedin Just a note on this update which is released today. It fixes an issue that was reported when updating Switch, so it's only relevant to PitStop Server customers with Switch. V. Important. Please update your PitStop Server 2018 to this version before you attempt to upgrade your...
by Malcolm Mackenzie
Wed Jan 23, 2019 10:32 am
Forum: Flows
Topic: Assembling a split and ungrouped job
Replies: 2
Views: 4178

Re: Assembling a split and ungrouped job

Hi Andrew
Maybe put a hold before the Merge PDF of say 10 seconds to allow the files to settle.
Malcolm
by Malcolm Mackenzie
Tue Aug 29, 2017 12:51 pm
Forum: LEGACY scripting
Topic: switch-inject-lite
Replies: 19
Views: 26892

Re: switch-inject-lite

Hi Gabriel Sorry for the late response, thought I would get a notification of a posting. I found the error is to do with the issue of mapped drives and Run as a Service/Watchdog. The mapped drive drops if you run Switch as a service so Inject Light just sits unable to process the file. Working on th...