Replies: 3 comments 1 reply
-
I personally is not familiar with the concept. If I read the linked document correctly the idea is to embed a special path that will be used as a cut contour. If I read the instructions correctly, you need to define a path for the cut out. A cursory examination seem to indicate that it makes use of tagged content in the PDF. At the moment Prawn doesn't support it natively. It is possible to implement both marked content and addition of all the supporting objects but it's a rather involved and not documented process. You may draw some inspiration from Images module. It's fairly self-contained and demonstrates both objects and content stream additions. |
Beta Was this translation helpful? Give feedback.
-
I have also a similar question, the printing company requires me to draw some shapes on another "channel" using a spot color in order to overprint it on other graphics printed before with the normal inks. In this way they can specify another ink to use for this extra channel. Is it possible to read the test file in some way to identify what is needed to implement this feature or if a workaround is possible to achieve that result? |
Beta Was this translation helpful? Give feedback.
-
Any updates on this? I am looking into defining Spot Colors in the PDF as well. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
-
Hi,
I'm using Prawn to generate a lot of automatic print materials.
I need to define a 'CutCountour' to indicate where the printers are to cut the materials.
For a quick brush up on CutCountour check this:
https://www.prigraphics.com/wp-content/uploads/2014/04/How-to-Prepare-Contour-Cut-Jobs.pdf
As far as I see this, it is a named color(Spot Color) that is used to draw a shape to indicate where the cutting is to happen.
Ideally placed on a separate layer from the rest of the graphics/text.
This was a very useful discussion - but seemed to end unresolved
https://groups.google.com/g/prawn-ruby/c/L-_6rcX6OhQ/m/IDE6QnQh62EJ
Is there a way to create this in Prawn??
And if not - any other options that I should look into?
/S
Beta Was this translation helpful? Give feedback.
All reactions