Skip to content

Commit 053eb7e

Browse files
committed
v.1.2.2 changes
1 parent 5791270 commit 053eb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ghostscript.NET.Samples/Samples/RasterizerSample1.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void Sample1()
5252
{
5353
int desired_dpi = 96;
5454

55-
string inputPdfPath = @"E:\gss_test\Vin�cius\a.pdf";
55+
string inputPdfPath = @"E:\gss_test\test\a.pdf";
5656
string outputPath = @"E:\gss_test\output\";
5757

5858
using (var rasterizer = new GhostscriptRasterizer())

0 commit comments

Comments
 (0)