Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

Explanation of Feature List Required 10 years 2 months ago #5229

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
yes, it should be sufficient..

PDF index handling and modification:
Read or create PDF navigation index..(table of contents)
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
The following user(s) said Thank You: miguel.garcia
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5243

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
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.
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5244

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
How can you see the other content without scrolling???

Which readers do that?

I do not think we have this feature
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5249

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
Ok. Thanks.

Is there any feature available through which we can increase the font size of PDF content without using pinch zoom?
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5252

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
You can set the zoom by calling m_reader.PDFSetScale(scale);
The following user(s) said Thank You: miguel.garcia
The topic has been locked.

Explanation of Feature List Required 10 years 2 months ago #5266

  • sachin.1.kumar
  • sachin.1.kumar's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 9
  • Thank you received: 0
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.
The topic has been locked.
Powered by Kunena Forum