-
Hi,
In the pom.xml, the artifactId was changed from itext to itextpdf but the file names are still itext-5.0.0.jar, itext-5.0.0-sources.jar, ... so there is something to fix: artifactId in pom or file names.
Also, could you please upload the new version to Maven central repository?
Thanks
Julien.
2010-01-08 13:28:00 UTC by henryju
-
I have downloaded the latest version of iText.
The class HeaderFooter has been removed ?
How add a footer in a PDf Document?
I found no help, or example.
Thank you for any help.
2010-01-07 20:28:08 UTC by bougstef
-
The textRise property of a chunk is not taken into account when creating an action or goto annotation. Neither are ascender and descender height. The rectangle simply extends from baseline to previous baseline.
Based on my reading of the code, this also seems to affect other rectangles created in the same class. I updated all of the cases that looked likely to be a problem. BACKGROUND is...
2010-01-05 15:50:51 UTC by capetro
-
Use encoding Identity-H or CP1250.
2010-01-05 14:56:46 UTC by psoares33
-
like ű Ű ő Ő đ Đ are not shown
even with custom arial.ttf.
2010-01-05 14:54:53 UTC by roti
-
blowagie committed revision 4237 to the iText, a JAVA-PDF library SVN repository, changing 2 files.
2009-12-31 14:52:15 UTC by blowagie
-
Ugh... the formatting of my code got ruined when I included it in the ticket description. I've uploaded it as a file attachment instead.
2009-12-30 21:03:07 UTC by reggert
-
iText currently can't read streams that have RunLengthDecode in their filter lists. Adding support for RunLengthDecode should be straightforward and will enable PDF's containing that encoding to be read.
Here's one possible implementation (exception handling and error checking need to be added):
byte[] runLengthDecode(byte[] encoded)
{
final ByteArrayOutputStream outputStream =...
2009-12-30 21:00:05 UTC by reggert
-
blowagie committed revision 4236 to the iText, a JAVA-PDF library SVN repository, changing 10 files.
2009-12-30 18:55:10 UTC by blowagie
-
blowagie committed revision 4235 to the iText, a JAVA-PDF library SVN repository, changing 1 files.
2009-12-29 17:19:46 UTC by blowagie