0

For ex:In one page of pdf consist of two paragraph. One lays on the left and the other lays on the right. Now i want to move left side paragraph to right and right side paragraph to left.Any advice will be appreciated.

  • 2
    Umm...what library are you using? What have you tried? What didn't work? – cdeszaq Jan 18 '12 at 19:56
  • 1
    Try looking into the iText api for Java. This tool will allow you to create PDF and add text and images and other fun things to any project you might be working on. Without more details it is hard to know exactly what you are looking to do but here is a link to the documentation so you can get started. https://api.itextpdf.com/iText7/java/7.2.2/ – stucklucky Apr 22 '22 at 14:39
  • 1
    Text manipulation in PDF can be very fiddly because there is no text structure in a PDF file. – mark stephens Jan 19 '12 at 08:15
  • If you need to show parts of a source PDF page on some target PDF page, you might want to have a look at [this answer](https://stackoverflow.com/a/29078954/1729265) showing how to do a dense merge using iText 5 for Java; here the source pages are copied as form XObjects and sections of them are displayed on different target pages. Ports to iText 5 /.NET and iText 7 / Java exist. – mkl Apr 24 '22 at 13:29

0 Answers0