Welcome to the Xamarin.Android feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Android, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hi,

I did the following steps:

  1. Load the Pdf File "Test.pdf"
  2. Enter a letter "ä" in the Field "Firma"
  3. Save the file to "
    Test_17_10_2019_11_57_55.pdf
    "


This is where the attached demo project starts:

  1. Load the file "Test_17_10_2019_11_57_55.pdf"
  2. Enter another Chacter in an other field (can be left out, I think)
  3. Save using the save function on the upper right of the control
    (now the "Flatten" button enables)
  4. Press the "Flatten" button (the output file was "
    Test_17_10_2019_12_08_36.pdf", naming depends on current DateTime)


The Flatten-Button loads the before saved bytes to an PdfLoadedDocument and uses Save(true) to Save the Flatten PDF. But the resulted PDF is not flatten.