Hello, I’m trying to apply an affine transformation to the text that I have to place on a PDF document.
I wrote the following code, but it doesn’t work. The text is printed horizontally and is not rotated of 45 degrees. …...Document doc = new Document(); Page page = doc.getPages().add(); //...affine applyAffineTransform(page, 200, 500, 45); // Aggiungi...