PyMuPDF-Utilities This repository contains demos and examples to help you create PDF, XPS, and eBook applications with PyMuPDF. Disclaimer Some examples were initially created in the early days of the package. API changes implemented over time may have caused discrepancies in the scripts. We may ...
word&line-marking LICENSE README.md alias-changer.py Breadcrumbs PyMuPDF-Utilities /table-analysis / XPS-table.xlsx Latest commit JorjMcKie Demonstrate general document support of tables a71bf63· Aug 24, 2023 HistoryHistory File metadata and controls Code Blame 11.7 KB Raw View raw...
PyMuPDF-Utilities This repository contains demos and examples to help you create PDF, XPS, and eBook applications with PyMuPDF. Disclaimer Some examples were initially created in the early days of the package. API changes implemented over time may have caused discrepancies in the scripts. We may ...
("need PyMuPDF version > 1.21.1") # This JavaScript will be executed if the checkbox value changes JSCRIPT = """if (this.getField("my-checkbox").value == "Yes") this.getField("my-text").display = display.visible; else this.getField("my-text").display = display.hidden;""" doc ...
Demos, examples and utilities using PyMuPDF. Contribute to pymupdf/PyMuPDF-Utilities development by creating an account on GitHub.
Breadcrumbs PyMuPDF-Utilities / alias-changer.pyTop File metadata and controls Code Blame 301 lines (288 loc) · 14.5 KB Raw """ Alias Removal --- This utility replaces old PyMuPDF method and attribute names by the new ones. Parameter is either a file name or a folder name. If a fol...
Demos, examples and utilities using PyMuPDF. Contribute to pymupdf/PyMuPDF-Utilities development by creating an account on GitHub.