|
Generated by JDiff |
||||||||
PREV PACKAGE NEXT PACKAGE FRAMES NO FRAMES |
This file contains all the changes in documentation in the packagecom.itextpdf.kernel.utils
as colored differences. Deletions are shownlike this, and additions are shown like this.
If no deletions or additions are shown in an entry, the HTML tags will be what has changed. The new HTML tags are shown in the differences. If no documentation existed, and then some was added in a later version, this change is noted in the appropriate class pages of differences, but the change is not shown on this page. Only changes in existing text are shown here. Similarly, documentation which was inherited from another class or interface is not shown here.
Note that an HTML error in the new documentation may cause the display of other documentation changes to be presented incorrectly. For instance, failure to close a tag will cause all subsequent paragraphs to be displayed differently.
If original document has outlines, then by default all resultant document will also have outlines. This could be changed with this flag - if set to false, resultant documents won't contain outlines, even if original document had them. @param preserveOutlines defines whether the resultant documents will preserve outlines or notClass PdfSplitter, void setPreserveTagged(boolean)
If original document is tagged, then by default all resultant document will also be tagged. This could be changed with this flag - if set to false, resultant documents will be not tagged, even if original document is tagged. @param preserveTagged defines whether the resultant documents need to be taggedClass PdfSplitter, List
Split a document by outline title (bookmark name), find outline by name and places the entire hierarchy in a separate document ( outlines and pages ) . @param outlineTitles list of outline titles . @return Collection of PdfDocument which contains split parts of a document
Converts the current tag structure into an XML file with default encoding (UTF-8). @param os the output stream to save XML fileClass TaggedPdfReaderTool, void convertToXml(OutputStream, String)toto @throws java.io.IOException in case of any I/O error
Converts the current tag structure into an XML file with provided encoding. @param os the output stream to save XML file to @param charset the charset of the resultant XMLfilefile @throws java.io.IOException in case of any I/O error