Spire.PDF is a professional PDF library applied to creating, writing, editing, handling and reading PDF files without any external dependencies. Get free and professional technical support for Spire.PDF for .NET, Java, Android, C++, Python.

Mon Aug 28, 2017 2:15 pm

Hi!

If I try to create a spot color in the Spire PDF free Version the constructor of the PdfSeparationColorSpace and the PdfSeperationColor is different.

Code: Select all
PdfDocument pdf = new PdfDocument();
PdfPageBase page = pdf.Pages.Add();
 
PdfSeparationColorSpace cs = new PdfSeparationColorSpace("MySpotColor", Color.Purple);
PdfSeparationColor color = new PdfSeparationColor(cs, 1f);
PdfSolidBrush brush = new PdfSolidBrush(color);
page.Canvas.DrawPie(brush, 10, 30, 60, 60, 360, 360);
page.Canvas.DrawString("Tint=1.0", new PdfFont(PdfFontFamily.Helvetica, 10f), brush, new PointF(22,100));


Is the spot color Feature maybe not supportet in the free Version (even if the classes are there)?

bado
 
Posts: 4
Joined: Mon Aug 28, 2017 8:03 am

Tue Aug 29, 2017 6:27 am

Hello,

Thanks for your inquiry.
Sorry the feature is not available in the free version, we recommend you evaluating our commercial edition.
The latest hotfix is (Spire.PDF Pack(Hot Fix) Version:3.9.285). In addition, we could provide a free one month license to help remove the warning message, if there's a need, please contact our sales team(sales@e-iceblue.com).

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Tue Aug 29, 2017 7:13 am

Thank you for this fast answer.
I thought that already so we will definitely evaluate the Commercial licence.

bado
 
Posts: 4
Joined: Mon Aug 28, 2017 8:03 am

Tue Aug 29, 2017 7:31 am

Hello,

Thanks for the response.
Please feel free to contact us if you need any help.

Sincerely,
Jane
E-iceblue support team
User avatar

Jane.Bai
 
Posts: 1156
Joined: Tue Nov 29, 2016 1:47 am

Return to Spire.PDF