|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.pdf.conversion.PdfStandardsConverter
public class PdfStandardsConverter
The pdf standard conveter.
| Constructor Summary | |
|---|---|
PdfStandardsConverter(java.io.InputStream stream)
Construct a new converter. |
|
PdfStandardsConverter(java.io.InputStream stream,
java.lang.String password)
Construct a new converter. |
|
PdfStandardsConverter(java.lang.String filePath)
Construct a new converter. |
|
PdfStandardsConverter(java.lang.String filePath,
java.lang.String password)
Construct a new converter. |
|
| Method Summary | |
|---|---|
void |
toPdfA1A(java.io.OutputStream stream)
Convert to pdf/a1b standard document. |
void |
toPdfA1A(java.lang.String filePath)
Convert to pdf/a1a standard document. |
void |
toPdfA1B(java.io.OutputStream stream)
Convert to pdf/a1b standard document. |
void |
toPdfA1B(java.lang.String filePath)
Convert to pdf/a1b standard document. |
void |
toPdfA2A(java.io.OutputStream stream)
Convert to pdf/a2a standard document. |
void |
toPdfA2A(java.lang.String filePath)
Convert to pdf/a2a standard document. |
void |
toPdfA2B(java.io.OutputStream stream)
Convert to pdf/a2b standard document. |
void |
toPdfA2B(java.lang.String filePath)
Convert to pdf/a2b standard document. |
void |
toPdfA3A(java.io.OutputStream stream)
Convert to pdf/a3a standard document. |
void |
toPdfA3A(java.lang.String filePath)
Convert to pdf/a2a standard document. |
void |
toPdfA3B(java.io.OutputStream stream)
Convert to pdf/a3b standard document. |
void |
toPdfA3B(java.lang.String filePath)
Convert to pdf/a3b standard document. |
| Constructor Detail |
|---|
public PdfStandardsConverter(java.io.InputStream stream)
stream - The pdf file stream.
public PdfStandardsConverter(java.io.InputStream stream,
java.lang.String password)
stream - The pdf file stream.password - The password (user or owner) of the encrypted document.public PdfStandardsConverter(java.lang.String filePath)
filePath - The pdf file path.
public PdfStandardsConverter(java.lang.String filePath,
java.lang.String password)
filePath - The pdf file path.password - The password (user or owner) of the encrypted document.| Method Detail |
|---|
public void toPdfA1B(java.lang.String filePath)
filePath - The out file path.public void toPdfA1B(java.io.OutputStream stream)
stream - The out stream.public void toPdfA1A(java.lang.String filePath)
filePath - The out file path.public void toPdfA1A(java.io.OutputStream stream)
stream - The out stream.public void toPdfA2B(java.lang.String filePath)
filePath - The out file path.public void toPdfA2B(java.io.OutputStream stream)
stream - The out stream.public void toPdfA2A(java.lang.String filePath)
filePath - The out file path.public void toPdfA2A(java.io.OutputStream stream)
stream - The out stream.public void toPdfA3B(java.lang.String filePath)
filePath - The out file path.public void toPdfA3B(java.io.OutputStream stream)
stream - The out stream.public void toPdfA3A(java.lang.String filePath)
filePath - The out file path.public void toPdfA3A(java.io.OutputStream stream)
stream - The out stream.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||