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.

Wed Sep 06, 2017 4:00 am

I'm evaluating Spire.PDF to replace another product and find I like the speed of Spire but the color rendering is off. Colors appear to lose their alpha channel. Fills layered on top of lines and other graphical elements completely hide the underlying material. I've uploaded screen captures of the problem.

TomCrocker
 
Posts: 3
Joined: Wed Sep 06, 2017 3:12 am

Wed Sep 06, 2017 5:42 am

Dear TomCrocker,

Thanks for your inquiry.
Please offer us the input document for testing. Then we will investigate the issue and update you.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Wed Sep 06, 2017 2:40 pm

I've attached the original XPS file. Thanks.

TomCrocker
 
Posts: 3
Joined: Wed Sep 06, 2017 3:12 am

Thu Sep 07, 2017 2:19 am

Dear TomCrocker,

Thanks for sharing.
I have tested the file with the latest Spire.PDF Pack(Hot Fix) Version:3.9.285. I could get a correct result, please check on attachment.
And here is my testing code.
Code: Select all
            PdfDocument doc = new PdfDocument();
            doc.LoadFromFile(@"F:\MARS38A.Final Water.xps", FileFormat.XPS);
            doc.SaveToFile("11541.pdf", FileFormat.PDF);

Please try to use the version. If there is any question, welcome to get it back to us.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Thu Sep 07, 2017 2:26 pm

The update looks great. Thanks for your quick help.

TomCrocker
 
Posts: 3
Joined: Wed Sep 06, 2017 3:12 am

Fri Sep 08, 2017 1:34 am

Dear TomCrocker,

Thanks for your feedback.
Please feel free to contact us if there is any question.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.PDF