I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected.
Box is specified by a position, height, widt…...Paragraphs.Add(graph); // Create a TextStamp...FontSize; box.Paragraphs.Add(text); page.Paragraphs.Add(box); AddRectangle(page...