Modifier and Type | Field and Description |
---|---|
protected PDDocument |
PDAbstractContentStream.document |
Modifier and Type | Field and Description |
---|---|
protected PDDocument |
Document.target
任务文档
|
Modifier and Type | Method and Description |
---|---|
PDDocument |
Context.getTargetDocument()
获取任务文档
|
Modifier and Type | Method and Description |
---|---|
protected PDDocument |
AbstractExpander.getDocument()
获取pdfbox文档
|
Modifier and Type | Method and Description |
---|---|
protected void |
MergeProcessor.importPage(PDDocument target,
PDDocument source)
导入页面
|
protected void |
SplitProcessor.saveTarget(PDDocument target,
OutputStream outputStream)
保存任务
|
Constructor and Description |
---|
DefaultPageable(PDDocument document,
org.apache.pdfbox.printing.Orientation orientation,
Printable printable)
Creates a new PDFPageable with the given page orientation and with optional page borders
shown.
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.pdfbox.pdmodel.interactive.form.PDAcroForm |
FormProcessor.initForm(PDDocument document,
boolean isFixForm,
boolean isNeedAppearance)
初始化表单
|
Modifier and Type | Method and Description |
---|---|
protected org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureOptions |
SignOptions.createOptions(PDDocument document,
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)
初始化
|
protected int |
SignProcessor.getMdpPermission(PDDocument document)
获取mdp权限
|
protected void |
VisualOptions.initVisualOptions(PDDocument document,
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature,
org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureOptions signatureOptions) |
protected void |
SignProcessor.lockSignFields(PDDocument document,
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature)
锁定签名字段
|
protected void |
SignProcessor.resetSignForm(PDDocument target)
重置签名表单
|
protected void |
SignProcessor.setMdpPermission(PDDocument document,
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature,
SignPermission permission)
设置mdp权限
|
Modifier and Type | Method and Description |
---|---|
void |
FontHandler.addToSubset(PDDocument document,
PDFont font,
String text)
添加文本关联
|
PDFont |
FontHandler.getPDFont(PDDocument document,
String fontName)
获取pdfbox字体
|
PDFont |
FontHandler.getPDFont(PDDocument document,
String fontName,
boolean embedSubset)
获取pdfbox字体
|
Modifier and Type | Method and Description |
---|---|
static void |
TextTokenUtil.processNotSameLengthReplaceText(PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
PDFont font,
TextTokenInfo info,
String replaceText)
处理不同长度替换文本
|
static void |
TextTokenUtil.processReplaceText(PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
PDFont font,
Object token,
String value)
处理替换文本
|
static void |
TextTokenUtil.processSameLengthReplaceText(PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
PDFont font,
TextTokenInfo info,
String replaceText)
处理相同长度替换文本
|
static boolean |
TextTokenUtil.replaceTextForToken(org.apache.commons.logging.Log log,
PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
List<Object> tokens,
List<ReplaceInfo> replaceList,
Map<Character,Integer> replaceIndexMap)
替换文本标记
|
static boolean |
TextTokenUtil.replaceTextForToken(org.apache.commons.logging.Log log,
PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
List<Object> tokens,
PDFont font,
Map<String,String> replaceMap)
替换文本
|
static boolean |
TextTokenUtil.tryReplaceTextForNormal(org.apache.commons.logging.Log log,
PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
List<Object> tokens,
PDFont font,
Map<String,String> replaceMap)
尝试替换正常文本
|
static boolean |
TextTokenUtil.tryReplaceTextForSpecial(org.apache.commons.logging.Log log,
PDDocument document,
org.apache.pdfbox.pdmodel.PDResources resources,
List<Object> tokens,
PDFont font,
Map<String,String> replaceMap)
尝试替换特殊文本
|
Copyright © 2024. All rights reserved.