|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.conversion.PdfToWordConverter
public class PdfToWordConverter
This class provides support for converting a pdf document to a word document. This feature is incomplete currently and only supports paragraphs and tables, but will be improved in the future.
| Constructor Summary | |
|---|---|
PdfToWordConverter(java.io.InputStream stream)
Construct a new converter. |
|
PdfToWordConverter(java.lang.String filePath)
Construct a new converter. |
|
| Method Summary | |
|---|---|
void |
dispose()
Releases all resources used. |
void |
saveToDocx(java.io.OutputStream stream)
Convert to word document,the extension is docx |
void |
saveToDocx(java.lang.String outfile)
Convert to word document,the extension is docx |
| Constructor Detail |
|---|
public PdfToWordConverter(java.lang.String filePath)
filePath - public PdfToWordConverter(java.io.InputStream stream)
stream - | Method Detail |
|---|
public void saveToDocx(java.io.OutputStream stream)
stream - public void saveToDocx(java.lang.String outfile)
outfile - public void dispose()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||