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.
正如标题所说。
如何在一个面板中显示所有 pdf 页面?就像 adobe pdf reader 的单页视图一样。
我在用着pdf-renderer-1.0.5.jar
pdf-renderer-1.0.5.jar
使用该pdf-render项目,您可以PDFPage为 PDF 中的每个页面获取一个,将每个页面渲染为一个java.awt.Image并显示图像的集合,例如在一个GridView.
pdf-render
PDFPage
java.awt.Image
GridView