Uses of Class
com.selectpdf.PdfToTextClient
-
Uses of PdfToTextClient in com.selectpdf
Methods in com.selectpdf that return PdfToTextClient Modifier and Type Method Description PdfToTextClient
PdfToTextClient. setCustomParameter(java.lang.String parameterName, java.lang.String parameterValue)
Set a custom parameter.PdfToTextClient
PdfToTextClient. setEndPage(int endPage)
Set End Page number.PdfToTextClient
PdfToTextClient. setOutputFormat(ApiEnums.OutputFormat outputFormat)
Set the output format.PdfToTextClient
PdfToTextClient. setStartPage(int startPage)
Set Start Page number.PdfToTextClient
PdfToTextClient. setTextLayout(ApiEnums.TextLayout textLayout)
Set the text layout.PdfToTextClient
PdfToTextClient. setTimeout(int timeout)
Set the maximum amount of time (in seconds) for this job.PdfToTextClient
PdfToTextClient. setUserPassword(java.lang.String userPassword)
Set PDF user password.