- Posts: 962
- Thank you received: 87
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
Explanation of Feature List Required
IP: 192.168.0.158
12 years 7 months ago #5229
by nermeen
Replied by nermeen on topic Explanation of Feature List Required
yes, it should be sufficient..
PDF index handling and modification:
Read or create PDF navigation index..(table of contents)
PDF index handling and modification:
Read or create PDF navigation index..(table of contents)
Code:
Document.GetOutlines()
//http://www.androidpdf.mobi/documentation/javadocs/com/radaee/pdf/Document.html#GetOutlines()
Outline.AddChild();
Outline.AddNext();
Outline.RemoveFromDoc()
Outline.SetTitle();
Outline.GetChild();
Outline.GetNext(); ...
//http://www.androidpdf.mobi/documentation/javadocs/com/radaee/pdf/Document.Outline.html
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5243
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
The content of the PDF book overflows the screen area after zoom. The user needs to scroll the screen area to read the content.
Normally in any reader the content flows to next page after zoom so that scrolling is not required to read the content.
Is this feature available in any of your license(Standard/Professional/Premium)?
Can I use this feature using the trial version to create a POC(Proof of Concept)?
If yes How it can be used?
Please reply ASAP.
Normally in any reader the content flows to next page after zoom so that scrolling is not required to read the content.
Is this feature available in any of your license(Standard/Professional/Premium)?
Can I use this feature using the trial version to create a POC(Proof of Concept)?
If yes How it can be used?
Please reply ASAP.
IP: 192.168.0.158
12 years 7 months ago #5244
by nermeen
Replied by nermeen on topic Explanation of Feature List Required
How can you see the other content without scrolling???
Which readers do that?
I do not think we have this feature
Which readers do that?
I do not think we have this feature
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5249
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
Ok. Thanks.
Is there any feature available through which we can increase the font size of PDF content without using pinch zoom?
Is there any feature available through which we can increase the font size of PDF content without using pinch zoom?
IP: 192.168.0.158
12 years 7 months ago #5252
by nermeen
Replied by nermeen on topic Explanation of Feature List Required
You can set the zoom by calling m_reader.PDFSetScale(scale);
- sachin.1.kumar
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
IP: 192.168.0.70
12 years 7 months ago #5266
by sachin.1.kumar
Replied by sachin.1.kumar on topic Explanation of Feature List Required
Thanks for the reply.
I found m_vPDF.m_pdv.vSetScale(float scale, float fx, float fy) to set the scale, but this is not working.
m_vPDF is an object of ReaderController class and m_pdv is an object of PDFView class declared inside ReaderController.
Please help.
I found m_vPDF.m_pdv.vSetScale(float scale, float fx, float fy) to set the scale, but this is not working.
m_vPDF is an object of ReaderController class and m_pdv is an object of PDFView class declared inside ReaderController.
Please help.
Time to create page: 0.426 seconds