New Post: How to know given PDF file is color pdf or graypdf
Hi Thanks for Reply.When I execute these code then given error. PPP() is not fond from assembly .I am using Ghostscript.NET.v.1.1.2.dll. Again as your instruction I inserted...
View ArticleNew Post: How to know given PDF file is color pdf or graypdf
Change line: proc.StartProcessing(switches.ToArray(), new PPP()); to proc.StartProcessing(switches.ToArray(), null); Cheers, Josip
View ArticleCreated Unassigned: Assembly generation failed -- Referenced assembly...
When I get Ghostscript.NET from NuGet I get that error in VS 2013, .net 4.5 project. Could You sign a strong name for this assembly ? Please help, I need use it ASAP
View ArticleNew Post: How to know given PDF file is color pdf or graypdf
What happens when you execute this line:proc.StartProcessing(switches.ToArray(), null); ?
View ArticleNew Post: System.NullReferenceException when loading GhostscriptRasterizer...
Hi Josip, I've had a go at debugging the code, and you were right - there was an issue with DynamicNativeLibrary, but it looks like the issue isn't Server 2012 R2, but rather the memory size...
View ArticleSource code checked in, #29205
Added GhostscriptPdfInfo.GetInkCoverage function which has ability to return ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK color...
View ArticleReleased: Ghostscript.NET v.1.1.3. (Feb 05, 2014)
v.1.1.3.added GhostscriptPdfInfo.GetInkCoverage function which has ability to return ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK...
View ArticleCreated Release: Ghostscript.NET v.1.1.3. (Feb 05, 2014)
v.1.1.3.added GhostscriptPdfInfo.GetInkCoverage function which has ability to return ink coverage for the CMYK inks, separately for each single page (for RGB colors, it does a silent conversion to CMYK...
View ArticleClosed Unassigned: Assembly generation failed -- Referenced assembly...
When I get Ghostscript.NET from NuGet I get that error in VS 2013, .net 4.5 project. Could You sign a strong name for this assembly ? Please help, I need use it ASAPComments: Fixed in Ghostscript.NET...
View ArticleNew Post: System.NullReferenceException when loading GhostscriptRasterizer...
Hi Antony, Thank you for your time on fixing this problem. I included this fix in today's Ghostscript.NET v.1.1.3. release. Cheers, Josip
View ArticleNew Post: How to know given PDF file is color pdf or graypdf
I made GhostscriptPdfInfo.GetInkCoverage function as part of Ghostscript.NET v.1.1.3. Take a look at this sample:...
View ArticleUpdated Wiki: Home
Ghostscript.NET (written in C#) is the most completedmanaged wrapper library around the Ghostscript library (32-bit & 64-bit), an interpreter for the PostScript language, PDF, related software and...
View ArticleNew Post: How to know given PDF file is color pdf or graypdf
Hi Thanks it work fine but I am not get font color of pdf file.attached the pdf below.Is there any procedure to get font color?Thanks in advanced:)
View ArticleNew Post: How to know given PDF file is color pdf or graypdf
Hi, I don't see the pdf you attached. Can you please email it to me at: habjan@gmail.com Cheers, Josip
View ArticleSource code checked in, #29226
Fixing problem with applying GraphicsAlphaBits and TextAlphaBits which improves antialiasing in GhostscriptViewer and GhostscriptRasterizer. Fixed problem with output through main stderr callback handler.
View ArticleSource code checked in, #29289
Fixed problem with applying GraphicsAlphaBits and TextAlphaBits which improved antialiasing in GhostscriptViewer and GhostscriptRasterizer. Fixed problem with output through main stderr callback...
View ArticleReleased: Ghostscript.NET v.1.1.4. (Feb 14, 2014)
v.1.1.4.fixed problem with applying GraphicsAlphaBits and TextAlphaBits which improved antialiasing in GhostscriptViewer and GhostscriptRasterizer.fixed problem with output through main stderr callback...
View Article