Search found 24 matches

by joaodaffonsojr
Thu Apr 04, 2024 12:19 am
Forum: Switch
Topic: [Solved] Combine several XML
Replies: 5
Views: 5060

Re: [Solved] Combine several XML

Hi !

I have two XML like 32800_ARQOS.xml and 32800_ODTPLIMP.xml that i need to merge.

I tried with SAXON in the cmd line, I did a XSLT and works.

But how can I use the variables of Switch like [Job.Path] and [Job.NameProper] to make SAxon configurator merge them ?

Any tips are very welcome !
by joaodaffonsojr
Mon Dec 18, 2023 4:01 pm
Forum: Flows
Topic: HTTP request (Body as form-data including a file) [SOLVED]
Replies: 7
Views: 48485

Re: HTTP request (Body as form-data including a file)

magnussandstrom,

What I did.
  • Create a JSON file as the API need
  • Config the HTTP request to use this JSON on FilePath
by joaodaffonsojr
Tue Sep 05, 2023 12:54 pm
Forum: Switch
Topic: HTTP request POST
Replies: 4
Views: 7359

Re: HTTP request POST

Freddy thanks for your answer,

I managed to make JSON file and everything worked fine.


Thank you very much.
by joaodaffonsojr
Sun Aug 20, 2023 10:06 pm
Forum: Switch
Topic: HTTP request POST
Replies: 4
Views: 7359

HTTP request POST

Hello ! I have to connect to an API and i got this cURL working line command bellow running on Postman. What I need to do is make this run in Switch Execute Command, but couldn´t resolve how to config it right. HTTP REQUEST 01.png HTTP REQUEST 02.png Also I need a tip to whats better run all code in...
by joaodaffonsojr
Sat Jul 08, 2023 4:17 pm
Forum: Preflighting
Topic: Extract Cutfiles From PDF!
Replies: 5
Views: 8091

Re: Extract Cutfiles From PDF!

I had a similiar situation.

What I did was take the cutting lines and assign a layer to it, them i used the app Split PDF layers to create 2 pdf´s.
The print version and the other with only the cutting lines.

https://www.enfocus.com/en/appstore/pro ... pdf-layers

Hope this can help you!
by joaodaffonsojr
Thu Mar 09, 2023 2:51 pm
Forum: Appstore
Topic: Unable to sign into App Store [Solved]
Replies: 2
Views: 6732

Re: Unable to sign into App Store

Hi !

I have an issue with Appstore ... solved with this ...

https://enfocus.my.site.com/partners/s/ ... Enfocus-ID

hope it helps you !
by joaodaffonsojr
Wed Feb 22, 2023 5:58 pm
Forum: Node.js scripting
Topic: Populate dropdown list in SwitchScripter
Replies: 6
Views: 8593

Re: Populate dropdown list in SwitchScripter

This is the code that made it work. thanks Jan , mkayyyy and tdeschampsBluewest ! async function getLibraryForProperty(s, flowElement, tag) { let props = []; if (tag === "Template") { // replace with the path to your directory const directoryPath = 'D:\\node_js\\dirlist\\sampleDoc\\'; //cr...
by joaodaffonsojr
Wed Feb 15, 2023 7:41 pm
Forum: Node.js scripting
Topic: Populate dropdown list in SwitchScripter
Replies: 6
Views: 8593

Re: Populate dropdown list in SwitchScripter

You have the property "Select from library". Then you get a list of values that you can populate from different sources. You get the values from this Entry point in the script getLibraryForProperty(s: Switch, flowElement: FlowElement, tag: string): Promise<string[]> Hi jan ! Sorry to both...
by joaodaffonsojr
Fri Feb 10, 2023 7:56 pm
Forum: Node.js scripting
Topic: Populate dropdown list in SwitchScripter
Replies: 6
Views: 8593

Re: Populate dropdown list in SwitchScripter

Thank you jan !

I´ll give a try !
by joaodaffonsojr
Fri Feb 10, 2023 7:18 pm
Forum: Node.js scripting
Topic: Populate dropdown list in SwitchScripter
Replies: 6
Views: 8593

Populate dropdown list in SwitchScripter

I´m using a node script that reads a directoty content and stores the values in a variable. I want to make this result apear is a dropdown menu in the switch script so I can select one of the values. I see that have this option on Switch Scripter but I have to enter manually the values. Is it possib...
by joaodaffonsojr
Tue Jan 24, 2023 5:22 pm
Forum: Flows
Topic: Keep job in Job Board while job is processing in external software?
Replies: 11
Views: 4890

Re: Keep job in Job Board while job is processing in external software?

Maybe this work for you. apogee flow.png Apogee test.rar I've built a Job Board in Portal for trackning the job in different stages. One of the stage is 'Imposing in Apogee..' and the job is sent to Apogee for a minute before coming back into the same flow (keeping the unique prefix). But during the...
by joaodaffonsojr
Fri Jan 13, 2023 6:24 pm
Forum: Online proofing (PDF Review Module)
Topic: Job Collection
Replies: 2
Views: 6121

Re: Job Collection

Hi ! Just tried but didn´t worked :cry: thanks anyway I'm not sure that this will solve your issue but maybe: You can delete 'ghost jobs' in PDF Review with this API with your web browser: http://192.168.0.0:8080/switch?delete=[{"file":"6fb79d6611854d459f57c07e8b99c439"}] Change ...
by joaodaffonsojr
Thu Jan 12, 2023 3:50 pm
Forum: Online proofing (PDF Review Module)
Topic: Job Collection
Replies: 2
Views: 6121

Job Collection

Hi !

I was testing job collection and upload some PDFs.
After processing them they got stucked.
Where can I delete these pdfs ?

thanks
by joaodaffonsojr
Fri Nov 25, 2022 5:35 pm
Forum: Imposition
Topic: Ganging app - need beta testers
Replies: 1
Views: 12719

Re: Ganging app - need beta testers

Hey !

I have some clients that use Gang and I would be happy if I can be part of that beta group.

I use Windows Server and so do my clients.

Some of my clients also use Ultimate Impostrip Automation.
by joaodaffonsojr
Fri Oct 14, 2022 9:22 pm
Forum: Online proofing (PDF Review Module)
Topic: Send link to mutiple address and identify who approved
Replies: 1
Views: 5241

Send link to mutiple address and identify who approved

I need to send the PDF Review to the email of 3 people.
Would it be possible to identify who approved the work, without the person writing a comment ?
For example, identify who approved by their email address ?
Is this information avaliable in any metadata ?