Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
  • Page:
  • 1

TOPIC:

i want to get annotation file path and file type 8 years 7 months ago #9536

  • mohgam
  • mohgam's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
i want to get annotation file path and file type that saved in wp8.1?

Please Log in or Create an account to join the conversation.

i want to get annotation file path and file type 8 years 7 months ago #9537

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
Incomplete answer.
Look at message below.

Methods you're looking for aren't yet available on Windows version.
We are including them and soon you will be able to use them.

Question: are you looking for the way to get linked file or attached file?

In both case, your second request "file type" should be developed on your own.

Please Log in or Create an account to join the conversation.

Last edit: by support.

i want to get annotation file path and file type 8 years 7 months ago #9538

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
You should cycle through page's annotations looking for Attachment annotations (m_annotation.IsAttachment()).
When you get an attached file you could extract it using:
m_annot.GetAttachmentData
m_annot.GetAttachmentName
methods.

As told before, file type identification should be done on your side.
Look at here msdn.microsoft.com/en-us/library/ms775107(v=vs.85).aspx.

Please Log in or Create an account to join the conversation.

i want to get annotation file path and file type 8 years 7 months ago #9574

  • mohgam
  • mohgam's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
sorry but i want to get all the annotations for a file (saved or n0t saved)
Is there any method exports the annotations as an XML or even code to loop on annotations but to get the xml saved.
Also to import this text later??

Please Log in or Create an account to join the conversation.

i want to get annotation file path and file type 8 years 7 months ago #9604

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
Not yet.
The feature isn't available in any of the three supported platform.

We're still evaluating to support it.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum