Search found 113 matches

by Arthur
Tue Dec 21, 2021 8:59 am
Forum: Flows
Topic: XPATH help for TextIndexed result
Replies: 4
Views: 5505

Re: XPATH help for TextIndexed result

Thx Freddy.
Got it working yesterday already, but thx for yours which confirms I got it right ;)
by Arthur
Mon Dec 20, 2021 5:57 pm
Forum: Flows
Topic: XPATH help for TextIndexed result
Replies: 4
Views: 5505

Re: XPATH help for TextIndexed result

Thx mkayyyy.
Almost there, as it turns out not all pages were exactly 221.897, so need to round this to 222 to cover all the variations both up & down.
by Arthur
Mon Dec 20, 2021 5:20 pm
Forum: Flows
Topic: XPATH help for TextIndexed result
Replies: 4
Views: 5505

XPATH help for TextIndexed result

Dear XML / XPath specialists :) I have an XML (which is the PitStop Server Preflight result), with a structure like this: <?xml version="1.0"?> <PageBoxInfo name="TestFile.pdf" unit="mm" pageBoxesEqual="false"> <Page index="1" rotate="0" sc...
by Arthur
Thu Dec 16, 2021 6:25 pm
Forum: PitStop Server
Topic: PDF Portfolio detection
Replies: 6
Views: 10850

Re: PDF Portfolio detection

Perfect, thank you. Appreciate that.
by Arthur
Thu Dec 16, 2021 1:31 pm
Forum: Node.js scripting
Topic: stdout as opaque dataset, how does it work?
Replies: 5
Views: 4898

Re: stdout as opaque dataset, how does it work?

I recently had a similar case where the Stdout was needed accessed via Switch, but the opaque datasets are not accessible directly in Switch due to the format (it can be anything). So the lovely support suggested 2 workarounds: 1. exactly as Jan described above 2. use the "Run Command" APP...
by Arthur
Wed Dec 15, 2021 6:06 pm
Forum: PDF Creation
Topic: Question on Acrobat flow Element
Replies: 13
Views: 28228

Re: Question on Acrobat flow Element

Or maybe use Tessearct and get it OCRed and output as searchable PDF...
Works in the CLI and may prove to be way more efficient and faster than using dedicated Acrobat configurator for that.
by Arthur
Tue Dec 07, 2021 1:25 pm
Forum: PitStop Server
Topic: PDF Portfolio detection
Replies: 6
Views: 10850

Re: PDF Portfolio detection

Hi John;
Thx for your reply. Nothing fancy - a regular portfolio.... which still somehow is a PDF but it's not.
Would you like that to be sent over email ?? This would be on the confidentiality basis, as the file comes from a client with whom we are bound with a CDA....
by Arthur
Mon Dec 06, 2021 1:12 pm
Forum: PitStop Server
Topic: PDF Portfolio detection
Replies: 6
Views: 10850

PDF Portfolio detection

Hello good and knowledgable people. Would someone be so kind as to point me in direction of 'how and if at all possible' to detect if a PDF is actually a PDF PORTFOLIO without opening the file in Acrobat ?? Can this somehow be done with Pitstop Server ?? Alternatively - if not PitStop Server - does ...
by Arthur
Mon Aug 02, 2021 1:13 pm
Forum: Appstore
Topic: Beta testers for Get Messages app
Replies: 3
Views: 7882

Re: Beta testers for Get Messages app

Sounds like what I had a plan to implement via Slack, but not so much with regards to messages, but job statuses.
Switch messages would be another step.
If there is an option to test this one, I am all in :)
by Arthur
Fri Jul 30, 2021 2:06 pm
Forum: PitStop Server
Topic: Pitstop Server - does it have a limit of how many pages it can process?
Replies: 2
Views: 6187

Pitstop Server - does it have a limit of how many pages it can process?

Anyone experienced a situation where Pitstop Server seems to not have processed the whole multipage document ?? We are working with docs that comprise of thousand of pages, yet when running various action / preflight profiles, I have just discovered that the report is only showing the first 1000 pag...
by Arthur
Mon Jul 05, 2021 6:01 pm
Forum: Flows
Topic: Add data to the description metadata of a pdf
Replies: 22
Views: 19304

Re: Add data to the description metadata of a pdf

you can also create yourself a template for the metadata you want updated and then inject that template and update all metadata that way.
The template can be easily generated via Acrobat and exported to a XMP document.

See my working flow doing exactly that.
by Arthur
Mon Jun 21, 2021 4:32 pm
Forum: BoardingPass public pre-release
Topic: First impression
Replies: 11
Views: 85661

Re: First impression

That kind of volume you need something like PitStop Server and it's correction capabilities. Thank you Andrew for your input, indeed we have Switch and PitStop Server engaged taking the load :) I was just curious to find out whether the BP could somehow be quicker and consistent with regards to wha...
by Arthur
Mon Jun 14, 2021 3:04 pm
Forum: Flows
Topic: Regex again (string between first and last underscore)
Replies: 4
Views: 4844

Re: Regex again (string between first and last underscore)

It has been queried many times over since at least 2017 release of Switch, yet seemingly not enough needed, since it has not been implemented in full yet. They know of this being useful to have full Regex in Switch, but it is not easy to get it implemented apparently. I mean, this is what I was told...
by Arthur
Wed Jun 09, 2021 5:17 pm
Forum: BoardingPass public pre-release
Topic: First impression
Replies: 11
Views: 85661

Re: First impression

Tested. Daily we process 3000-5000 files ranging between 20K-50K pages. Each job can be somewhere between 50-200 documents/files. 75% is not PDF, but native office documents. the 25% being PDFs are 99% with problems, which according to BP qualify them for rejection. In our case - the people submitti...
by Arthur
Wed Apr 28, 2021 12:23 pm
Forum: Flows
Topic: Initiate a job at a designated point in time / last day of the week / month etc.
Replies: 4
Views: 3935

Re: Initiate a job at a designated point in time / last day of the week / month etc.

Thank you Freddy P. That could help indeed :) I will try to use this method in the future, since I have already found a working solution for this particular need - the job is a bunch of files injected from repository using a wildcard, triggered by the dummy initiated at 23:59 pm on the last day of e...