使用pdfbox實現pdf轉image

2021-09-16 14:25:18 字數 505 閱讀 1621

使用soffice的命令把pdf轉image的話,預設只能轉一頁的,這個有點費勁,於是也不打算沿用soffice的方案了,改用pdfbox來實現。

org.apache.pdfbox

pdfbox

2.0.4

org.apache.pdfbox

pdfbox-tools

2.0.4

public static listconverttoimage(file file) throws ioexception {

pddocument document = pddocument.load(file);

pdfrenderer pdfrenderer = new pdfrenderer(document);

listbufferedimagelist = new arraylist<>();

for (int page = 0;page這樣基本就大功告成了,不足的地方是效能太低,有待優化。

C Word文件轉PDF的實現

private string adobepdfprint adobe pdf private string adobedisprint acrobat distiller private string regroot software adobe acrobat distiller private ...

前端實現html轉pdf方法總結

最近要搞前端html轉pdf的功能。折騰了兩天,略有所收,踩了一些坑,所以做些記錄,為後來的兄弟做些提示,也算是回饋社群。經過一番調 sou 研 suo 發現html匯出pdf一般有這幾種方式,各有各有優缺,下面簡單介紹。後端實現 湊數 通過列印預覽來實現匯出pdf並不是什麼稀奇事,一般瀏覽器 ch...

前端實現html轉pdf方法總結

最近要搞前端html轉pdf的功能。折騰了兩天,略有所收,踩了一些坑,所以做些記錄,為後來的兄弟做些提示,也算是回饋社群。經過一番調 sou 研 suo 發現html匯出pdf一般有這幾種方式,各有各有優缺,下面簡單介紹。後端實現 湊數 通過列印預覽來實現匯出pdf並不是什麼稀奇事,一般瀏覽器 ch...