Skip to content
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

HTML to PDF - Blur the page #331

Open
Harita-Nealife opened this issue May 28, 2024 · 4 comments
Open

HTML to PDF - Blur the page #331

Harita-Nealife opened this issue May 28, 2024 · 4 comments

Comments

@Harita-Nealife
Copy link

Harita-Nealife commented May 28, 2024

<div style="filter: blur(5px);"> This is test msg </div>

I have created PDF using above code. But it doesn't have blurry effect.
Any suggestions?

@Panossa
Copy link

Panossa commented Jul 3, 2024

@Harita-Nealife this converter (SADLY) only supports CSS 2.1, not CSS 3. So this is not supported and probably never will be, since an update to CSS 3 is too great of an undertaking. Not even the other big html2pdf exporter supports anything beyond CSS 2.1.

@Harita-Nealife
Copy link
Author

@Panossa Thanks for the input. Is there any other way to blur the content ?

@Panossa
Copy link

Panossa commented Jul 4, 2024

Not that I know of. You may try to use Google advanced search to search for stackoverflow posts from before CSS3 was released, though. Something like "css blur before:YYYY-MM-DD"

@Harita-Nealife
Copy link
Author

Okay !! Thank you so much for your input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants