使用 ASP.NET,是否可以从多页 pdf 文档中获取每一页的标题?
谢谢你的帮助!
要使用 iTextSharp 读取元数据:
您可以使用 读取元数据PdfReader
。
PdfReader reader = new PdfReader("SomeFile.pdf");
string s = reader.Info["Author"];
在渲染/保存输出期间写入元数据:
http://milan.kupcevic.net/ghostscript-ps-pdf/
/Title (Document title)
/Author (Author name)
/Subject (Subject description)
/Keywords (comma, separated, keywords)
/ModDate (D:20061204092842)
/CreationDate (D:20061204092842)
/Creator (application name or creator note)
/Producer (PDF producer name or note)
/DOCINFO pdfmark