You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Document conversion/PDF-to-Image/How-to-silent-print-a-PDF-document/How-to-silent-print-a-PDF-document.sln
Copy file name to clipboardExpand all lines: Document conversion/PDF-to-Image/How-to-silent-print-a-PDF-document/How-to-silent-print-a-PDF-document/Program.cs
+24-46Lines changed: 24 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -2,55 +2,33 @@
2
2
usingSystem.Drawing;
3
3
usingSystem.Drawing.Printing;
4
4
5
-
classProgram
5
+
// Initialize the PdfToImageConverter with the path to the PDF file
0 commit comments