Do you own a Debenu Quick PDF Library version 7, 8, 9, 10, 11, 12, 13 or iSEDQuickPDF license? Upgrade to Debenu Quick PDF Library 14 today!
![]() |
Differebd behaivour fo characters |
Post Reply
|
| Author | |
redak105
Beginner
Joined: 18 Mar 15 Status: Offline Points: 15 |
Post Options
Thanks(0)
Quote Reply
Topic: Differebd behaivour fo charactersPosted: 23 Mar 15 at 3:48PM |
|
Hi,
managed to show Czech characters in PDF form. But I have problem with character space. After I add some Czech character, all string in form field gets double spacing of characters. This cause to disappear half of text. Somebody had same problem? |
|
![]() |
|
mLipok
Senior Member
Joined: 23 Apr 14 Location: Poland, Zabrze Status: Offline Points: 453 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 Mar 15 at 4:39PM |
|
Show repro example.
|
|
|
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600 |
|
![]() |
|
redak105
Beginner
Joined: 18 Mar 15 Status: Offline Points: 15 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 Mar 15 at 5:01PM |
|
http://s3.postimg.org/7u5ky8mtf/PDF.png
|
|
![]() |
|
mLipok
Senior Member
Joined: 23 Apr 14 Location: Poland, Zabrze Status: Offline Points: 453 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 Mar 15 at 5:05PM |
|
and How you trying to fill this field in your code (show repro script).
edit: part of your code. Edited by mLipok - 23 Mar 15 at 5:06PM |
|
|
Here you can find description how to test my examples:
http://www.quickpdf.org/forum/forum_posts.asp?TID=2932&PID=12600&title=drawcapturedpagematrix-matrix-howto#12600 |
|
![]() |
|
redak105
Beginner
Joined: 18 Mar 15 Status: Offline Points: 15 |
Post Options
Thanks(0)
Quote Reply
Posted: 23 Mar 15 at 5:12PM |
|
Basicaly:
int fontID = [DQPL AddTrueTypeFont:@"Arial {1250}" :1]; NSLog( @"%d", [DQPL SelectFont:fontID]); [DQPL SetFontFlags:1 :0 :0 :1 :0 :0 :0 :0]; int newFontID = [DQPL AddFormFont:fontID]; // update font int field_count = [DQPL FormFieldCount]; while (field_count > 0) { NSLog(@"%@", [DQPL GetFormFieldTitle:field_count]); NSLog(@"Add font %d", [DQPL SetFormFieldFont:field_count :newFontID]); field_count--; } // set form field [DQPL SetFormFieldValueByTitle:@"Main_Name" : @"ěščřžýáíé "]; // flate form field field_count = [DQPL FormFieldCount]; while (field_count > 0) { [DQPL UpdateAndFlattenFormField:field_count]; field_count--; } |
|
![]() |
|
redak105
Beginner
Joined: 18 Mar 15 Status: Offline Points: 15 |
Post Options
Thanks(0)
Quote Reply
Posted: 24 Mar 15 at 3:50PM |
|
Any idea?
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
Copyright © 2017 Debenu. Debenu Quick PDF Library is a PDF SDK. All rights reserved. About — Contact — Blog — Support — Online Store