Search found 144 matches

by laurentd
Fri May 21, 2021 5:49 pm
Forum: Flows
Topic: Submit point to create sequential numbered PDF
Replies: 1
Views: 2714

Re: Submit point to create sequential numbered PDF

Hi Andrew, I would use the Duplicate pages app to duplicate your 1 page file to n pages (one of your submit point variables). Then apply an action list to add all your text variables on each page, Customer A and Client A. For the numbering, use the “Add page number” action. You can specify the first...
by laurentd
Wed May 19, 2021 1:00 pm
Forum: Flows
Topic: Private Data in Metadata Path
Replies: 2
Views: 3287

Re: Private Data in Metadata Path

Hello,
No, it is not possible, but the Variable XPath Repeater app does exactly what you need.
https://www.enfocus.com/en/appstore/pro ... able-xpath
by laurentd
Mon May 17, 2021 4:57 pm
Forum: Node.js scripting
Topic: Stats.NumberOfPages
Replies: 8
Views: 13461

Re: Stats.NumberOfPages

Hi Michael,

Switch 2021 Spring will bring PdfDocument and PdfPage Classes.
getNumberOfPages( ) is what you need.
It will be released on May 27th.
by laurentd
Tue May 04, 2021 10:27 am
Forum: PitStop Pro
Topic: Rotate the page to Landscape
Replies: 4
Views: 4422

Re: Rotate the page to Landscape

You can base your selection on a specific text (ex "Table", if all tables are rotated).
Then select the pages (if objects are selected) and rotate them.
select text.png
select text.png (31.42 KiB) Viewed 4410 times
If this is not accurate enough, you can base your selection on the vertical lines in the tables.
select object.png
select object.png (36.75 KiB) Viewed 4410 times
by laurentd
Mon May 03, 2021 12:59 pm
Forum: PitStop Pro
Topic: how to find Invisible text in enfocus using pitstop profile or action list
Replies: 5
Views: 162116

Re: how to find Invisible text in enfocus using pitstop profile or action list

Well, you have to define yourself the error message you want to log.
My screenshot is a bit different, due to the different version of PitStop.
Note you can report the presence or absence of selection (using a more recent version of PitStop)
Invisible.png
Invisible.png (181.83 KiB) Viewed 162103 times
by laurentd
Mon May 03, 2021 11:40 am
Forum: PitStop Pro
Topic: how to find Invisible text in enfocus using pitstop profile or action list
Replies: 5
Views: 162116

Re: how to find Invisible text in enfocus using pitstop profile or action list

Use the "Remove Invisible Data" action list to remove it.
If you just want to be warned (instead of deleting), edit the action list and replace "remove selection" with "log selection"
by laurentd
Mon May 03, 2021 10:38 am
Forum: PitStop Pro
Topic: print only spot colors
Replies: 6
Views: 4637

Re: print only spot colors

Very easy, here are the two action lists:
Delete spot colors.png
Delete spot colors.png (73.25 KiB) Viewed 4617 times
Delete all but spot colors.png
Delete all but spot colors.png (78.38 KiB) Viewed 4616 times
Using PitStop Server and Switch Core Engine (licensed with PitStop Server), you can automate this:
duplicate the document, apply each action list, and rename the two files.
by laurentd
Mon May 03, 2021 9:23 am
Forum: Flows
Topic: Sorting and duplicating pages in PDF
Replies: 4
Views: 7948

Re: Sorting and duplicating pages in PDF

Using PitStop "select text by key phrase" and "log selection", you can create an action list that will report if the @ character is present on the page or not.
by laurentd
Fri Apr 30, 2021 10:53 am
Forum: PitStop Pro
Topic: Rotate page
Replies: 2
Views: 2804

Re: Rotate page

Hi Tim,

You can easily rotate a page or document this way:
Rotate page 90.png
Rotate page 90.png (30.34 KiB) Viewed 2798 times
But you don't need to rotate the document, you can add the text and rotate it:
Add and rotate text.png
Add and rotate text.png (42.15 KiB) Viewed 2798 times
Here are the actions:
action lists.zip
(220.15 KiB) Downloaded 333 times
by laurentd
Thu Apr 29, 2021 2:02 pm
Forum: Flows
Topic: Running a Windows *.bat-file in Switch 2018? Where can I find "Execute Command"?
Replies: 3
Views: 4371

Re: Running a Windows *.bat-file in Switch 2018? Where can I find "Execute Command"?

Switch is modular. On top of the Switch Core Engine, you can add different modules. https://www.enfocus.com/manuals/UserGuide/SW/20.1/home.html#en-us/common/sw/concept/co_modules_intro.html You need an extra license for these extra modules and features. Or you can upgrade to Switch 2020 (and very so...
by laurentd
Thu Apr 29, 2021 1:39 pm
Forum: Flows
Topic: Running a Windows *.bat-file in Switch 2018? Where can I find "Execute Command"?
Replies: 3
Views: 4371

Re: Running a Windows *.bat-file in Switch 2018? Where can I find "Execute Command"?

In Switch 2018, you need the Configurator Module to use Execute Command.
Execute Command is now part of the Switch Core Engine since Switch 2019 Fall.
by laurentd
Tue Apr 13, 2021 2:30 pm
Forum: Flows
Topic: How can I view when a Switch Flow was last used?
Replies: 5
Views: 4568

Re: How can I view when a Switch Flow was last used?

Indeed, same idea.
Using apps, you can also log to csv, Google Sheets, …
by laurentd
Mon Apr 12, 2021 6:25 pm
Forum: PitStop Server
Topic: Automatically enter PDF password & Change security settings
Replies: 4
Views: 9203

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.