Incorrect saving of PDF
Incorrect saving of PDF
I'm using version 5.0.0.1. When saving Cyrillic text as a PDF, the text encoding and font appearance are corrupted. The default PDF viewers on Linux display the file incorrectly. The only program that can open the PDF is Google Chrome, but it doesn't resolve the text encoding and font display issues. Bold and plain text also appear different.
Re: Incorrect saving of PDF
As I understand it, you run Atlantis on Linux. Needless to say, Atlantis is not a native Linux application. Yes, you can run Atlantis under Linux thanks to Wine. But I am personally aware of quite a number of issues with Atlantis on Linux, from non-working features to trivial visual glitches. Some issues are fixable. We try to fix them when they get reported by Linux users. But being a Windows application, Atlantis will never work flawlessly on Linux systems.
Now about the “Save as PDF” command of Atlantis. I tried “saving as PDF” in Atlantis on a virtual machine with Linux Mint. Atlantis was initially unable to create a PDF file because Atlantis needs access to the actual font files. The “~/.wine/drive_c/windows/Fonts” folder was empty on my virtual machine. Well, I got an error from Atlantis because Atlantis did not expect the “no fonts” situation. I was able to generate a proper PDF file under Linux only after copying font files to the abovementioned folder. Do you have the font files in this folder on your system?
Now about the “Save as PDF” command of Atlantis. I tried “saving as PDF” in Atlantis on a virtual machine with Linux Mint. Atlantis was initially unable to create a PDF file because Atlantis needs access to the actual font files. The “~/.wine/drive_c/windows/Fonts” folder was empty on my virtual machine. Well, I got an error from Atlantis because Atlantis did not expect the “no fonts” situation. I was able to generate a proper PDF file under Linux only after copying font files to the abovementioned folder. Do you have the font files in this folder on your system?
Re: Incorrect saving of PDF
Yes, I'm running the app through Wine. It works fine, so far, without any issues. The font issue has been resolved. I placed the fonts in the folder you specified, and everything works correctly. Don't mess up Linux (Wine) compatibility 

Re: Incorrect saving of PDF
By the way, what text rendering method do you use in Atlantis ("Tools | Options... > Accessibility > Render document text using:")?
Re: Incorrect saving of PDF
By default - GDI with default antialiasing. In my case, do I need to change it?
Re: Incorrect saving of PDF
I am asking because the default text rendering method in Atlantis is DirectWrite. As I understand, it does not work in Atlantis on all Linux systems (black rectangles instead of paragraphs). Is this how documents get displayed under this method on your system?
Re: Incorrect saving of PDF
Here, look at the screenshot of the 01.RTF file. There are no visual artifacts—everything displays correctly.
After downloading the fonts to the appropriate Wine folder, the PDF also saves correctly (02.pdf).
After downloading the fonts to the appropriate Wine folder, the PDF also saves correctly (02.pdf).
- Attachments
-
- 02.pdf
- (374.86 KiB) Downloaded 1 time
-
- Снимок экрана_2025-09-24_14-00-51.png (97.78 KiB) Viewed 58 times
Re: Incorrect saving of PDF
Thanks for the info. Yes, this is a DirectWrite rendering with grayscale antialiasing in your screen capture. And it is weird because quite a number of users have reported problems with this rendering method in Atlantis under Wine (black boxes instead of actual paragraphs). This means that this problem is not that universal. Maybe the DirectWrite library in Wine has been improved recently.