anytype-ts
anytype-ts copied to clipboard
Exported PDF in Dark Mode Becomes Unreadable When ‘Print Background’ is Off
trafficstars
Have you read a contributing guide?
- [x] I have read CONTRIBUTING.md
- [x] I have searched the existing issues and didn't find any that were similar
- [x] I have considered creating a pull request with fixes instead of a bug report and want to proceed
Current Behavior
When exporting a PDF in Dark Mode with the ‘Print Background’ option turned off, the text remains white but is placed on a white background, making it difficult or impossible to read. This results in missing or unreadable content in the exported file. To get a proper pdf with a white background, I have to switch to Light Mode before exporting.
here is an example: Quick Start Guide.pdf
Expected Behavior
The text color should automatically adjust to a light background and preserve the contrast between test and background to maintain readability and content visibility.
Steps To Reproduce
- Change Color mode to Dark.
- Export any arbitrary object with print background is disabled.
- Save the pdf.
Environment
- OS: darwin arm64 macOS 15.3.0
- Version: 0.44.0
Anything else?
No response