convert To Pdf Async
Performs HTML-to-PDF conversion to a temporary file in application's cache directory.
This method operates asynchronously on the io scheduler.
Return
Single emitting file with the converted PDF or an error if conversion failed.
Performs HTML-to-PDF conversion to specified file.
This method operates asynchronously on the io scheduler.
Return
Completable emitting completion if PDF conversion finished or an error if conversion failed.
Parameters
output File
Output file to write converted PDF.