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

TOPIC:

Project Examle for pdf View in android 8 years 1 month ago #10399

  • asendead21
  • asendead21's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
hi everyone, I want to make pdf reader using radaee pdf... can u give me some example source code or project to set pdf view from assests ? I've import all libs from radaee but I'm confused to make simple pdf view... thanks for your reply...

Please Log in or Create an account to join the conversation.

Project Examle for pdf View in android 8 years 1 month ago #10400

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
this guide will help you to import radaee reader to your own project : www.radaeepdf.com/support/knowledge-base...component&kbartid=41

In module RDPDFReader you will find some example of how to open pdf from asset in PDFViewAct:
if( pdf_asset != null && pdf_asset != "" )
        	{
        		m_asset_stream = new PDFAssetStream();
        		m_asset_stream.open(getAssets(), pdf_asset);
        		m_doc = new Document();
        		int ret = m_doc.OpenStream(m_asset_stream, pdf_pswd);
        		ProcessOpenResult(ret);
        	}

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum