We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bec638 commit 5880745Copy full SHA for 5880745
PDFQFZ/Form1.cs
@@ -680,7 +680,7 @@ public void PDFToiPDF(string pdfPath)
680
{
681
Bitmap pageImage = pdfFile.GetPageImage(i, dpi);
682
bitmaps[i] = pageImage;
683
- pageImage.Save("D:\\tmp\\img\\" + i + ".png", System.Drawing.Imaging.ImageFormat.Png);
+ // pageImage.Save("D:\\tmp\\img\\" + i + ".png", System.Drawing.Imaging.ImageFormat.Png);
684
}
685
pdfFile.Dispose();
686
0 commit comments