theDoc1.Append(theDoc2); theDoc1.Save(Server.MapPath("docjoin.pdf")); theDoc1.Clear(); theDoc2.Clear(); [Visual Basic] Dim theDoc1 As Doc = New Doc()
確定! 回上一頁