- Posts: 25
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova, Xamarin, Basic4Android topics are listed here.
Retrieve Acrofield Status
IP: 93.34.225.185
7 years 10 months ago #13824
by mfranc28
Replied by mfranc28 on topic Retrieve Acrofield Status
License in activated at the App Start and it's a Professional License.
I check if all the method return true but It's seems so.
I check if all the method return true but It's seems so.
IP: 37.183.44.177
7 years 10 months ago #13825
by nermeen
So with a professional one, it won't work.
Replied by nermeen on topic Retrieve Acrofield Status
That is the problem, form field editing is available only with a premium license.it's a Professional License
So with a professional one, it won't work.
IP: 93.34.225.185
7 years 9 months ago - 7 years 9 months ago #13829
by mfranc28
Replied by mfranc28 on topic Retrieve Acrofield Status
I checked.
License Premium activation correct and document.Save return True
It's possible to have a demo in Xamarin for test save on doc? So I can check difference between our version and mine version
License Premium activation correct and document.Save return True
It's possible to have a demo in Xamarin for test save on doc? So I can check difference between our version and mine version
Last edit: 7 years 9 months ago by mfranc28.
IP: 37.183.44.177
7 years 9 months ago #13831
by Davide
Replied by Davide on topic Retrieve Acrofield Status
Hi,
here you will find the demo project for Xamarin : github.com/gearit/RadaeePDF-Xamarin
This project is activated with a demo Premium license.
You can edit the main activity with your pdf path and then with the "open button" you can open and edit the pdf then save.
You can also edit the main activity to open pdf via stream.
here you will find the demo project for Xamarin : github.com/gearit/RadaeePDF-Xamarin
This project is activated with a demo Premium license.
You can edit the main activity with your pdf path and then with the "open button" you can open and edit the pdf then save.
You can also edit the main activity to open pdf via stream.
IP: 93.34.225.185
7 years 9 months ago - 7 years 9 months ago #13832
by mfranc28
Replied by mfranc28 on topic Retrieve Acrofield Status
I try the Demo with files of mine and when I tap on Open From Asset I have message "PDF not valid or damaged.." WHY? Tried with different pdf file all with same error.
I attach the pdf
I attach the pdf
Last edit: 7 years 9 months ago by mfranc28.
IP: 37.183.44.177
7 years 9 months ago #13837
by nermeen
Replied by nermeen on topic Retrieve Acrofield Status
In case of open from assets, the demo pdf is opened using
So you need to change the pdf name according to the one you are using.
Note: Open form assets is a read only mode, you won't be able to edit acrofields.
Code:
mPdfManager.OpenFromAssets(this, "test.PDF", "");
Note: Open form assets is a read only mode, you won't be able to edit acrofields.
Time to create page: 0.391 seconds