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

Project Examle for pdf View in android

More
10 years 6 months ago #10399 by asendead21
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...
More
10 years 6 months ago #10400 by Davide
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:
Code:
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); }
Time to create page: 0.383 seconds
Powered by Kunena Forum