Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
vmrocha  
#1 Posted : Friday, April 22, 2016 11:37:53 AM(UTC)
vmrocha

Rank: Member

Groups: Member
Joined: 1/10/2016(UTC)
Posts: 15

Thanks: 7 times
I'm generating a PDF that constains ArtText. Is it possible to generate the ArtText and save the colors on the PDF using spot colors?

Code:

using (var pdfWriter = new PdfWriter(targetFile))
{
    pdfWriter.AddPage(pageProperties.Width, pageProperties.Height, dpi, dpi);

    using (var graphics = pdfWriter.GetGraphics())
    {
        var artText = GetArtText(graphics);
        artText.Center = pageProperties.Center;
        graphics.DrawText(artText);
    }
}
Fedor  
#2 Posted : Monday, April 25, 2016 4:14:22 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The current version (8.1.24) of Graphics Mill doesn't support spot colors.

Even though we will consider to implement it after the release of version 9.0 (Aurigma Bug #0022118).

If this feature is critical for you please let me know.

Edited by user Monday, April 25, 2016 4:33:58 AM(UTC)  | Reason: Not specified

Best regards,
Fedor Skvortsov
vmrocha  
#3 Posted : Tuesday, May 3, 2016 12:25:34 PM(UTC)
vmrocha

Rank: Member

Groups: Member
Joined: 1/10/2016(UTC)
Posts: 15

Thanks: 7 times
Hi Fedor, our clients are from the printing industry, so yes, the spot color support is very important for them.
Fedor  
#4 Posted : Wednesday, May 4, 2016 4:08:35 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
We plan to implement the feature in the version 9.1, which you can expect in 4-5 months.
Best regards,
Fedor Skvortsov
Fedor  
#5 Posted : Sunday, February 18, 2018 9:54:04 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
The recent version of Graphics Mill supports the reading and writing of spot colors.
Best regards,
Fedor Skvortsov
Users browsing this topic
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.