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…... The initial part of the document creation is the same as the...Aspose PDF document currentAsposePage = document.getPages().add();...