Class Overview
Component used to convert HTML pages to PDF using HTML2PDF
Summary
[Expand]
Inherited Methods |
From class
com.pdftron.demo.navigation.component.html2pdf.HtmlConversionComponent
void
|
fromUrl(Context context, String link, Uri outputFolder)
Converts specified HTML link to PDF and save it to the specified Uri folder
with the output file name speicifed by #mOutputFilename
|
void
|
handleWebpageToPDF(FragmentActivity activity, Uri outputFolder, DialogInterface.OnDismissListener dismissListener)
|
void
|
handleWebpageToPDF(FragmentActivity activity, ImportWebpageUrlSelectorDialogFragment customFragment, Uri outputFolder, DialogInterface.OnDismissListener dismissListener, HtmlConversionComponent.HtmlConversionActionListener actionListener)
|
void
|
handleWebpageToPDF(FragmentActivity activity, Uri outputFolder)
Converts HTML, specified in the webpage selector dialog, and outputs to
a PDF stored at the specified folder
|
void
|
handleWebpageToPDF(FragmentActivity activity, Uri outputFolder, DialogInterface.OnDismissListener dismissListener, HtmlConversionComponent.HtmlConversionActionListener actionListener)
|
void
|
handleWebpageToPDF(FragmentActivity activity, ImportWebpageUrlSelectorDialogFragment customFragment, DialogInterface.OnDismissListener dismissListener, ImportWebpageUrlSelectorDialogFragment.OnLinkSelectedListener linkSelectedListener)
|
void
|
handleWebpageToPDF(FragmentActivity activity)
Converts HTML, specified in the webpage selector dialog, and outputs to
a PDF stored at the location specified by the folder picker dialog
|
void
|
handleWebpageToPdf(FragmentActivity activity, String link, File outputFolder)
Converts HTML from a specified HTML link and outputs to
a PDF stored at a specified folder.
|
abstract
void
|
setOutputFilename(String filename)
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
Public Methods
public
void
setOutputFilename
(String outputFilename)
Returns
- the converted file's name