Hello, using pdf java solution
24.8
Implementing html to pdf save function.
I want to change the save pdfile font
I need a guide for both ways
font file stored on the server
Font files inside the project
Doc…...Document doc = new Document(); Page page = doc.getPages().add(); PageInfo...MarginInfo(10, 10, 10, 10)); page.setPageInfo(pageInfo); HtmlLoadOptions...