Search found 135 matches

by RytisT
Wed Jul 01, 2020 7:16 am
Forum: PitStop Pro
Topic: Merge duplicate plotter lines?
Replies: 2
Views: 3563

Merge duplicate plotter lines?

Hi. I'm creating a simple action list for plotter, problem I have is that I need to put CutContour squares next to each other, but then, at every connection there is a duplicate line. https://prnt.sc/t9kdgm Is there a way to somehow merge 2 shapes, while keeping all of the lines except those that ar...
by RytisT
Thu Jun 18, 2020 11:58 am
Forum: Switch
Topic: Any way to show logs in messages longer than two days?
Replies: 3
Views: 4297

Re: Any way to show logs in messages longer than two days?

You could save a daily .CSV file of the logs that you upload to a mySql database. Then you can easily search that database without putting any extra load on the Switch server. HTTP Request in Switch that uploads the CSV to a webserver and some PHP-scripts that fill the database would do it. Mh, I'l...
by RytisT
Wed Jun 17, 2020 3:22 pm
Forum: Switch
Topic: Any way to show logs in messages longer than two days?
Replies: 3
Views: 4297

Any way to show logs in messages longer than two days?

Hi. Is there a way to show logs for longer than two days?

Right now, there's only two days: http://prntscr.com/t1fx99
I'd love to see logs at least two months back.

Thank you.
by RytisT
Thu May 28, 2020 12:34 pm
Forum: Switch
Topic: Configuration for assembling PC part
Replies: 2
Views: 4160

Re: Configuration for assembling PC part

Definitely nothing wrong with AMD CPU, definitely getting better bang for buck than intel.
by RytisT
Wed May 27, 2020 10:16 am
Forum: Action Lists
Topic: Generating 10 000 barcodes
Replies: 3
Views: 5189

Re: Generating 10 000 barcodes

abailescollins wrote: Wed May 27, 2020 9:48 am So just to clarify you have a csv of the barcode values as input?
Yes.
by RytisT
Wed May 27, 2020 7:35 am
Forum: Action Lists
Topic: Generating 10 000 barcodes
Replies: 3
Views: 5189

Generating 10 000 barcodes

Hi. I need to add a ton of unique barcodes to a single PDF Template, I'm not sure if this is possible with pitstop and switch? Basically, I can add a barcode in pitstop, but I don't know how to tell it to add it to a new page from a new line in csv? Or another option is, to use SVG's for barcodes, t...
by RytisT
Tue May 19, 2020 1:54 pm
Forum: PitStop Pro
Topic: Count total amount of nodes?
Replies: 7
Views: 7413

Re: Count total amount of nodes?

abailescollins wrote: Mon May 18, 2020 1:45 pm I see the problem, the check does not tell you the amount of nodes.
Only the value it warns/errors on.

Ok back to development.
Yep.

Can I perhaps expect this in the upcoming update? :D
by RytisT
Sun May 17, 2020 1:29 pm
Forum: PitStop Pro
Topic: Count total amount of nodes?
Replies: 7
Views: 7413

Re: Count total amount of nodes?

You could count the nodes for each page, but then you would have to calculate the total. With our other tools you could get the calculation done for you automatically. The files I need to calculate are single page files, so it would work. How would I do that? I can't see an action from PP that woul...
by RytisT
Tue May 12, 2020 12:54 pm
Forum: PitStop Pro
Topic: Count total amount of nodes?
Replies: 7
Views: 7413

Re: Count total amount of nodes?

abailescollins wrote: Fri Apr 03, 2020 10:54 am No that's no possible, why do you need to do that?
Sorry for the late response.
We we're gonna use pitstop to count it so we can get more accurate price for plotter job.
by RytisT
Thu Apr 02, 2020 6:44 am
Forum: PitStop Pro
Topic: Count total amount of nodes?
Replies: 7
Views: 7413

Count total amount of nodes?

Hi, is there a way to COUNT nodes in a document with pitstop pro? I know there is an action to check if there is no more/less/equal than set amount, but I don't see a way to actually count the amount of nodes, is there a way? Thank you.
by RytisT
Thu Feb 27, 2020 11:30 am
Forum: Flows
Topic: Somehow re-save/fix pdf file?
Replies: 9
Views: 8995

Re: Somehow re-save/fix pdf file?

jan_suhr wrote: Thu Feb 27, 2020 10:56 am I was thinking if you could get the file with out the Wordpress upload and see if it is OK then.
Yes, it's fine that way.
by RytisT
Thu Feb 27, 2020 10:36 am
Forum: Flows
Topic: Somehow re-save/fix pdf file?
Replies: 9
Views: 8995

Re: Somehow re-save/fix pdf file?

@Jan_suhr - Well, I can just take the file away from switch before pitstop server element. I did look at it, couldn't find anything suspicious really. If there's any difference, the text that gets screwed up is in PDF Form (the little window you enter things into). @Padawan - Don't have configurator...
by RytisT
Thu Feb 27, 2020 10:10 am
Forum: Flows
Topic: Somehow re-save/fix pdf file?
Replies: 9
Views: 8995

Re: Somehow re-save/fix pdf file?

That was my first thought too, but all fonts are embedded.
by RytisT
Thu Feb 27, 2020 8:17 am
Forum: Flows
Topic: Somehow re-save/fix pdf file?
Replies: 9
Views: 8995

Somehow re-save/fix pdf file?

Hello, this one's a weird one. I'm using wordpress site to upload a file which later goes to Switch and PitStop server to fix and then goes to my mail. Problem is, along the way, all specific Language letters messes up to squares and unrecognized characters when file goes through PitStop server, now...
by RytisT
Tue Feb 25, 2020 3:08 pm
Forum: PitStop Pro
Topic: Trim marks outside of bleed box?
Replies: 2
Views: 3616

Re: Trim marks outside of bleed box?

abailescollins wrote: Tue Feb 25, 2020 1:41 pm Standard Action List
Add Crop Marks - variable offset from Trim Box

You'll have to play with the numbers to get the result you want.
Thank you.