Skip navigation links
A C F G I M O P R S T 

A

AbstractOfficeConverterProperties - Class in com.itextpdf.pdfoffice
A class that keeps common conversion properties for different office files.
addPageSequence(int, int) - Method in class com.itextpdf.pdfoffice.OfficePageRange
Adds a page sequence to the range.
addSinglePage(int) - Method in class com.itextpdf.pdfoffice.OfficePageRange
Adds a single page to the range.

C

com.itextpdf.pdfoffice - package com.itextpdf.pdfoffice
 
com.itextpdf.pdfoffice.events - package com.itextpdf.pdfoffice.events
 
com.itextpdf.pdfoffice.exceptions - package com.itextpdf.pdfoffice.exceptions
 
com.itextpdf.pdfoffice.logs - package com.itextpdf.pdfoffice.logs
 
CONVERSION_FAILED - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about a conversion failure.
CONVERT_DOCUMENT - Static variable in class com.itextpdf.pdfoffice.events.PdfOfficeEvent
 
CONVERT_PRESENTATION - Static variable in class com.itextpdf.pdfoffice.events.PdfOfficeEvent
 
convertOfficeDocumentToPdf(File, File) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office document to a PDF.
convertOfficeDocumentToPdf(InputStream, OutputStream) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office document to a PDF.
convertOfficeDocumentToPdf(File, File, OfficeDocumentConverterProperties) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office document to a PDF with the specified conversion properties.
convertOfficeDocumentToPdf(InputStream, OutputStream, OfficeDocumentConverterProperties) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office document to a PDF with the specified conversion properties.
convertOfficePresentationToPdf(File, File) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office presentation to a PDF.
convertOfficePresentationToPdf(InputStream, OutputStream) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office presentation to a PDF.
convertOfficePresentationToPdf(File, File, OfficePresentationConverterProperties) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office presentation to a PDF with the specified conversion properties.
convertOfficePresentationToPdf(InputStream, OutputStream, OfficePresentationConverterProperties) - Static method in class com.itextpdf.pdfoffice.OfficeConverter
Converts an office presentation to a PDF with the specified conversion properties.

F

FILE_TOO_BIG_FOR_INPUT_STREAM - Static variable in class com.itextpdf.pdfoffice.logs.PdfOfficeLogMessageConstant
The constant FILE_TOO_BIG_FOR_INPUT_STREAM.

G

getEventCountingMetaInfo() - Method in class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
Gets pdfOffice's meta info.
getEventType() - Method in class com.itextpdf.pdfoffice.events.PdfOfficeEvent
 
getOriginId() - Method in class com.itextpdf.pdfoffice.events.PdfOfficeEvent
 
getPageRange() - Method in class com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
Gets the range of the document's pages which will be rendered.
getPageRange() - Method in class com.itextpdf.pdfoffice.OfficePresentationConverterProperties
Gets the range of the presentation's pages which will be rendered.
getThreadWaitingTimeLimit() - Method in class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
Gets thread's maximum waiting time limit.

I

INPUT_FILE_DOES_NOT_EXIST - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message for case when input file does not exist.

M

MULTITHREADING_DOCUMENT_CONVERSION_IS_NOT_SUPPORTED - Static variable in class com.itextpdf.pdfoffice.logs.PdfOfficeLogMessageConstant
The constant MULTITHREADING_DOCUMENT_CONVERSION_IS_NOT_SUPPORTED.

O

OfficeConverter - Class in com.itextpdf.pdfoffice
The main class for converting office files to PDF.
OfficeDocumentConverterProperties - Class in com.itextpdf.pdfoffice
A class that keeps conversion properties specific for office documents.
OfficeDocumentConverterProperties() - Constructor for class com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
OfficePageRange - Class in com.itextpdf.pdfoffice
 
OfficePageRange() - Constructor for class com.itextpdf.pdfoffice.OfficePageRange
Constructs an empty OfficePageRange instance.
OfficePresentationConverterProperties - Class in com.itextpdf.pdfoffice
A class that keeps conversion properties specific for office presentations.
OfficePresentationConverterProperties() - Constructor for class com.itextpdf.pdfoffice.OfficePresentationConverterProperties
OUTPUT_PDF_HAS_NO_PAGES - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about PDF which doesn't have pages.

P

PAGE_NUMBER_EQUALS_TO_ZERO - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about a page number equal to zero.
PASSED_FILE_IS_UNSUPPORTED - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about an unsupported input document type.
PdfOfficeEvent - Class in com.itextpdf.pdfoffice.events
Class for pdfOffice events.
PdfOfficeException - Exception in com.itextpdf.pdfoffice.exceptions
Runtime exception that gets thrown if something goes wrong in the office files to PDF conversion.
PdfOfficeException(String) - Constructor for exception com.itextpdf.pdfoffice.exceptions.PdfOfficeException
Creates PdfOfficeException instance.
PdfOfficeException(String, Throwable) - Constructor for exception com.itextpdf.pdfoffice.exceptions.PdfOfficeException
Creates PdfOfficeException instance.
PdfOfficeExceptionMessageConstant - Class in com.itextpdf.pdfoffice.exceptions
The class containing the exception messages.
PdfOfficeLogMessageConstant - Class in com.itextpdf.pdfoffice.logs
Class that bundles all the pdfOffice's error message templates as constants.

R

RANGE_HAS_DESCENDING_ORDER - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
The constant RANGE_HAS_DESCENDING_ORDER.

S

setEventCountingMetaInfo(IMetaInfo) - Method in class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
Sets pdfOffice's meta info.
setPageRange(OfficePageRange) - Method in class com.itextpdf.pdfoffice.OfficeDocumentConverterProperties
Defines the range of the document's pages which will be rendered.
setPageRange(OfficePageRange) - Method in class com.itextpdf.pdfoffice.OfficePresentationConverterProperties
Defines the range of the presentation's pages which will be rendered.
setThreadWaitingTimeLimit(long) - Method in class com.itextpdf.pdfoffice.AbstractOfficeConverterProperties
Sets thread's maximum waiting time limit.

T

THREAD_WAITING_TIME_EXCEEDED_MAXIMUM_LIMIT - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about thread abortion if its waiting time is exceeded.
THREAD_WAS_INTERRUPTED_DURING_CONVERSION - Static variable in class com.itextpdf.pdfoffice.exceptions.PdfOfficeExceptionMessageConstant
Message about thread interruption during document conversion.
A C F G I M O P R S T 
Skip navigation links

Copyright © 1998–2021 iText Group NV. All rights reserved.