Uses of Class
com.realobjects.pdfreactor.Result
Packages that use Result
-
Uses of Result in com.realobjects.pdfreactor
Methods in com.realobjects.pdfreactor that return ResultModifier and TypeMethodDescriptionPDFreactor.convert
(Configuration configuration) Converts the specifiedConfiguration
into PDF or image.PDFreactor.convert
(Configuration configuration, OutputStreamProvider function) Converts the specifiedConfiguration
into PDF or image and writes it intoOutputStream
(s) created by the supplied function.PDFreactor.convert
(Configuration configuration, OutputStream outputStream) Converts the specifiedConfiguration
into PDF or image and writes it directly in the suppliedOutputStream
. -
Uses of Result in com.realobjects.pdfreactor.Exceptions
Methods in com.realobjects.pdfreactor.Exceptions that return ResultModifier and TypeMethodDescriptionPDFreactorException.getResult()
Retrieve the partialResult
of the conversion.Methods in com.realobjects.pdfreactor.Exceptions with parameters of type Result