Questions tagged [vudroid]

7 questions
2
votes
0 answers

Android - The bitmap in the PDF Changes size when PDF saved

I am trying to draw some bitmap in a pdf and then saving that pdf in devices like Note 3/Nexus 7(2013) and other MDPI devices. Library Used : VuDroid Code used to draw the bitmap : mBitmap = mGesture.toBitmap( (int)…
Aditya Nikhade
  • 1,373
  • 10
  • 15
1
vote
0 answers

Read PDF File using MuPDF with Vudroid

How can I read different PDF pages in android with Vudroid? Vudroid only reads only single file at a time and draws the pages, but my requirement is different: I want to read multiple PDF files with first page only.
Rajesh Patil
  • 73
  • 1
  • 11
1
vote
1 answer

unity: How to develop for HTC VIVE Pro without having the VIVE device

I have been requested to buil an application with AR, and targeting VIVE™ PRO Headset, I don't have the physical headset. in android we used to use Virtual machine, Is there similar thing in VIVE™ ? I work with unity
EsmaeelQash
  • 488
  • 2
  • 6
  • 20
1
vote
1 answer

Joan Zapata PDF View swipe before rendered error

I've implement the Joan Zapata PDF View library into my project and when I load up a PDF document and interact with it before it is completely rendered I get a VuDriod error: RuntimeError: error loading page I have tried displaying a ProgressDialog…
RheeBee
  • 195
  • 2
  • 11
1
vote
3 answers

VuDroid pdf viewer cannot find Bitmap to render or it doesnt render

I am trying to use the VuDroid PDF viewer and I need to take the rendered bitmap and store it as a byte[]. Then I need to convert it back into a Bitmap that can be displayed on a view using something like "canvas.drawBitmap(bitmap, 0, 0, paint);". I…
CommonKnowledge
  • 769
  • 1
  • 10
  • 35
0
votes
1 answer

mupdf render jpeg2000 lose color?

I am working on an android project, which use vudroid, which in turn use mupdf version 0.5. Vudroid remove the original openjpeg support of mupdf, I have ported the mupdf version 1.5's openjpeg support. But I encounter a new problem, color…
Jichao
  • 40,341
  • 47
  • 125
  • 198
0
votes
1 answer

MuPDF error, on building using ndk-build

After a long R.N.D, picking one open source library (i.e MuPDF) for creating PDF VIEWER, but what from last 2week, I found its too not the stable version or don't know what the hell with it, removing errors still getting error over error again..,…
KumailR
  • 505
  • 1
  • 4
  • 20