0

I have a PDF file which is generated in crystal Report version 13.0.0.99 which generate a Pdf of Version 1.7 .but all other PDF which is not generated by Crystal Report can read in my application. this link will get PDF file I created using Crystal Report.

http://www.mediafire.com/?d9b444vx0102vea

when i view this pdf in android i got the out put as

http://www.mediafire.com/view/?v0wzlqzhzqtiswb

what should I do to see this pdf in my application itself ?

Nithinlal
  • 4,845
  • 1
  • 29
  • 40

1 Answers1

0

Lots of sources for opening/ editing pdf(not sure from your question) on stackoverflow

1.) Use an intent to open a pdf - it ll open using an existing pdf viewer installed

2.) Take a look at

PDF Library for Android - PDFBox?

Android PDF Rendering

for open source libraries, commercial ones etc., Basically pdf and android dont go well together from a developer standpoint

Community
  • 1
  • 1
Vrashabh Irde
  • 14,129
  • 6
  • 51
  • 103