Get Position of Images inside PDF, Change Position of Existing Stamps

We are pleased to announce the release of Aspose.PDF for .NET 7.0.0. In this release, we have introduced some great new features including getting the Resolution and Dimensions of images inside PDF document, without extracting them. Further details regarding this feature can be found in the topic posted over Getting Resolution and Dimensions of Embedded Images. Furthermore, we also have introduced two new methods MoveStamp(int pageNumber, int stampIndex, double x, double y) and MoveStampById(int pageNumber, int stampId, double x, double y) in PdfContentEditor class which provide the capability to move/change the position of Stamp object inside the PDF document.
May 28, 2012 · 1 min · Codewarior