Hi,

> Am 28.03.2017 um 10:30 schrieb Bharat Bhatt <[email protected]>:
> 
> Hi,
> 
> To set the font size in PDPageContentStream's setFont method, font size to
> be passed in float.
>        PDPageContentStream.setFont(pdFont, fontSize);
> 
> 
> I have input data as standard size in pixel (E.g. 18px)
> How to convert the pixel size to PDBBox font size, to get the same height
> as displayed in browser and PDF.
> Is there any formula is used for conversion? Or what is the basis for
> fontsize in PDFBox

font size is in points and there are 72 points to an inch. PDF doesn't use 
pixels because that's device dependent.

BR Maruan



> 
> Thanks,
> Bharat


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to