pdf text translations

0
Hello Everyone, I have a requirement in a project where a pdf text needs to be translated into another language and is to be saved in the same pdf.Is it possible to achieve in mendix?
asked
1 answers
1

With the pdf reader from the marketplace you can extract the content of the pdf file. Then use google translate or AWS translate connector from the market place e.g. to get the translated version of your text. The text could then be store in an entity and with a document template you can create a new pdf. With some microflow logic replace the original file with the translated version.

Layout could be an issue here though, but at least this gives you some idea on how to proceed.

Another option could be to find a translation service with an API to perform the work for your app.

answered