0

I have pdf with tables and cells and i have added paragraph with formatted text in the cell, i need to read list of all tables and followed by text in paragraph with some css(some text highlighted in color), let me know how to start with this, any link where i can go through.

Using iText7

Thanks Daya

Dayananda
  • 17
  • 9
  • There are no css in pdfs in general. Are you dealing with pdfs with specific properties (e.g. accordingly tagged ones) or arbitrary ones? – mkl May 07 '20 at 10:19
  • thanks mkl, i have converted PDF to xlsx - which helped in identifying font (size,color,name). – Dayananda Oct 08 '20 at 12:13

2 Answers2

0

These are lots of pages to go through CSS, use them and get a bit known about CSS. W3SCHOOLS is a good place to go through them :)

hexkn1ght
  • 33
  • 4
  • my question is here how to read paragraph text along with formatted text color etc in pdf using itext pdf, I can create pdf document using tables with cells and their by adding paragraph with text, and the same thing i need to read, not plain text – Dayananda May 07 '20 at 06:12
0

i have converted PDF to xlsx - which helped in identifying font size,color,name.

Dayananda
  • 17
  • 9