RE: TextToPDF function removes the first char since 2.0.28

2023-08-01 Thread michael.a...@universa.de
Many thanks Andreas! Hmm this could be a problem for others, too. But ok i will use a temporary file. Kind regards Michael 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 pri

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

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-25 Thread michael.a...@universa.de
The text is in the provided user acceptance test (bash script). The pdf is created with it. From my point of view, all the information is there. The creation of a Jira account was denied with reference to the mailing list. I'll give it one last chance and try again to open a Jira account with the

Re: TextToPDF function removes the first char since 2.0.28

2023-07-25 Thread Tilman Hausherr
Please link to a site with the text and the created PDF. Or open an issue in JIRA. If you don't have an account, include a meaningful text in https://selfserve.apache.org/jira-account.html Tilman On 25.07.2023 08:10, michael.a...@universa.de wrote: the question is, where does the char got los

Re: TextToPDF function removes the first char since 2.0.28

2023-07-24 Thread michael.a...@universa.de
>the question is, where does the char got lost, when creating the pdf or when >extracting the text? Sorry if i was not precise enough. The created pdf misses the first char. So the TextToPDF function has a problem. >Did you check the created pdf? Does it contain the whole text? I tested/viewed

Re: TextToPDF function removes the first char since 2.0.28

2023-07-24 Thread Andreas Lehmkühler
Hi, the question is, where does the char got lost, when creating the pdf or when extracting the text? Did you check the created pdf? Does it contain the whole text? Andreas Am 25.07.23 um 07:52 schrieb michael.a...@universa.de: Hi, the TextToPDF function worked without problems from 2.0.24