| 程序包 | 说明 |
|---|---|
| org.docx4j.org.xhtmlrenderer.simple |
Includes those classes you need to render XHTML documents
quickly, right out of the box, and with no special setup needed; start here!
|
| org.docx4j.org.xhtmlrenderer.util |
| 限定符和类型 | 方法和说明 |
|---|---|
static BufferedImage |
ImageRenderer.renderImageToOutput(String url,
FSImageWriter fsw,
String path,
int width)
Renders a document at a given URL and writes it out using the FSImageWriter provided (e.g. to a file
or outputstream).
|
| 限定符和类型 | 方法和说明 |
|---|---|
static FSImageWriter |
FSImageWriter.newJpegWriter(float quality)
Convenience method for initializing a writer for the JPEG image format.
|
Copyright © 2019. All Rights Reserved.