hello together,
we i try to insert a long text using doc4j :
*word is auto-sizing but no in PDF conversion
is there a method to solve this problem ?
***** code used to convert word to pdf :
File outputfilepath = new File("main" + ".pdf");
OutputStream out = new FileOutputStream(outputfilepath);
Mapper fontMapper = new IdentityPlusMapper();
PhysicalFont font = PhysicalFonts.getPhysicalFonts().get("Times New Roman");
// make sure this is in your regex (if any.)!!!
if (font != ...

News of Plutext