Open WANGNEWMAN opened 1 month ago
Im facing the same issue here. also, some PDFs get the content of the edited page replaced. I mean, the page gets all blank with the image in the center instead of overlap
For the issues with the page edits upside down, it's usually because the original page is not saving + restoring the state.
In this case, you can use the protectContents: true
of the PdfDocumentParser
object.
thanks
GestureDetector collect flutter's Path Object draw in CustomPaint
after Drawing use UI.PictureRecorder to generate png
At last, composite png to PDF
normal png
mirror png(And the composite page page does not occupy the entire page)