New Post: some PDFs cannot be converted
I am using one of the samples to convert the first page of the selected PDF to PNG. public void PDF2PNGFirstPage(string PdfFilePath, string OutputFilePath) { int desired_x_dpi = 96; int desired_y_dpi =...
View ArticleNew Post: some PDFs cannot be converted
I uploaded one of the problematic PDFs: sandero.pdf
View ArticleNew Post: some PDFs cannot be converted
Hi, I tried this pdf on both 32 bit and 64 bit Ghostscript.NET and it works. I have a feeling that this is due dacritics. Can you tell me does your 'PdfFilePath' contains any diacritics like 'ćšäö'? If...
View ArticleNew Post: some PDFs cannot be converted
Thank you for your quick reply. Obviously it contains diacritics, I will try your suggestion.
View ArticleNew Post: Error when trying to run a processor
Thanks Josip, I did the test with the same parameters as you and it worked fine (good!). I experimented with my modified code and failed (bad! :( ). I checked, and the new problem is in the quotes used...
View ArticleNew Post: Error when trying to run a processor
Hi Alejandro, You don't need quotes, simply set the folder after the switch as it is... This works: private List<string> GetArgs() { List<string> args = new List<string>();...
View ArticleNew Post: some PDFs cannot be converted
I checked it. The path (or file) names with special characters definitely cause problems. I can covert the sample PDF I uploaded formerly, but still have issues ("object reference is not set...") with...
View ArticleCommented Unassigned: SystemFormatException if PDF Filename contains...
If the PDF file name contains diacritics e.g."Verträge.pdf" a format exception "Input string was not in a correct format." is thrown:at System.Number.StringToNumber(String str, NumberStyles options,...
View ArticleSource code checked in, #29507
Fixed the default cropping to the BoundingBox problem for the EPS file format in the GhostscriptViewer and GhostscriptRasterizer (reported by "midora"). Exposed GhostscriptViewer.EPSClip and...
View ArticleCreated Release: Ghostscript.NET v.1.1.5. (Mar 20, 2014)
v.1.1.5.fixed the default cropping to the BoundingBox problem for the EPS file format in the GhostscriptViewer and GhostscriptRasterizer (reported by "midora").exposed GhostscriptViewer.EPSClip and...
View ArticleReleased: Ghostscript.NET v.1.1.5. (Mar 20, 2014)
v.1.1.5.fixed the default cropping to the BoundingBox problem for the EPS file format in the GhostscriptViewer and GhostscriptRasterizer (reported by "midora").exposed GhostscriptViewer.EPSClip and...
View ArticleUpdated Release: Ghostscript.NET v.1.1.5. (Mar 20, 2014)
v.1.1.5.fixed the default cropping to the BoundingBox problem for the EPS file format in the GhostscriptViewer and GhostscriptRasterizer (reported by "midora").exposed GhostscriptViewer.EPSClip and...
View ArticleClosed Unassigned: SystemFormatException if PDF Filename contains diacritics...
If the PDF file name contains diacritics e.g."Verträge.pdf" a format exception "Input string was not in a correct format." is thrown:at System.Number.StringToNumber(String str, NumberStyles options,...
View ArticleClosed Unassigned: EPSCrop [2130]
I'm not able to activate -dEPSCrop with the rasterizer.It works with a custom switch in GhostscriptPngDevice but temporary saving to a file is a little bit slow.Any idea? Cropping to the BoundingBox is...
View ArticleNew Post: some PDFs cannot be converted
Hi ibram84, The problem for the second PDF sample ("Sample #2") is a bad PDF file (not generated properly). That PDF reports this:Error: /rangecheck in --setdash-- Operand stack: --dict:6/7(L)--...
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 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 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 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 Article