Hello all, please find a bug report below :
While generating a PDF, I am adding the token to display "Page (current page) / (total number of page) :
The result while selecting no font at all or certains fonr the all document is the following :
If I select the font "Helvetica" for the whole document, it's displayed correctly :
Steps to reproduce :
While generating a PDF, I am adding the token to display "Page (current page) / (total number of page) :
Code:
[B][SIZE=12px]Page {pageAbsoluteNumber}/{:ptp:}[/SIZE][/B]
Code:
[FONT=sans-serif]Page 1/(ᄀ)[/FONT]
Code:
Page 1/3
Steps to reproduce :
- Add the {tp:} tag to a pdf template and generate it with no specific font selected.
- Change the docuemnt font to Helvetica to have it work
Comment