utils/pdftohtml.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1ff36d6428765185c645ff10df8044cbb961c2a5 Author: Albert Astals Cid <[email protected]> Date: Mon Mar 30 23:27:33 2020 +0200 pdftohtml: Fix noRoundedCoordinates->noroundcoord in man page Fixes #901 diff --git a/utils/pdftohtml.1 b/utils/pdftohtml.1 index ea386ffd..e5b11f28 100644 --- a/utils/pdftohtml.1 +++ b/utils/pdftohtml.1 @@ -61,7 +61,7 @@ zoom the PDF document (default 1.5) .B \-xml output for XML post-processing .TP -.B \-noRoundedCoordinates +.B \-noroundcoord do not round coordinates (with XML output only) .TP .B \-enc <string> _______________________________________________ poppler mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/poppler
