iTextSharp - Copying elements from one PDF to another
问题 I want to copy certain elements from one PDF to another using iTextSharp. I want to read one PDF, read text elements from that and correct them and create a new PDF using the updated text elements and all the images etc. from the first PDF. Please help me how this can be achieved. 回答1: This task is very complex. I wrote a program to do this for a large greeting card maker. First you have to locate the text and calculate the glyph bounding boxes. Next you have to modify the contents stream to