We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now when we add text it is like: "BT /Helv 12 Tf 100 100 Td (MuPDF!)Tj ET" in a content stream
"BT /Helv 12 Tf 100 100 Td (MuPDF!)Tj ET"
Let's make a higher level API in lib/tasks.js to make this easier for the developer.
lib/tasks.js
Suggest we look at: https://pymupdf.readthedocs.io/en/latest/page.html#Page.insert_text and https://pymupdf.readthedocs.io/en/latest/page.html#Page.insert_textbox and do something similar.
The text was updated successfully, but these errors were encountered:
Depends on Issue #24 being implemented first.
Sorry, something went wrong.
this could be a great implementation 🥹
No branches or pull requests
Right now when we add text it is like:
"BT /Helv 12 Tf 100 100 Td (MuPDF!)Tj ET"
in a content streamLet's make a higher level API in
lib/tasks.js
to make this easier for the developer.Suggest we look at: https://pymupdf.readthedocs.io/en/latest/page.html#Page.insert_text and https://pymupdf.readthedocs.io/en/latest/page.html#Page.insert_textbox and do something similar.
The text was updated successfully, but these errors were encountered: