-
A user asked:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
The issue with cut lines is that there isn't a great way to avoid them showing up in the final product. Better is to have bleed around the edges of the cards and cut based on measurements. For poker-size cards (2.5x3.5 inches) on letter size paper (8.5x11 inches), there is 1/2 inch margin on the long edge and 1/4 inch margin on the short edge. I trim off the margins (making slight adjustments based on where the image actually printed) so that I get a 7.5x10.5 piece of paper with 9 cards. From there, you need just 4 straight cuts to get the 9 cards. If you really need cut lines, though, you can add them with the following rectangle at the bottom of your template: rect(x=0 y=0 width=180 height=252 fill="transparent" stroke="#999" stroke-width="1") This will add medium gray cut lines. |
Beta Was this translation helpful? Give feedback.
-
I added cutlines to my cards in the following way:
With this, all the cards will have cut lines. |
Beta Was this translation helpful? Give feedback.
The issue with cut lines is that there isn't a great way to avoid them showing up in the final product. Better is to have bleed around the edges of the cards and cut based on measurements.
For poker-size cards (2.5x3.5 inches) on letter size paper (8.5x11 inches), there is 1/2 inch margin on the long edge and 1/4 inch margin on the short edge. I trim off the margins (making slight adjustments based on where the image actually printed) so that I get a 7.5x10.5 piece of paper with 9 cards. From there, you need just 4 straight cuts to get the 9 cards.
If you really need cut lines, though, you can add them with the following rectangle at the bottom of your template: