You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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)
The text was updated successfully, but these errors were encountered: