Re: TextToPDF function removes the first char since 2.0.28

2023-07-26 Thread Gilad Denneboom
I ran the same commands as you did. The first PDF file was created just fine, but when the text was extracted in the second command a line-break was added to the end of it, which is probably why your comparison of the two text files failed. Did you actually view the first file and saw it was missin

Re: TextToPDF function removes the first char since 2.0.28

2023-07-26 Thread Andreas Lehmkühler
I've ran your shell script and got the same result, the first char is missing in the pdf. It seems to be related to the way you are calling TextToPDF. You are simply print the text to the console and redirect it to TextToPDF. I've changed that and echoed the text to a file and used that file