We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5791270 commit 053eb7eCopy full SHA for 053eb7e
Ghostscript.NET.Samples/Samples/RasterizerSample1.cs
@@ -52,7 +52,7 @@ public void Sample1()
52
{
53
int desired_dpi = 96;
54
55
- string inputPdfPath = @"E:\gss_test\Vin�cius\a.pdf";
+ string inputPdfPath = @"E:\gss_test\test\a.pdf";
56
string outputPath = @"E:\gss_test\output\";
57
58
using (var rasterizer = new GhostscriptRasterizer())
0 commit comments