| Modifier and Type | Method and Description |
|---|---|
void |
Document.exportAsPostScript(PrintUserParams userParams,
PrintCancelProc printCancelProc,
PrintProgressProc printProgressProc,
java.lang.String path)
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.exportAsPostScript(PrintUserParams userParams,
PrintCancelProc printCancelProc,
java.lang.String path)
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.exportAsPostScript(PrintUserParams userParams,
java.lang.String path)
Exports a PDF document or pages from a PDF document as PostScript allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.print(PrintUserParams userParams)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.print(PrintUserParams userParams,
PrintCancelProc printCancelProc)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.print(PrintUserParams userParams,
PrintCancelProc printCancelProc,
PrintProgressProc printProgressProc)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.printToFile(PrintUserParams userParams,
PrintCancelProc printCancelProc,
PrintProgressProc printProgressProc,
java.lang.String path)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.printToFile(PrintUserParams userParams,
PrintCancelProc printCancelProc,
java.lang.String path)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|
void |
Document.printToFile(PrintUserParams userParams,
java.lang.String path)
Prints a PDF document or pages from a PDF document allowing the caller to specify options such as page size, rotation, and shrink-to-fit.
|