Split A4 PDF page into two A5 and back again

后端 未结 3 1836
北海茫月
北海茫月 2021-01-06 15:25

I have a PDF with A4 pages. Each page contains two identical A5 pages for printing reasons. What I want to do in my Java program is to split these pages and use each unique

3条回答
  •  执念已碎
    2021-01-06 16:19

    Try iText library http://itextpdf.com/. You can use existing pdf file for pattern, edit rotate and split existing documents. Usefull samples you can find here: http://www.1t3xt.info/examples/browse/

提交回复
热议问题