Hello,
using Syncfusion.PDF - is it possible to copy the text of one PDF into another? Of course, the position, font, etc. should be retained
The TextLineCollection looks very good and contains all relevant data for the text: loadedPage.ExtractText(out TextLineCollection textcol)
It would be great if I could insert the text directly into another PDF/Page with the data of "TextLine"