Hi, I developed some code to create a pdf file from scratch, I use object like:
TextSegment
FloatingBox
TextFragment
Line
Image
everything is seen correctly inside the pdf. Now I would like to modify the code to ma…...add objects // line com.aspose.pdf.drawing.Line pdfLine = new...new com.aspose.pdf.drawing.Line(); pdfLine.getGraphInfo().setLineWidth(1);...