I’m using Aspose PDF in a .NET backend with Fabric.js on the frontend to build a PDF editor.
I’m having trouble correctly saving watermark positions when the PDF page has rotation applied (e.g. page.Rotate = 270).
Work…...like so: (Where wmImage is a Bitmap given a file path to an image)...MemoryStream() Using newImage As New Bitmap(CInt(wmWidth), CInt(wmHeight)...