- Posts: 4
- 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
How to remove line breaking between pages
10 years 7 months ago #10290
by trầbắc
How to remove line breaking between pages was created by trầbắc
Hi all
I want to remove line break between pages in pdf file as the image is attached
How must i do?
Thank!
I want to remove line break between pages in pdf file as the image is attached
How must i do?
Thank!
10 years 7 months ago #10297
by emanuele
Replied by emanuele on topic How to remove line breaking between pages
Hi,
you can set the gap from two pages when you call [PDFV vOpen] method in PDFView class.
In demo project you can find it at line 113:
The second parameter is the gap and you can set it to 0 to remove the line break.
you can set the gap from two pages when you call [PDFV vOpen] method in PDFView class.
In demo project you can find it at line 113:
Code:
[m_view vOpen:doc :4 :self: &tback];
10 years 7 months ago #10300
by trầbắc
Replied by trầbắc on topic How to remove line breaking between pages
@emanele Thank so much.
I fixed, but my app has another problem, i'm using ios demo sdk. when i built project, it appear label "rendered by radaeepdf....." in each pdf page. now i want to remove that label to demo with customer. After demo if they agree i will buy your sdk lincence. Do you have trial key which remove that label within a week or a month? or how can i use trial sdk without that label?
Thank you so much
I fixed, but my app has another problem, i'm using ios demo sdk. when i built project, it appear label "rendered by radaeepdf....." in each pdf page. now i want to remove that label to demo with customer. After demo if they agree i will buy your sdk lincence. Do you have trial key which remove that label within a week or a month? or how can i use trial sdk without that label?
Thank you so much
10 years 7 months ago #10302
by emanuele
Replied by emanuele on topic How to remove line breaking between pages
You can temporary use the same bundle id used in demo project. In this way you should be able to do your demo without the watermark
10 years 7 months ago - 10 years 7 months ago #10305
by trầbắc
Replied by trầbắc on topic How to remove line breaking between pages
@Emanuele Thank so much.
But if i use the same bundle id used in demo project. i can't register that bundle id on Apple for giving demo version to my customers. I only can build my project on Xcode.
I think it will be better if you use a trial key or you have other solutions for this issue?
Thank.
But if i use the same bundle id used in demo project. i can't register that bundle id on Apple for giving demo version to my customers. I only can build my project on Xcode.
I think it will be better if you use a trial key or you have other solutions for this issue?
Thank.
Last edit: 10 years 7 months ago by trầbắc.
10 years 7 months ago #10309
by emanuele
Replied by emanuele on topic How to remove line breaking between pages
Unfortunately we don't have trial keys or something similar, this is the only way to remove the watermark without buying a license.
Time to create page: 0.426 seconds