© 1999-2048 dssz.net 粤ICP备11031372号
[C#] c#制作PDF示例代码
说明: try { // step 2: // we create a writer that listens to the document // and directs a PDF-stream to a file PdfWriter.getInstance(document, new FileStream("Chap0101.pdf", FileMode.Create)); // step 3: we open the document document.Open(); // step 4: w<diligence0708> 上传 | 大小:617kb