需要一个dll文件
dll内容:
代码:
1 SautinSoft.PdfVision v = new SautinSoft.PdfVision(); 2 string[] arImages = new string[1]; 3 arImages[0] = @"d:\image1.jpg"; 4 v.ConvertImageFileArrayToPDFFile(arImages, @"d:\Single.pdf");
执行后效果:
dll下载地址:http://www.sautinsoft.com/download.php?file=pdf_vision_net.zip
时间: 2024-10-12 22:37:18