13

is there any free flash pdf viewer so that i can embeded it in my asp pages,i tried searching google but all in vain.[embedded PDF viewer will also work ]

thanks in advance

Searock
  • 5,488
  • 8
  • 58
  • 95
  • Wouldn't it be easier to just supply the PDF as a download and let the browser launch the Acrobat reader (if installed)? Can you tell us more about what you are trying to achieve, there may be a better solution than an embedded PDF viewer (which is still going to need downloading and/or installing). – Lazarus Apr 23 '09 at 11:47
  • i dont want to use frames so i tried using embeded tag to embeded the pfp in my asp page.it gives me access is denied error,i dont know what it is throwing this error.embedded PDF viewer will also work – Searock Apr 23 '09 at 12:03

5 Answers5

23

Flex Paper -- http://flexpaper.devaldi.com/

As of 6/29/2011 there is a GPLv3 version with logo, and a Commercial version. It can run stand-alone, or be downloaded as a SWC library to embed in your own Flex application.

Adam Nofsinger
  • 3,634
  • 2
  • 32
  • 42
John G
  • 86
  • 1
  • 2
  • Flexpaper works great. You can customize the controls, It has a beautiful output and yes, if you put some tricks on, you can mix the flipboard and imagemagick to create any flip pages you want. – acpmasquerade Oct 16 '11 at 14:37
6

Scribd has their own proprietary Flash PDF Viewer called iPaper. The commercial product from Adobe is called FlashPaper. There are no free alternatives to that. So embedding is your closest option.

The embed tag is very simple:

<embed src="MyPdfDocument.pdf" width="500" height="375" />

Here's an example of how that looks.

Jose Basilio
  • 48,203
  • 11
  • 115
  • 116
  • thanks for your answer but i have tried it before and acrobat reader gives me access is denied error [this file is located on a server] it works fine when opened with direct url,do you know the cause of the error ? – Searock Apr 23 '09 at 13:22
  • i found the corect syntax – Searock Apr 23 '09 at 15:03
2

What about www.embedit.in ?

2

I know it is a bit late, but this can be useful for people that come here from searches. ZViewer is a pdf file viewer based on swftools: http://swfviewer.blogspot.com/

1

I've http://issuu.com/ which looks like just the ticket for what you're after

The best feature (for my project) is that it loads the PDFs 5 pages at a time, so getting the flash reader to try to display a 30Mb 200 page PDF won't mean loads of bandwidth

Toby Cox
  • 11
  • 1