-
-
Notifications
You must be signed in to change notification settings - Fork 887
combined commit for all the work done - rebase on latest version #190
New issue
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
base: main
Are you sure you want to change the base?
Conversation
- add flattening as image tool - add html to pdf tool (with Wysiwyg quill editor) - PWA app for offline usage - add loading screen (helpful for simple mode - reduce flicker when hiding branding) - vite env file loading in config - some tweaks for example: -- simple mode hiding with styles -- git ignores remove online dependency to https://snippet.embedpdf.com/embedpdf.js (because it is not true 100% offline then) - fallback to browser editor as embedding. TODO: removed a flatten option for sign, because it was rewritten may be add it in a later commit
|
@renierr Great thank you. I would review it later. However, the HTML to PDF, is just an advanced Text to PDF I believe as you can't really paste HTML in quill. So we could just replace the text to pdf's type functionality with this |
|
you can past html into the wysiwyg editor, or write rich text directly into it with toolbar and some options. |
|
Does it support css |
|
This is how it looks |
|
the conversion is in code to pdf. currently what you can select in toolbar. no further config, but could be enhanced like, selecting font etc. I am open to change the UI to look different. Or other changes to the PR |
(cherry picked from commit c81ebec)
page size, page orientation, default font and size
better sizing to fit to page
page size, page orientation, default font and size (cherry picked from commit abc0e21)
(cherry picked from commit 8419327)
better sizing to fit to page (cherry picked from commit ee205f6)
exclude pdfjs-* (viewer) stuff for iframe calls. the viewer cannot be used offline because of the blob url passed in viewer.html (changed for every blob)
exclude pdfjs-* (viewer) stuff for iframe calls. the viewer cannot be used offline because of the blob url passed in viewer.html (changed for every blob) (cherry picked from commit 370488a)
use the default and user-provided styles
use the default and user-provided styles (cherry picked from commit 7b7b7f1)
# Conflicts: # src/css/styles.css # vite.config.ts

Description
-- git ignores
remove online dependency to
https://snippet.embedpdf.com/embedpdf.js
(because it is not true 100% offline then) - fallback to browser editor as embedding.
TODO: removed a flatten option for sign, because it was rewritten may be add it in a later commit
see previous PR from me - this is a nice squashed condensed version.
Highlight is the HTML to PDF with an wysiwyg editor.
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
🧪 How Has This Been Tested?
Please describe how you tested your changes so that maintainers can verify them. Include enough detail for someone else to reproduce your tests.
Checklist:
Expected Results:
Actual Results:
Checklist: