Search found 20 matches

by Soul Forge
Wed May 22, 2024 11:22 pm
Forum: Flows
Topic: How to send e-mails in Google Workspace through Switch?
Replies: 3
Views: 172

Re: How to send e-mails in Google Workspace through Switch?

Just guessing here: We use Microsoft 365. Since a year ago Microsoft only support oAuth2.0 for mail authentication to/from an external applications. Could it be the same with Google Workspace? There is an app bundle for oAuth2.0 in the app store, but unforunatly it’s not possible to use oAuth2.0 in...
by Soul Forge
Wed May 22, 2024 2:08 pm
Forum: Flows
Topic: How to send e-mails in Google Workspace through Switch?
Replies: 3
Views: 172

How to send e-mails in Google Workspace through Switch?

I'm facing a problem with setting up Google Workspace SMTP so Switch can send automated messages. I had no problem using hostinger, but since we started using Google Workspace I haven't been able to set it up. I was reading the Google documentation, tried some options they show us there, like SMTP R...
by Soul Forge
Wed May 22, 2024 1:58 pm
Forum: Preflighting
Topic: Order of preflight and actions in pitstop server?
Replies: 5
Views: 334

Re: Order of preflight and actions in pitstop server?

For Action Lists I'm pretty sure they run from the top down when you add multiple in Switch. But for preflighting you can only add one for each configurator. Could you provide some examples of what you are trying to do? Basically check if informations are correct in the PDF, then if they are, apply...
by Soul Forge
Mon May 20, 2024 2:49 pm
Forum: Preflighting
Topic: Order of preflight and actions in pitstop server?
Replies: 5
Views: 334

Re: Order of preflight and actions in pitstop server?

As I'm more familiar with Pitstop I used it for data gathering. I need to learn how to use fastlane properly still.

But ordering preflight and actions like quickruns in Pitstop Server would be useful not only for data gathering, but for modifying the files also.
Is there a way I could achieve that?
by Soul Forge
Mon May 20, 2024 2:46 pm
Forum: Flows
Topic: Search metadata for empty values
Replies: 6
Views: 322

Re: Search metadata for empty values

Glad I could help.

Just so you know, I used //field/value because only //value could count values that are not related to fields, if they exist.
by Soul Forge
Sat May 18, 2024 4:43 am
Forum: Flows
Topic: Search metadata for empty values
Replies: 6
Views: 322

Re: Search metadata for empty values

Well, you mentioned you're learning xpath. Wouldn't something like this work?

Code: Select all

count(.//field/value[string-length(text())=0])
But like jan_suhr said, your problem can be solved marking the field as required.
by Soul Forge
Sat May 18, 2024 4:00 am
Forum: Preflighting
Topic: Order of preflight and actions in pitstop server?
Replies: 5
Views: 334

Order of preflight and actions in pitstop server?

So, I've been making this flow for a client and it's getting kind of complex. I basically use multiple pitstop server instances to get a bunch of data on what's on the file and turn it into a very detailed report. The problem is that the server their Switch is running is slow, and opening the file m...
by Soul Forge
Thu May 02, 2024 3:26 pm
Forum: Preflighting
Topic: Problems with fonts when printing
Replies: 10
Views: 2456

Re: Problems with fonts when printing

So I actually got a very different solution, and I'm going to post it here if anyone happens to own a Oce/Canon Varioprint 6250/6320. There's an option that makes the printer convert the PDF you send to PS, then it RIPs the file again (Don't know how this is useful and why the technician left this o...
by Soul Forge
Wed Apr 24, 2024 2:50 pm
Forum: Flows
Topic: Better way of identifying job groups?
Replies: 2
Views: 805

Re: Better way of identifying job groups?

Well I've been trying to make that work but it's not that helpful since the files keep waiting in the hold job groups and assemble jobs. I think the only way that could work is having a way to recieve webhook signals in those apps or usign a database value as condition for the job to complete or fai...
by Soul Forge
Mon Apr 22, 2024 2:34 pm
Forum: Preflighting
Topic: Problems with fonts when printing
Replies: 10
Views: 2456

Re: Problems with fonts when printing

Hello! First of all, thanks a bunch for the help you're providing. Font problems in printers (specially old ones) is something difficult to learn by myself, as there is little documentation on the internet about that topic. It's nice to have this community to learn with others that has more experien...
by Soul Forge
Mon Apr 15, 2024 10:26 pm
Forum: PitStop Pro
Topic: Using one object as reference for the position of another?
Replies: 1
Views: 460

Using one object as reference for the position of another?

Hello! I'm trying to create objects based on the position of another objects. Two things I'm trying to achieve are: Create a text 4mm above a barcode Create a text 4mm above another text I selected using REGEX Do you guys know a way of doing this using only pitstop? I was able to solve the barcode p...
by Soul Forge
Fri Apr 12, 2024 7:00 pm
Forum: Preflighting
Topic: Problems with fonts when printing
Replies: 10
Views: 2456

Re: Problems with fonts when printing

We can use this one as an example: https://we.tl/t-ke4yuBBbYG

Here's what I've got:
Image

I made an action to change composite fonts with the font with the same name, but in simple form.
by Soul Forge
Fri Apr 12, 2024 4:05 pm
Forum: Preflighting
Topic: Problems with fonts when printing
Replies: 10
Views: 2456

Re: Problems with fonts when printing

Follow up on that. I set up some folder in the flow so I can gather all files that has that composite font problem. I'm creating an action list that changes all fonts I find to a simple version of that font, instead of the composite version. One problem I'm facing is that the clients use UNICODE CHA...
by Soul Forge
Thu Apr 11, 2024 10:47 pm
Forum: Flows
Topic: Better way of identifying job groups?
Replies: 2
Views: 805

Better way of identifying job groups?

I was wondering if there is a better way to identify job groups. We face two situations where job groups are necessary: To identify and share metadata between multiple book components, like cover and body that need some information overlap. To identify a list of files that need to be printed. I usua...
by Soul Forge
Tue Apr 09, 2024 10:08 pm
Forum: Preflighting
Topic: Problems with fonts when printing
Replies: 10
Views: 2456

Re: Problems with fonts when printing

Huge thanks for the help, I'll try to convert them to outline and see if it solves our issue!