0

I have seen that there is possibility to save excel in pdf format using POI librar: Java Apache POI Excel save as PDF

My question is is it possible also to edit layout like cell size?

Ronald
  • 2,721
  • 8
  • 33
  • 44
  • 1
    This is mainly a `iText` question. It is `apache poi` which reads text from the spreadsheet cells but `iText` which writes the `PDF`. So `apache poi` only can **get** the cell size, but `iText` must **set** the size of the `PdfPCell` in the `PdfPTable` then. – Axel Richter Jun 21 '19 at 15:08
  • how to do it with itext? – Ronald Jun 21 '19 at 22:11
  • What have you tried? There are `itext pdfptable example`s. Where exactly are you stuck? – Axel Richter Jun 22 '19 at 04:24

0 Answers0