itextpdf is part of the package name of iText, a PDF library available on itextpdf.com
Questions about the Java version of iText and the C# version of iText (aka iTextSharp) are usually posted using the itext tag.
itextpdf is part of the package name of iText, a PDF library available on itextpdf.com
Questions about the Java version of iText and the C# version of iText (aka iTextSharp) are usually posted using the itext tag.
text text texttext text |
is legitimate html - but it throws an error with XmlWorker 5.5.5 and iText 5.5.5
com.itextpdf.tool.xml.exceptions.RuntimeWorkerException: Invalid nested tag br found, expected closing tag td.
if you remove the…
![]()
john renfrew
0
votes
0 answers
Does Latest version of iTextPdf(i.e. 5.5.5) support Hindi Language?I had seen on www.itextpdf.com that iText has recently released version 5.5.5.
Does it fully support Hindi language? Because I am facing problem in Hindi ligature.
Before buying iTextPdf this I want to know whether this support Hindi language or…
![]()
Karsan
0
votes
0 answers
remove white space using itextpdfI am converting html data into pdf,but I got white space where some large data will insert, I'd like to trim off the whitespace for following data
note: header is coming from jasper report
'Document document = new Document(PageSize.A4, 40, 72,…
![]()
venky pup
0
votes
1 answer
Positioning digital signatures on pdfs using custom coordinates (using bouncy castle framework)Following is the code I am using to place digital signatures on standard four coordinates ie top left, top right, bottom left, bottom right. However, its not working correctly for top left.
PdfReader reader = new PdfReader(src);//src being file…
![]()
Devanshu Kashyap
|