public class RemoveSubsetPrefixRule extends Object implements IValueUpdateRule
PdfDictionary
.Constructor and Description |
---|
RemoveSubsetPrefixRule() |
Modifier and Type | Method and Description |
---|---|
void |
update(com.itextpdf.kernel.pdf.PdfDictionary pdfDictionary)
Modifies the dictionary to remove random prefix in AAAAAA+ format (six latin letters in upper
case and plus sign) from name of the font.
|
public void update(com.itextpdf.kernel.pdf.PdfDictionary pdfDictionary)
PdfName
value associated with key PdfName.BaseFont
;
PdfName
value associated with key PdfName.FontName
included into
PdfDictionary
associated with PdfName.FontDescriptor
;
PdfDictionary
included into array
associated with PdfName.DescendantFonts
.
update
in interface IValueUpdateRule
pdfDictionary
- is a PdfDictionary to modifyCopyright © 1998–2024 iText Group NV. All rights reserved.