We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcd04f commit bfd829aCopy full SHA for bfd829a
PDFQFZ/Form1.cs
@@ -709,7 +709,7 @@ public void PDFToiPDF(string pdfPath)
709
{
710
Bitmap pageImage = pdfFile.GetPageImage(i, dpi);
711
bitmaps[i] = pageImage;
712
- pageImage.Save("D:\\tmp\\img\\" + i + ".png", System.Drawing.Imaging.ImageFormat.Png);
+ //pageImage.Save("D:\\tmp\\img\\" + i + ".png", System.Drawing.Imaging.ImageFormat.Png);
713
}
714
pdfFile.Dispose();
715
0 commit comments