Closed Unassigned: wrong DPI on Image from GetPage() [2253]
gsRasterizer.GetPage(300, 300, pageNumber) returns Image with both Horizontal and Vertical Resolution set to 96Comments: This is default Ghostscript behavior.
View ArticleClosed 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 ArticleClosed Unassigned: Arithmetic operation resulted in an overflow [2243]
Hello,i get following exception while converting PDF to image...i use ghostscript 9.14 and ghostscript.net 1.1.8thanks..```An exception of type 'System.OverflowException'...
View ArticleClosed Unassigned: out of memory issue [2247]
out of memory issue in getimages() while reading pdf of 800 pages.
View ArticleNew Post: Does Ghostscript.NET supports multiple page TIFFS?
You should try one of the following devices which for sure supports multipage pdf to multipage tiff: tiffg4, tiff24nc, tiff32ncThe tiffg4 one is grayscale and uses a resolution of 204dpi by 196dpi (as...
View ArticleNew Post: Using GhostScript.net in MultiThreaded
Greetings Josip, Thank you for your prompt reply. I was trying to figure out how to communicate it to you as the code is pretty involved. I started working through it and this time it seemed to work....
View ArticleNew Post: Concatenation of files with GhostScript
Can files be concatenated with GhostScript? I would really like to concatenate multiple PostScript files to a single one. I have not read that that is possible, but I have read that concatenating...
View ArticleCreated Unassigned: System.OutOfMemoryException: Insufficient memory to...
When I use GhostscriptRasterizer.GetPage to get PDF page as image, I got the exception, not happening all the time:System.OutOfMemoryException: Insufficient memory to continue the execution of the...
View ArticleCommented Unassigned: System.OutOfMemoryException: Insufficient memory to...
When I use GhostscriptRasterizer.GetPage to get PDF page as image, I got the exception, not happening all the time:System.OutOfMemoryException: Insufficient memory to continue the execution of the...
View ArticleCommented Unassigned: System.OutOfMemoryException: Insufficient memory to...
When I use GhostscriptRasterizer.GetPage to get PDF page as image, I got the exception, not happening all the time:System.OutOfMemoryException: Insufficient memory to continue the execution of the...
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
When I use GhostscriptRasterizer.GetPage to get PDF page as image, I got the exception: System.OutOfMemoryException: Insufficient memory to continue the execution of the program....
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
I have the same error. Can anyone help us?
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
If you read the source code for GetPage, it is actually using memory stream to rasterize PDF file. I would think to use command line directly to avoid this exception.
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
Hi, sorry for delay... Can i see the PDF you are trying to rasterize? Other system information like windows version, ram size...would be good. Also, does this happen on the first page of the pdf,...
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
Hello friends, In My Windows Forms, I use PDF files with 1 MB, 20 MB, 50 MB, 100 MB... But, in the middle of processing i got the OutOfMemoryException. The Computer Memory growing... :/ Run the same...
View ArticleNew Post: System.OutOfMemoryException: Insufficient memory to continue the...
Hi, I did try your code and it works well. Memory on my laptop is stable and not growing. Can you try to change your code to: rasterizer.Open(file, gvi, false); (last 'false' parameter tells not to run...
View ArticleCreated Unassigned: GhostScript Interpreter is not multi-threaded on same pdf...
I've noticed that when GhostscriptRasterizer.GetPage is called for two different pages from the same pdf file at the same time, it typically throws an exception. For example, if you call it this way```...
View ArticleCommented Unassigned: System.OutOfMemoryException: Insufficient memory to...
When I use GhostscriptRasterizer.GetPage to get PDF page as image, I got the exception, not happening all the time:System.OutOfMemoryException: Insufficient memory to continue the execution of the...
View ArticleCommented Unassigned: GhostScript Interpreter is not multi-threaded on same...
I've noticed that when GhostscriptRasterizer.GetPage is called for two different pages from the same pdf file at the same time, it typically throws an exception. It seems that there is some sort of...
View ArticleNew Post: Get progress for a single page?
Hi! Is there any possibility to get GS' progress while rasterizing a single page? I mean if I'm going to convert a large format PDF file to a TIFF (using tiff24nc device), this process may take several...
View Article