File: PyMuPdf.md

package info (click to toggle)
ezdxf 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 104,528 kB
  • sloc: python: 182,341; makefile: 116; lisp: 20; ansic: 4
file content (12 lines) | stat: -rw-r--r-- 773 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
- PyPI: <https://pypi.org/project/PyMuPDF/>
- Documentation: <https://pymupdf.readthedocs.io/en/latest/>
- Issue [#962](https://github.com/mozman/ezdxf/issues/962) [[PDF]] with transparent background
	- I am not sure if the [[PyMuPDF]] supports transparent backgrounds.
	- I couldn't find any solution [[Stackoverflow]].
	- I didn't find any hint how to set the background color or tansparency in the source code of the package
	- ChatGPT:
		- As of my last knowledge update in January 2022, PyMuPDF (MuPDF bindings 
		  for Python) doesn't provide a direct way to set a transparent background
		   for a page. The library is primarily focused on reading and rendering 
		  PDF documents, and its API may not include features for advanced PDF 
		  creation or modification.