I am drawing an image on one of the PDF page.. when I use PDPageContentStream stream = new PDPageContentStream(doc, page);
to draw image, everything works fine.. see below image.
but when I use constructor PDPageContentStream(doc, page, true, true);
to create PDPageContentStream
and draw image, the newly added image gets inverted upside down..
not getting what's going wrong here..
PS. I am using library PdfBox-Android