Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 abcpdf 将图像导出为 PDF。它工作正常,但生成的 pdf 默认缩放级别不是 100%,即大约 52.9%。有没有办法设置/定义pdf的默认缩放级别,这样当我打开pdf时,默认缩放级别应该是100%。
提前致谢。
设置信息功能:
以 200% 缩放打开当前页面: theDoc.SetInfo(theDoc.Root, "/OpenAction", "[ " + theDoc.Page.ToString() +" 0 R /XYZ null null 2 ]")
以 200% 缩放打开当前页面:
theDoc.SetInfo(theDoc.Root, "/OpenAction", "[ " + theDoc.Page.ToString() +" 0 R /XYZ null null 2 ]")