摘要:
1.利用itextsharp.dll实现单个图片文件转换为PDF格式文件, 可以使用以下类: void ConvertJPG2PDF(string jpgfile, string pdf) { var document = new Document(... 阅读全文
摘要:
//选择文件,点击【浏览】,选择文件private void button1_Click(object sender, EventArgs e){ OpenFileDialog openFileDialog1 = new OpenFileDialog(); //显示选择文件对话框 ... 阅读全文