我试图执行以下操作:
void changeTitle(string newfilename, string oldFilename, string title)
{
a) open a pdf file (newfilename)
b) change the subject
c) save the pdf file (oldFilename)
}
任何人都可以帮我解决这个简单的代码吗?我更喜欢saveAs(Adobe 9),您喜欢的任何itext.dll版本。原始版本是1.4。
我看过http://developers.itextpdf.com/content/best-itext-questions-stackoverview/manipulating-existing-pdfs但无法找到解决方案