Hi
We print stickers. I am looking for a way to add a cutline path to the print ready exported pdf. On our system the cutline is just a path with stroke color defined by a AI color swatch named cutContour. It is the swatch name which makes the printer SW to recognize this as a cutLine.
Any way i can add this line in product builder and have it exported et the end , please ?
Currently i am adding it manually ...
Thanks in advance
0 Votes
B
Ben posted
almost 4 years ago
Best Answer
I found sort of workaround,publishing here for sake of others who might need this :
1. Created an svg with the cut path.
2. Colored this path as invisible ( no stroke,no fill )
3. Added the SVG in the ProductBuilder exactly where i would like the cutcontour to be. Remember, this path is invisible to the user
After the print export (layered pdf), open the pdf in an editor (AI in my case), find the path and change the stroke to the swatch. I made a small js script to locate the path and change the stroke.
Much easier and precise than adding the path manually each time
0 Votes
6 Comments
Sorted by
P
Plakkersposted
almost 2 years ago
Hello Ben,
I need a CutContour as well in my files. Do you mind sharing the code with me as well? I I am very curious.
0 Votes
R
Rutgerposted
about 2 years ago
Hey Ben, that sounds really interesting! I need a CutContour line in my Fancy Product Designer as well. Do you mind sharing the code with me? Can you post it here? Or email me?
0 Votes
B
Benposted
about 3 years ago
Hi Philip
Sorry, I noticed your post only now. Not sure I understand what you need. Let me know and I will try to help. Is it the "search for a path" js script you ask about?
For the original problem, btw, I found a faster solution for me. For that, I had to modify a little some print-ready exporting code of the FPD ( the tcpdf library ).
Do you also need to add a cut line? Is it some simple geometric figure ( in my case it is just a rectangle of a specific color ). I modified the code which creates the PDFs on export and it just "draws" my cut line into the pdf file being created for export.
I can share the code here if needed. The downside, of course, - each time there is a new version - I need to compare and merge my code in again ....
0 Votes
P
Philip Wallposted
over 3 years ago
Hi, is there any chance you could email me the JD for that?
0 Votes
B
Benposted
almost 4 years ago
Answer
I found sort of workaround,publishing here for sake of others who might need this :
1. Created an svg with the cut path.
2. Colored this path as invisible ( no stroke,no fill )
3. Added the SVG in the ProductBuilder exactly where i would like the cutcontour to be. Remember, this path is invisible to the user
After the print export (layered pdf), open the pdf in an editor (AI in my case), find the path and change the stroke to the swatch. I made a small js script to locate the path and change the stroke.
Much easier and precise than adding the path manually each time
Hi We print stickers. I am looking for a way to add a cutline path to the print ready exported pdf. On our system the cutline is just a path with stroke color defined by a AI color swatch named cutContour. It is the swatch name which makes the printer SW to recognize this as a cutLine. Any way i can add this line in product builder and have it exported et the end , please ? Currently i am adding it manually ... Thanks in advance
0 Votes
Ben posted almost 4 years ago Best Answer
0 Votes
6 Comments
Plakkers posted almost 2 years ago
Hello Ben,
I need a CutContour as well in my files. Do you mind sharing the code with me as well? I I am very curious.
0 Votes
Rutger posted about 2 years ago
Hey Ben, that sounds really interesting! I need a CutContour line in my Fancy Product Designer as well. Do you mind sharing the code with me? Can you post it here? Or email me?
0 Votes
Ben posted about 3 years ago
Hi Philip
Sorry, I noticed your post only now. Not sure I understand what you need. Let me know and I will try to help. Is it the "search for a path" js script you ask about?
For the original problem, btw, I found a faster solution for me. For that, I had to modify a little some print-ready exporting code of the FPD ( the tcpdf library ).
Do you also need to add a cut line? Is it some simple geometric figure ( in my case it is just a rectangle of a specific color ). I modified the code which creates the PDFs on export and it just "draws" my cut line into the pdf file being created for export.
I can share the code here if needed. The downside, of course, - each time there is a new version - I need to compare and merge my code in again ....
0 Votes
Philip Wall posted over 3 years ago
0 Votes
Ben posted almost 4 years ago Answer
0 Votes
rady kal posted almost 4 years ago Admin
unfortunately this is not possible.
0 Votes
Login or Sign up to post a comment