1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-11-23 21:54:45 +02:00

Updated comments

This commit is contained in:
Tim Voronov
2019-09-07 14:03:17 -04:00
parent 45bab19c0a
commit 012029f8d9
47 changed files with 67 additions and 51 deletions

View File

@@ -21,7 +21,7 @@ func ValidatePageRanges(pageRanges string) (bool, error) {
return match, nil
}
// PDF print a PDF of the current page.
// PDF prints a PDF of the current page.
// @param target (HTMLPage|String) - Target page or url.
// @param params (Object) - Optional, An object containing the following properties :
// Landscape (Bool) - Paper orientation. Defaults to false.