iTextPdf : Table content is getting faded on next page
I am trying to generate pdf using itextpdf but when table is getting extended to next page the color is getting faded. Suppose if I have generated 4 pages pdf then in 1st and 4th page it’s fine but in 2nd and 3rd page the table content color is getting faded. Please find the attached screenshots.
How to generate a PDF from a 2MB HTML file using the iText library
I’m using iText to generate PDFs from HTML files. It works efficiently for files under 1MB, but larger files (over 2MB) take up to 2 hours to process. Is there a solution to improve performance?