Skip to content

Commit 3856bf1

Browse files
committed
- README.md updated.
1 parent 5e686ab commit 3856bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ File destinationDirectory = Environment.getExternalStoragePublicDirectory(Enviro
8585
String fileName = "Exapmle.pdf";
8686
8787
88-
//Receive webView inside of "onFinished(WebView webView, String url)" callback and pass it to the following method.
88+
//Make sure that the url is fully loaded in your WebView object and then pass it to the following method:
8989
9090
WebViewToPdf.convertWebViewToPdf(mContext, webView, PrintAttributes.MediaSize.ISO_A4, PrintAttributes.Margins.NO_MARGINS, destinationDirectory, fileName, new WebViewToPdf.OnConvertResultListener() {
9191

0 commit comments

Comments
 (0)