Hello,
the two calls “new TextBuilder(…)” and “new TextFragment()” take us several seconds.
Am I doing something wrong or is there another error?
Here is a small example (V24.9):
Document asposePDFDoc = new Document(…...loadFont(“Arial”) Color color = new Color().fromArgb(71, 79,...getTextState().setForegroundColor(color) textBuilder.appendText(textFrag)...