我已經使用了以下參考 using System;
using System.Collections;
using System.Configuration;
using iTextSharp;
using iTextSharp.text;
using iTextSharp.text.pdf;
using iTextSharp.text.html.simpleparser;
using
我有一個基本的方法 public string PdfFriendlyHtml (Guid pid, int vid, int sid)
{
string html = string.Empty;
html += "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"><tr><td>";
ht
在iTextSharp,如何設置兩個單元(PdfPCell) 代碼之間的空間設置空間: var doc = new Document();
PdfWriter.GetInstance(doc, new FileStream("C:/Doc1.pdf", FileMode.Create));
doc.Open();
PdfPTable table = new PdfPTable(1);