I'm switching back and fort from the HTML5 and SilverLight viewer. And I have a problem with the Highlight tool.
When I do the annotation from the silverlight viewer and save it I can see it in both the Html5 and Silverlight viewer. But when I save it from the Html5 viewer it's only work in the Html5 viewer and in the Silverlight one all the annotation become invisible.
The XFDF generated from each viewer are differents.
For example I highlighted some text in SilverLight, saved it. Load the doc in the Html5 viewer and save it back. Here is the content of the 2 XFDF file.
SilverLight :
<?xml version='1.0' encoding='UTF-8'?>
<xfdf xml:space="preserve" xmlns="http://ns.adobe.com/xfdf/">
<annots>
<highlight color="#FFFF00" coords="123.045031,506.400127,316.897579,506.400127,123.045031,498.225125,316.897579,498.225125,122.865031,493.800123,291.862573,493.800123,122.865031,483.442621,291.862573,483.442621" selectstart="164.077682,384.466064" selectend="392.718475,404.854401" subject="TextHighlight" page="0" title="Richard Dupont (FMET94)" creationdate="D:20140815134354-04'00'" date="D:20140815134356-04'00'" rect="122.865031,483.442621,316.897579,506.400127" flags="print">
<popup flags="print,nozoom,norotate" open="no" page="0" rect="0,679.50017,112.500028,792.000198" />
</highlight>
</annots>
<pages>
<defmtx matrix="1.333333,0,0,-1.333333,0,1056" />
</pages>
</xfdf>
HTML5 :
<?xml version="1.0" encoding="UTF-8" ?>
<xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve">
<fields />
<annots><highlight subject="TextHighlight" page="0" rect="122.865031,506.400127,316.897579,483.442621" name="7575e238-a2dc-7226-745d-033b06ceb937" title="Richard Dupont (FMET94)" date="D:20140815134402-04'00'" color="#FFFF00" interior-color="#000000" opacity="0.25" creationdate="D:20140815134354-04'00'" coords="123.045031,506.400127,316.897579,506.400127,123.045031,498.225125,316.897579,498.225125,122.865031,493.800123,291.862573,493.800123,122.865031,483.442621,291.862573,483.442621"><popup flags="print,nozoom,norotate" page="0" rect="0,792.000198,112.500028,679.50017" open="no"/></highlight></annots>
<pages>
<defmtx matrix="1.333333,0,0,-1.333333,0,1056" />
</pages>
</xfdf>