- Posts: 64
- 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 iOS development and PDF
arabic save problem!
IP: 192.168.0.70
12 years 7 months ago #3477
by truculent
arabic save problem! was created by truculent
i found a bug!
in your last version you add note feature!
we work on it! add remove/modify it!
but now we give a bad problem ! when add arabic/persian note it's not save !
we check your PDFviewer sample [last version]!
when add arabic note after save it when press note icon not do any thing!
check pdf with preview the note is empty!
funny note : if you enter 1 character for example 'a'then append arabic charecter it's going to save!
in your last version you add note feature!
we work on it! add remove/modify it!
but now we give a bad problem ! when add arabic/persian note it's not save !
we check your PDFviewer sample [last version]!
when add arabic note after save it when press note icon not do any thing!
check pdf with preview the note is empty!
funny note : if you enter 1 character for example 'a'then append arabic charecter it's going to save!
IP: 192.168.0.70
12 years 7 months ago #3487
by stronglee
Replied by stronglee on topic arabic save problem!
Hi,
Is this arabic text? :huh: "ينيخثنستب" I‘ll check this problem.
Is this arabic text? :huh: "ينيخثنستب" I‘ll check this problem.
IP: 192.168.0.70
12 years 7 months ago #3489
by truculent
Replied by truculent on topic arabic save problem!
yup!
anyyyy character in arabic or persian !
but if enter 1 english charecter and append arabic charecter it's seems okay
anyyyy character in arabic or persian !
but if enter 1 english charecter and append arabic charecter it's seems okay
IP: 192.168.0.70
12 years 7 months ago #3512
by truculent
Replied by truculent on topic arabic save problem!
any solution ?
IP: 192.168.0.70
12 years 7 months ago #3513
by stronglee
Replied by stronglee on topic arabic save problem!
Hi,
This bug was fixed ,there will release a new library. With the new library you can save arabic character.
This bug was fixed ,there will release a new library. With the new library you can save arabic character.
IP: 192.168.0.70
12 years 7 months ago - 12 years 7 months ago #3514
by truculent
Replied by truculent on topic arabic save problem!
thank you!
but i fix it by little code
---->
upload7.ir/images/64925342200789951615.png
i suggest you fix another problems
or add feature Like change scale of annot or ....
but i fix it by little code
---->Code:
if ([[textAnnot substringToIndex:0] isEqualToString:@" "]) {
textAnnot = [textAnnot substringFromIndex:1]; // when show note, delete space character
}
NSMutableString * tempTextAnnot = [[NSMutableString alloc] initWithString:textAnnot];
[tempTextAnnot insertString:@" " atIndex:0]; // add space character for fix this problem :)
textAnnot = [tempTextAnnot copy];
[m_view vModifyTextAnnot:tempTouchX :tempTouchY :textAnnot];
upload7.ir/images/64925342200789951615.png
i suggest you fix another problems
Last edit: 12 years 7 months ago by patel_patel_patel.
Time to create page: 0.472 seconds