Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion html2pdf4doc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os
from pathlib import Path

__version__ = "0.0.31"
__version__ = "0.0.32"

PATH_TO_HTML2PDF4DOC_PY = os.path.join(
os.path.dirname(os.path.join(__file__)),
Expand Down
8 changes: 4 additions & 4 deletions html2pdf4doc/html2pdf4doc_js/html2pdf4doc.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions html2pdf4doc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,8 +300,8 @@ def get_chrome_version() -> Optional[str]:
f"html2pdf4doc: Error getting Google Chrome for Testing version: {e}"
)

os_manager = OperationSystemManager(os_type=None) # type: ignore[no-untyped-call]
version: str = os_manager.get_browser_version_from_os(ChromeType.GOOGLE) # type: ignore[no-untyped-call]
os_manager = OperationSystemManager(os_type=None) # type: ignore[no-untyped-call,unused-ignore]
version: str = os_manager.get_browser_version_from_os(ChromeType.GOOGLE) # type: ignore[no-untyped-call,unused-ignore]
return version


Expand Down Expand Up @@ -356,7 +356,7 @@ def __init__(self, page_count: int):
page_count: int = 0
try:
while True:
logs = driver.get_log("browser") # type: ignore[no-untyped-call]
logs = driver.get_log("browser") # type: ignore[no-untyped-call,unused-ignore]
for entry_ in logs:
if "[HTML2PDF4DOC] Total time:" in entry_["message"]:
print("success: HTML2PDF4Doc completed its job.") # noqa: T201
Expand Down
2 changes: 1 addition & 1 deletion submodules/html2pdf
Submodule html2pdf updated 105 files
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
page2_text_normalized
== """\
1. Section 1
Vivamus consectetur mollis varius. Quisque posuere venenatis nulla, sit amet
pulvinar metus vestibulum sed. Sed at libero nec justo leo.
StrictDoc Documentation Test document
Vivam us consectetur m ollis varius. Quisque posuere venenatis nulla, sit am et
pulvinar m etus vestibulum sed. Sed at libero nec justo leo.
StrictDoc Docum entation Test document
2025-12-21 3/4\
"""
), page2_text_normalized
Expand All @@ -35,8 +35,8 @@
page3_text_normalized
== """\
2. Section 2
Lorem ipsum dolor sit amet, c
StrictDoc Documentation Test document
L orem ipsum dolor sit am et, c
StrictDoc Docum entation Test document
2025-12-21 4/4\
"""
), page3_text_normalized