New Post: Invisible layers showing when rasterizing multilayer document
By default I only see 'Guides' layer set as hidden and it doesn't display. Are you saying that if you (let's say) hide layer 'Foreground', save PDF and try to rasterize it via Ghostscript, the...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Well yes, what I'm trying to do is iterate over a list of bye arrays in which each one has only one of the layers set to visible (others invisible), and rasterize each item into an PNG file with only...
View ArticleNew Post: How Ghost handles fonts.
It's not clear to me what are you trying to do. Could you post PDF or PS file you are trying to convert and exact parameters that you use? I think this has nothing to do with Ghostscript.NET ( wrapper...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
I think this has nothing to do with Ghostscript.NET ( wrapper ) and it's more native Ghostscript question. If that's a case, I would suggest you to ask this question on the Ghostscript IRC channel....
View ArticleNew Post: Problem with some PDF files
I prefer not to upload it onto an publicly available location. Do you have a more direct way that i can use to sending it? (like an email)
View ArticleNew Post: Problem with some PDF files
Sure, you can send it to my email address: habjan (at) gmail.com
View ArticleNew Post: Problem with some PDF files
Ok, I got your files ( original and the one Acrobat changed ). I was testing this with Ghostscript.NET 1.1.8 and both PDF's shows correctly. Are you sure you sent correct files? What version of...
View ArticleNew Post: Problem with some PDF files
The exact results are a bit unpredictable. I get different results when i run it on different computers (Windows Server 2008 R2 and Windows 7). Using Latest versions of both. On the windows server, it...
View ArticleCreated Unassigned: Ghost Script not working on Windows Server 2012 R2 [2172]
Hi,I am using Ghostscript.NET ( a wrapper for the Ghostscript library ) as per your reference (http://stackoverflow.com/questions/19375898/how-i-can-run-ghost-script-command). Everything was working...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
It was a bug in Ghostscript, but it was fixed I think in v8, but I can't seem to find the exact link to the bug. That's what led me to ask the question here as that one seamed to have been resolved a...
View ArticleCommented Unassigned: Ghost Script not working on Windows Server 2012 R2 [2172]
Hi,I am using Ghostscript.NET ( a wrapper for the Ghostscript library ) as per your reference (http://stackoverflow.com/questions/19375898/how-i-can-run-ghost-script-command). Everything was working...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
You can report a bug - "regression" at the http://bugs.ghostscript.com/ Cheers, Josip
View ArticleNew Post: Problem with some PDF files
That's strange. I'm using Windows 7 (64 bit) and I cannot reproduce this problem. If you take a look at the...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Hi Alex, I managed to find out what the problem with the invisible layers is and how to fix it. You can get the changes from the:...
View ArticleNew Post: GhostscriptRasterizer Open
Hi, is there a special reason to use MemoryStream in the parameter of Open in the GhostscriptRasterizer class? Because i need to call it with Stream. The only way to get a MemoryStream from a Stream is...
View ArticleNew Post: Invisible layers showing when rasterizing multilayer document
Hey, Great, I tried it and it works. Thanks a lot, Alex
View ArticleNew Post: GhostscriptRasterizer Open
Hi, Couple of months a go there was a request for MemorySteram support. One of the parameters in most of the 'Open' methods is a System.IO.Stream type which can accept any stream (FileStream,...
View ArticleNew Post: Parameter is not valid
I am having an issue with a certain PDF when trying to convert it to Tiff. Here is the PDF. When I run the program it gives me an error of "Parameter is not valid" when trying to convert the last page...
View ArticleNew Post: Parameter is not valid
Hi, What version of Ghostscript.NET do you use? What version of the native Ghostscript library do you use? Is you marchine 32bit or 64bit? Can you please post the complete code that you use to convert...
View ArticleNew Post: Parameter is not valid
Ghostscript.NET Version: 1.1.8 Ghostscript Lib Version: 9.14 gsdll32 Machine: 64-bit Code here. And I've tried the 64-bit Lib and it gives me the same error.
View Article