Skip to content

Commit 7fc62d8

Browse files
authored
Merge pull request #627 from cbm755/smelling_pistakes
fix some spelling errors
2 parents 01bd7b7 + e3f0031 commit 7fc62d8

File tree

3 files changed

+33
-33
lines changed

3 files changed

+33
-33
lines changed

docs/app2.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Example output::
8888
HTML
8989
~~~~
9090

91-
:meth:`TextPage.extractHTML` (or *Page.getText("html")* output fully reflects the structure of the page's *TextPage* -- much like DICT / JSON below. This includes images, font information and text positions. If wrapped in HTML header and trailer code, it can readily be displayed by an internate browser. Our above example::
91+
:meth:`TextPage.extractHTML` (or *Page.getText("html")* output fully reflects the structure of the page's *TextPage* -- much like DICT / JSON below. This includes images, font information and text positions. If wrapped in HTML header and trailer code, it can readily be displayed by an internet browser. Our above example::
9292

9393
>>> for line in page.getText("html").splitlines():
9494
print(line)
@@ -107,7 +107,7 @@ Controlling Quality of HTML Output
107107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108108
While HTML output has improved a lot in MuPDF v1.12.0, it is not yet bug-free: we have found problems in the areas **font support** and **image positioning**.
109109

110-
* HTML text contains references to the fonts used of the original document. If these are not known to the browser (a fat chance!), it will replace them with his assumptions, which probably will let the result look awkward. This issue varies greatly by browser -- on my Windows machine, MS Edge worked just fine, whereas Firefox looked horrible.
110+
* HTML text contains references to the fonts used of the original document. If these are not known to the browser (a fat chance!), it will replace them with others; the results will probably look awkward. This issue varies greatly by browser -- on my Windows machine, MS Edge worked just fine, whereas Firefox looked horrible.
111111

112112
* For PDFs with a complex structure, images may not be positioned and / or sized correctly. This seems to be the case for rotated pages and pages, where the various possible page bbox variants do not coincide (e.g. *MediaBox != CropBox*). We do not know yet, how to address this -- we filed a bug at MuPDF's site.
113113

0 commit comments

Comments
 (0)