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

TOPIC:

How to reload PDF 8 years 3 months ago #10016

  • zadi
  • zadi's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 5
  • Thank you received: 0
Hi, i want reload new pdf file without reload activity: now i con use this code:

Global.Init(this);
m_layout = (RelativeLayout) LayoutInflater.from(WebViee.this).inflate(
R.layout.action_bar_pdf, null);

m_view = (PDFLayoutView) m_layout.findViewById(R.id.webView1);
setContentView(m_layout);
m_doc = new Document();
int ret = m_doc.OpenMem(docu.getDocbyte(), "");
ProcessOpenResult(ret);
setContentView(m_layout);


how to load a new pdf from byte[]?

thx!

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

How to reload PDF 8 years 3 months ago #10027

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65

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

  • Page:
  • 1
Powered by Kunena Forum