Alter PDF - Text repositioning
问题 Is there any way to shift / move the text inside existing pdf page to some other position ? Like there is some text at area x=100, y=100, w=100, h=100 and i want to move it to x=50, y=200, w=100, h=100. I did a lot of research and it seems iTextSharp cannot do that. PDFSharp claims that it can be done but i could not find any examples. One way is to make a bitmap of specific area of the text i want to shift, draw white rectangle over that area and insert bitmap at new location. I don't want