-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Export to PDF should support transparent background #2093
Comments
Makes sense, let me summarise. Definition of done
|
To my understanding and through trial and error this feature does not seem possible! I have exported images from other programs with a "transparent" background, and when the PDF is opened, they white rectangle is drawn in. Changing the alpha to 0 and making the canvas transparent both still resulted in the white rectangle being drawn. I believe this is due to the fact that PDF requires there to be a canvas, as opposed to PNG which acts as a bitmap. This is my current understanding, if you know otherwise please feel free to reach out |
Thanks @Meta-Ace. How did you actually check whether the PDF has transparent background? In which program? Based on my own research it does seem that PDFs can have transparent backgrounds. |
Come had a program that already supported exporting transparent backgrounds, I don't know which exactly and we selected transparent background for PDF and when we opened it it was a white background. I would have to ask him which program it was. |
Hi again, I did a bit more research and was able to create PDF with transparent background. I think you didn't have the proper software to actually check that it's transparent - hence the confusion. I found this trick with Acrobat Reader settings. If you check this it will show a grid when transparent Then by commenting out line |
Current Behavior
Preview export to PDF always saves background rect.
Expected Behavior
There should be an option to have transparent background, like when exporting PNG.
Your Environment
The text was updated successfully, but these errors were encountered: