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

More
IP: 192.168.0.158 12 years 7 months ago #5229 by nermeen
yes, it should be sufficient..

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
More
IP: 192.168.0.70 12 years 7 months ago #5243 by sachin.1.kumar
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.
More
IP: 192.168.0.158 12 years 7 months ago #5244 by nermeen
How can you see the other content without scrolling???

Which readers do that?

I do not think we have this feature
More
IP: 192.168.0.70 12 years 7 months ago #5249 by sachin.1.kumar
Ok. Thanks.

Is there any feature available through which we can increase the font size of PDF content without using pinch zoom?
More
IP: 192.168.0.158 12 years 7 months ago #5252 by nermeen
You can set the zoom by calling m_reader.PDFSetScale(scale);
More
IP: 192.168.0.70 12 years 7 months ago #5266 by sachin.1.kumar
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.
Time to create page: 0.426 seconds
Powered by Kunena Forum