3520 Commits (7ac6de6d8af32c6a80c181ff4940d287f219b8c0)

Author SHA1 Message Date
Alexey Subach a0e9b0c858 TextRenderInfo: try to fix font descender information if it is incorrect 9 years ago
Alexey Subach de68574ce5 Fix OTF placement features application in case of bidirectional reordering. The offset to the base glyph should be fixed after reordering is complete 9 years ago
Yulian Gaponenko 8eb0592175 Minor fixes in PdfAnnotation methods 9 years ago
Yulian Gaponenko 732d725ad8 Finish documenting CompareTool class 9 years ago
Yulian Gaponenko d1b7716417 Document PdfAnnotation class, document specific deviation from the spec on the interpreting of the QuadPoints array in Acrobat and other viewers 9 years ago
Yulian Gaponenko aa855ace92 Fix link annotations rectangle for Link layout element in case of rotation; add method that helps to calculate absolute pdf bbox of the element 9 years ago
Yulian Gaponenko 5e0514014e Layout rotation refactoring: fix occupied area for fixed position, get rid of unnecessary occupied area moves 9 years ago
Pavel Alay 9461aa2ab8 Remove throws java.io.IOException in TaggedPdfReaderTool for backward compatibility. 9 years ago
Ilya Idamkin 57f2338a9a Fix copying logic for read-only resources. Fix and unignore tests for inherited resources for page. 9 years ago
Alexey Subach 50cee9039f Avoid writing /ActualText and /ReversedChars to form field appearance streams because this resulted in Acrobat showing empty appearance 9 years ago
Pavel Alay c745b06239 Revert PdfExtGState#setLineCapStryle for backward compatibility. 9 years ago
Pavel Alay 230b34bec7 Revert PdfShading(PdfDictionary, int, PdfObject) constructor for backward compatibility. 9 years ago
Pavel Alay 2d24ffeeb5 Update PdfWriter#getCopyObjectKey. 9 years ago
Alexey Subach 2054e4de84 Add a more verbose fail message to PropertyTest 9 years ago
Alexey Subach a8b561260a Add a setter for anchorDelta to Glyph 9 years ago
Yulian Gaponenko 037354cfae Make size of the div element in showTextAligned method smaller to make it less prone to precision errors 9 years ago
Pavel Alay a3ffb84cb9 Revert PdfWriter#getCopyObjectKey as deprecated for backward compatibility. 9 years ago
Pavel Alay e1b7ace78c Revert accessibility of constructors in PdfOutline for backward compatibility. 9 years ago
Pavel Alay 5467f3ad15 Change accessibility of method PdfFontFactory#checkFontDictionary to protected for backward compatibility. 9 years ago
Yulian Gaponenko 12c216d4b3 Update port-hash 9 years ago
Pavel Alay 59b33fe148 Add deprecated methods to PdfFormField for backward compatibility 9 years ago
Yulian Gaponenko 2d3fadd2b3 Update port-hash 9 years ago
Pavel Alay 0a2362c3b5 Change return type of AdobeGlyphList#nameToUnicode from integer to int. 9 years ago
Pavel Alay b5326b5cd9 Change Glyph.anchorDelta from byte to short. 9 years ago
Pavel Alay 9f55105cd5 Change Glyph#getUnicode return value from Integer to int. 9 years ago
Alexey Subach 4781c7069f Fix a typo in PdfVersion 9 years ago
Ilya Idamkin 6dc83ed274 Update PdfPage javadocs. Fix typo in pdfArray javadoc. 9 years ago
Benoit Lagae 3ad375819b Text extraction: Correct iText 5 porting oversight 9 years ago
Pavel Alay 5897aa745a Fix typos 9 years ago
Pavel Alay 69086aca7b Update JavaDoc in group of PdfXObject 9 years ago
Pavel Alay 999cb59b01 Update JavaDoc in constants files 9 years ago
Pavel Alay a98eb2a13a Rename parameters in PdfFontFactory and FontProgramFactory 9 years ago
Alexey Subach 2e45462f29 Remove undocumented @throws PdfException declarations that are essentially leftovers from times when PdfException was a checked exception. The cases when it is properly documented are left as is 9 years ago
Alexey Subach 94527596e7 Document PdfAction, PdfActionOcgState 9 years ago
Vladimir Osipchuk d1b6e761ac Complete some classes documentation 9 years ago
Vladimir Osipchuk 3dbc25d739 Remove getParent() from IRenderer 9 years ago
Vladimir Osipchuk 6d3229993b Complete documentation of some classes 9 years ago
Alexey Subach 0aedc92f5a Add a new Toggle PdfName needed for PdfActions. Minor cosmetic changes 9 years ago
Yulian Gaponenko 9f9b7ac57a Update port-hash 9 years ago
Vladimir Osipchuk 5af64d11b9 Minor documentation changes 9 years ago
Vladimir Osipchuk 22006cb59e Partially document com.itextpdf.kernel.color . Minor changes. 9 years ago
Alexey Subach c39b9faf58 Add PdfNames that are used in Movie actions 9 years ago
Alexey Subach d867389536 Override hashCode() for Leading as equals() is already overriden 9 years ago
Alexey Subach 852cb3f080 Add a handy method to check if a glyph has a mark class in GDEF table 9 years ago
Ilya Idamkin 0a6ffb6816 Fix the flush behavior in case of modified inherited resources. 9 years ago
Vladimir Osipchuk 7bacc5e8c3 Fix Text and Link drawing 9 years ago
Pavel Morozov 4c47452c78 cmp files with outlines were fixed. Public access to PdfOutline constructor was replaced with default one. 9 years ago
Alexey Subach 3b90945a77 OpenType: fix glyph class constants (according to GlyphClassDef Enumeration List). Read GDEF table in TrueTypeFont. Expose access to glyph classes from GDEF table 9 years ago
Vladimir Osipchuk d07b9e28b5 Fix getting properties. Minor refactoring 9 years ago
Vladimir Osipchuk 5666c73686 Fix a bug in getting borders 9 years ago