Hi,
I'm currently developing a project in OS10 that allows user to click on a document and download that certain file.
The issue is that when i view in OutSystem it looks fine. Once i open in browser to test it out and download the document, the letter-spacing seems to be too small. Using chrome inspection tool, i found out that the letter-spacing property is 0.29px and so I try to play with the numbers. However i still couldn't achieve the desired letter-spacing I want.
Is this a problem caused by the CSS or the HtmlToPdfConvertor?
I have attached the pdf-generated text that has a very small letter-spacing.
Thanks,
Reach
Hi Reach,
That could be a font issue. Do you use, on screen, some special font?
Kilian Hekhuis wrote:
Hi Kilian,
I'm just using Arial as the font. I tried changing to other fonts and it does not seem to help. The following attachment shows that I try to enforce all parts of the pdf to have the same font-family.
Thanks for the reply,