I am doing templates in PDF generator, but I have problems since I can not find the option to justify the text.
If anyone knows how to configure and add the options please help `me.

@ojimenezt
First of all recomending using the inline-html method for constructing templates.
Bad news is that YetiforcePdf does not support Justify rule
Just like @z0lo13 said you have the use the inline html method.
The list of all supported rules can be found here: https://github.com/YetiForceCompany/YetiForcePDF
Just like @z0lo13 said you have the use the inline html method.
The list of all supported rules can be found here: https://github.com/YetiForceCompany/YetiForcePDF
Thanks for the answer, however, I'm not an expert in html, help me with an example of the inline method
@ojimenezt
there are a lot of styles you can use, send what you need exactly.
@ojimenezt
there are a lot of styles you can use, send what you need exactly.
What I need exactly is that in the PDF template, a contract with the following characteristic is generated.
Pararafos: justified.
I mean, I need all the paragraphs to be justified, like doing it in the PDF editor, I have no idea
Most helpful comment
@ojimenezt
First of all recomending using the inline-html method for constructing templates.
Bad news is that YetiforcePdf does not support Justify rule