Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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

We are currently working on import annotations inside a XFDF file from another app which currently uses Radaee for PDF rendering and annotations.

Every annotation type is compatible except the text highlight.

We have found that the PdfViewer use a starting point and then the length and height of the mark is calculated depending on the text selected and font used.

The annotation of the text highlight type that we need to import uses a coordinate system.

For example:

   <highlight color="#00FF00" rect="69.01996,529.54,538.33,628.9" name="d96fdd69-614a-42d2-adfa-ad6098c6e5da" page="1" coords="72.02,628.9,177.1,628.9,72.02,616.9,177.1,616.9,72.02,601.42,531.62,601.42,72.02,589.42,531.62,589.42,72.02,585.22,535.33,585.22,72.02,573.22,535.33,573.22,72.02,569.02,217.45,569.02,72.02,557.02,217.45,557.02,72.02,541.54,307.44,541.54,72.02,529.54,307.44,529.54" title="Text Highlight" date="2020-08-18T18:35:26Z" />

Is it possible to import this somehow?