Indeed, same idea.
Using apps, you can also log to csv, Google Sheets, …
Search found 41 matches
- Tue Apr 13, 2021 2:30 pm
- Forum: Flows
- Topic: How can I view when a Switch Flow was last used?
- Replies: 5
- Views: 115
- Mon Apr 12, 2021 6:25 pm
- Forum: PitStop Server
- Topic: Automatically enter PDF password & Change security settings
- Replies: 3
- Views: 128
Re: Automatically enter PDF password & Change security settings
Well, not in PitStop Server.
But you can use Switch Core Engine and a CLI tool like pdftk to add or remove a password.
https://www.pdflabs.com/docs/pdftk-cli-examples/
Or maybe you can find another CLI tool to change the security settings.
But you can use Switch Core Engine and a CLI tool like pdftk to add or remove a password.
https://www.pdflabs.com/docs/pdftk-cli-examples/
Or maybe you can find another CLI tool to change the security settings.
- Mon Apr 12, 2021 2:28 pm
- Forum: Flows
- Topic: PDFTK does not output PDFs in Switch unless manual folder scan is invoked
- Replies: 5
- Views: 106
Re: PDFTK does not output PDFs in Switch unless manual folder scan is invoked
You should use "%2" with output "File at Path"
- Wed Apr 07, 2021 1:45 pm
- Forum: Node.js scripting
- Topic: Help with CSV Split
- Replies: 5
- Views: 416
Re: Help with CSV Split
Here is an example how to create and use a tmp file. Note the tmp file path is tmpobj.name Again, have a look at the webinar to learn more. const tmp = require("tmp"); let csvString = "csv content"; async function jobArrived(s, flowElement, job) { //create temp file const tmpobj = tmp.fileSync(); //...
- Thu Mar 25, 2021 9:37 am
- Forum: PitStop Pro
- Topic: Broken Licence
- Replies: 6
- Views: 693
- Mon Feb 22, 2021 4:03 pm
- Forum: Node.js scripting
- Topic: Setting hierarchy from script
- Replies: 2
- Views: 300
Re: Setting hierarchy from script
Hi Manuel, This is not possible with Node.js at the moment, it will be added later on again. I faced the same problem when I wrote the Inject wildcard app. In its documentation you can see my workaround: - write the hierarchy path in a private data, e.g. HierarchyPath - use the Set hierarchy path el...
- Thu Feb 18, 2021 3:11 pm
- Forum: PitStop Server
- Topic: Pitstop Server internal error
- Replies: 1
- Views: 1817
Re: Pitstop Server internal error
This should not happen.
Please open a ticket here: http://www.enfocus.com/supportportal
Please open a ticket here: http://www.enfocus.com/supportportal
- Thu Feb 18, 2021 7:55 am
- Forum: Flows
- Topic: Release files on the 1 and 15 of every month
- Replies: 1
- Views: 266
Re: Release files on the 1 and 15 of every month
Hi, use a Hold job element with this release condition:
[Switch.Calculation:Expression="[Switch.Date:Format="d",TimeZone="System"]"] Equal to 1
OR
[Switch.Calculation:Expression="[Switch.Date:Format="d",TimeZone="System"]"] Equal to 15
[Switch.Calculation:Expression="[Switch.Date:Format="d",TimeZone="System"]"] Equal to 1
OR
[Switch.Calculation:Expression="[Switch.Date:Format="d",TimeZone="System"]"] Equal to 15
- Thu Jan 14, 2021 11:59 am
- Forum: Switch
- Topic: copy with Process.execute
- Replies: 11
- Views: 1635
Re: copy with Process.execute
Here is another possibility: This is the right command: copy /b path1 + path2 outputPath You can use the Execute command element and point to a .bat file Output: file at path If one file is the Switch job and the other file is a fixed file (eg when you add a header to your file): Arguments: "%1" "%2...
- Wed Jan 06, 2021 9:41 am
- Forum: PitStop Pro
- Topic: masking a page in pitstop
- Replies: 4
- Views: 741
Re: masking a page in pitstop
Hi Robbie, You need to modify the page boxes of your pdf. If you have a lot of documents to treat, also with variable sizes, you can automate this with PitStop Server (with free Switch Core since PitStop Server 2020) and the LFP PDF Slicer app. It does what you want and a lot more. https://www.enfoc...
- Tue Dec 22, 2020 11:09 am
- Forum: Flows
- Topic: find job repository by variable
- Replies: 11
- Views: 3260
Re: find job repository by variable
Great, you are welcome Bas!
You can add a review on the Appstore if you like it.
You can add a review on the Appstore if you like it.
- Tue Dec 22, 2020 11:05 am
- Forum: PitStop Server
- Topic: Enfocus PitStop Server 2020 Barcode with Filename
- Replies: 1
- Views: 561
Re: Enfocus PitStop Server 2020 Barcode with Filename
Hi Ricardo.
I suppose the document name is only made of digits? (except for the .pdf extension)
You can use the Switch Core Engine that now ships with PitStop Server 2020, edit your variable set in Switch, and use [Job.NameProper] to create your barcode.
Laurent
I suppose the document name is only made of digits? (except for the .pdf extension)
You can use the Switch Core Engine that now ships with PitStop Server 2020, edit your variable set in Switch, and use [Job.NameProper] to create your barcode.
Laurent
- Mon Dec 21, 2020 4:28 pm
- Forum: Flows
- Topic: find job repository by variable
- Replies: 11
- Views: 3260
Re: find job repository by variable
I made an update to Inject Wildcard, now v4. This problem (only seen once) is now fixed (tested with Bas). New feature: the app now checks if the job repository exists, and if it doesn't, the job is sent to the error connection (instead of the problem jobs folder). https://www.enfocus.com/en/appstor...
- Thu Dec 10, 2020 4:55 pm
- Forum: Applications
- Topic: Import XML into Indesign to convert to PDF
- Replies: 9
- Views: 3418
Re: Import XML into Indesign to convert to PDF
When you manually import an xml in InDesign, you can disable "Show XML Import Options" You can disable this option then save the InDesign template again. On my side it works whether this options was checked or not, but who knows. The first time I ran my flow (on Mac) I also got a dialog telling "osa...
- Wed Dec 09, 2020 1:08 pm
- Forum: Flows
- Topic: Remove files from hierarchy
- Replies: 4
- Views: 1021
Re: Remove files from hierarchy
Have a look at the inject wildcard app, you can inject files when you only have part of the name and you can scan a hierarchy.
https://www.enfocus.com/en/appstore/pro ... t-wildcard
https://www.enfocus.com/en/appstore/pro ... t-wildcard