- Posts: 1123
- Thank you received: 73
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Editing form fields with keyboard
IP: 111.196.246.63
6 years 2 months ago #15148
by radaee
Replied by radaee on topic Editing form fields with keyboard
i'm sure, the PDF file can edit by demo project.
first click on editbox, background will become yellow, then click on yellow background, will display soft keyboard.
i suspect that you are using your own project to active demo license.
please run demo project without any modification.
first click on editbox, background will become yellow, then click on yellow background, will display soft keyboard.
i suspect that you are using your own project to active demo license.
please run demo project without any modification.
- DivinaPastora
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
IP: 52.169.220.34
6 years 2 months ago #15149
by DivinaPastora
Replied by DivinaPastora on topic Editing form fields with keyboard
Then it's probably due to license. I was testing in my own project.
By the way, i tried replacing my test pdf in your demo project. I can click on form fields but the popup doesn't appears. It just get borders marked with a black line and nothing happens. If i click again then the form is unselected.
By the way, i tried replacing my test pdf in your demo project. I can click on form fields but the popup doesn't appears. It just get borders marked with a black line and nothing happens. If i click again then the form is unselected.
IP: 111.196.246.63
6 years 2 months ago - 6 years 2 months ago #15150
by radaee
Replied by radaee on topic Editing form fields with keyboard
do not open the PDF file from Asset, Asset is resource of App, can't be editable.
please rename the PDF file name, and then place on root path of sdcard.
and to sure, no other app is opening this PDF file.
please rename the PDF file name, and then place on root path of sdcard.
and to sure, no other app is opening this PDF file.
Last edit: 6 years 2 months ago by radaee.
- DivinaPastora
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
IP: 52.169.220.34
6 years 2 months ago #15151
by DivinaPastora
Replied by DivinaPastora on topic Editing form fields with keyboard
Ok, and it can be edited if i load it from memory or a private app file folder? From sdcard could not be an option for me to avoid publishing this file on a "public" folder.
- DivinaPastora
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 14
- Thank you received: 0
IP: 52.169.220.34
6 years 2 months ago #15152
by DivinaPastora
Replied by DivinaPastora on topic Editing form fields with keyboard
Ok, and it can be edited if i load it from memory or a private app file folder? From sdcard could not be an option for me to avoid publishing this file on a "public" field.
IP: 111.196.246.63
6 years 2 months ago #15153
by radaee
Replied by radaee on topic Editing form fields with keyboard
no, you misunderstood on it.
open from Asset is not open from sandbox, Asset data is zipped data, not exists no storage.
if we open PDF from Asset directly, we just like open it from memory.
if you want edit PDF file from Asset, you have to extract Asset data to sandbox, then open file from sandbox.
open from Asset is not open from sandbox, Asset data is zipped data, not exists no storage.
if we open PDF from Asset directly, we just like open it from memory.
if you want edit PDF file from Asset, you have to extract Asset data to sandbox, then open file from sandbox.
Time to create page: 0.389 seconds