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 Thanks, Bharat

