| Package | Description |
|---|---|
| org.ofdrw.converter.export | |
| org.ofdrw.converter.ofdconverter |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLExporter.export(int... indexes)
导出指定OFD页为图片
|
void |
TextExporter.export(int... indexes)
导出指定OFD页为图片
|
void |
SVGExporter.export(int... indexes)
导出指定OFD页为SVG
|
void |
ImageExporter.export(int... indexes)
导出指定OFD页为图片
|
void |
PDFExporterIText.export(int... indexes)
导出指定OFD页
|
void |
OFDExporter.export(int... indexes)
导出指定OFD页
|
void |
PDFExporterPDFBox.export(int... indexes)
导出指定OFD页
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocConverter.convert(Path filepath,
int... indexes)
转换为OFD页面
|
void |
ImageConverter.convert(Path filepath,
int... indexes)
新建OFD页面并放入图片
|
void |
TextConverter.convert(Path filepath,
int... indexes)
向OFD页面中追加文本
|
void |
PDFConverter.convert(Path filepath,
int... indexes)
PDF转换为OFD页面
|
Copyright © 2026. All rights reserved.