14
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 15 hours ago.
Nov 27, 2024 — Nov 27, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Colspan and rowspan can't propagate to nested tables. More... almost 15 years ago
Bugfix of incorrect implementation of WebColors => The three-digit RGB notation (#rgb) is converted into six-digit form (#rrggbb) by replicating digits, not by adding zeros. For example, #fb0 expands to #ffbb00. This ensures that white (#ffffff) can be specified with the short notation (#fff) and removes any dependencies on the color depth of the display. @see http://www.w3.org/TR/css3-color/ More... almost 15 years ago
Quick fix for disappearing row. Needs more investigation. More... almost 15 years ago
Support for ToUnicode with single byte fonts (Gilles Mazoyer). More... almost 15 years ago
5.1.0 Snapshot. More... almost 15 years ago
iTextSharp 5.0.6 More... almost 15 years ago
FRangeStream.Read() should return 0 on EOF. More... almost 15 years ago
Incorrect generic type prevented some toUnicode cmaps from being read. More... almost 15 years ago
Porting updates. More... almost 15 years ago
Images with 1 bit per pixel may also use a pallete. More... almost 15 years ago
Landscape pages. More... almost 15 years ago
Some PDFs have a diff map bigger than 256 characters. More... almost 15 years ago
String optimization. More... almost 15 years ago
One file too many. More... almost 15 years ago
BouncyCastle update. More... almost 15 years ago
Added basic support for rich text values in form fields. No appearance support as yet, not planning to add it for that matter. Something inspired by a question on StackOverflow.com (mstorer) More... almost 15 years ago
Non pdfdocencoding characters were being wiped out from the producer name. More... almost 15 years ago
IDisposable in PdfStamper. More... almost 15 years ago
Cache the fonts used in text extraction. More... almost 15 years ago
Tagged XML extraction didn't consider indirect /K objects or page contents with an array. More... almost 15 years ago
Fix to read broken ToUnicode cmaps. More... almost 15 years ago
Fix for unmarked Unicode encoding. More... almost 15 years ago
Another fix to table widths in html parsing. More... almost 15 years ago
Added an event to signal that a table will continue in the next page (adapted from code from Nurettin Dag). More... about 15 years ago
Relative cell widths are supported in tables (Samuli Tuomola). More... about 15 years ago
Ported code from Java. More... about 15 years ago
Updated the assembly version. More... about 15 years ago
SNAPSHOT for iTextSharp 5.0.6 More... about 15 years ago
iTextSharp 5.0.5 More... about 15 years ago
Replaced a '_' for a '-' in the invalid characters in name tags to have more in tune with Acrobat. More... about 15 years ago