- Posts: 45
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Windows 8.1, 10, WindowsPhone, Windows UWP
Radaee PDF library (canSave property)
11 years 2 weeks ago #9523
by Pja
Radaee PDF library (canSave property) was created by Pja
I am using Radaee PDF library in my project.
The canSave property of doc is set to false by default due to which I am unable to use any annotations features.
How can I set this property to true by default?
The canSave property of doc is set to false by default due to which I am unable to use any annotations features.
How can I set this property to true by default?
11 years 2 weeks ago #9524
by support
Replied by support on topic Radaee PDF library (canSave property)
canSave proper return the actual status of the pdf file.
You can't modify it.
Reason's it could return false are:
- you're activating standard license (pro and premium are needed)
- the file is in a folder where the app has not writing privileges
- the file has not write/modify privileges itself.
You can't modify it.
Reason's it could return false are:
- you're activating standard license (pro and premium are needed)
- the file is in a folder where the app has not writing privileges
- the file has not write/modify privileges itself.
11 years 2 weeks ago #9526
by Pja
Replied by Pja on topic Radaee PDF library (canSave property)
I am opening the pdf document using IRandomAccessStream with read and write access.
Still canSave property is set false in doc.
What could be the reason for this?
Still canSave property is set false in doc.
What could be the reason for this?
11 years 2 weeks ago #9528
by Pja
Replied by Pja on topic Radaee PDF library (canSave property)
I am using the library which i have downloaded from this site.
I don't know which license it has?
I don't know which license it has?
11 years 2 weeks ago #9530
by support
Replied by support on topic Radaee PDF library (canSave property)
are you experiencing the issue in the demo project?
where your pdf files are located?
where your pdf files are located?
11 years 2 weeks ago #9535
by support
Replied by support on topic Radaee PDF library (canSave property)
I've just double checked the demo project on a file located on the desktop: canSave correctly report the true value.
I was able to add annotations and save them on the original file.
I was able to add annotations and save them on the original file.
Time to create page: 0.417 seconds