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…...2 @Davide_C You can simply convert the generated PDF file into...Document(dataDir + "input.pdf"); document.convert(dataDir + "taggedpdf.xml",...