Embed a PDF Viewer in a webpage (FlashPaper?)

Hello,
I am a creative cloud member, primarily using Dreamweaver, Photoshop at the moment.  My client would like to have a embedded PDF viewer similar to the on on this link: http://www.blurb.com/books/5607793-zunior-eats-hard-cover
(I've seen info about something called FlashPaper and understand that it's been discontinued.) My questions is does Creative Cloud offer something that could achieve this without a ton of coding? I've found a couple of options if not, but would love to use and promote the creative cloud suite.
Thanks.
JS

No. Why even bother? Safari, Chrome and Firefox have built-in PDF viewers and even Internet Explorer is getting one in v12 according to rumours and you can of course always install Reader/ Acrobat. You also seem to misunderstand something - that Blurb stuff is all based on web techniques using their proprietary APIs, not PDF.
Mylenium

Similar Messages

  • How to add a hand tool (grab the page and drag) function on Chrome and firefox pdf viewer?

    To clarify, hand tool is a function for user click on the pdf and dragging around , that is used to replace the scroll bar navigating .
    The problem is, by default the Chrome and firefox pdf viewer do not have that function and I would like allow the user to drag the page.
    A workaround is to use a jquery plugin (grab to pan https://github.com/Rob--W/grab-to-pan.js in my case) with an embed object (pdf viewer). When I maximum the size of the pdf and user drag the embed object.
    The problem I have encounter is
    1) When using chrome/ firefox, the pdf content do not fit to the page but auto resize by default even I have set the adobe pdf open parameter , using iframe.
    2) The jquery seems conflict with the firefox pdf viewer, it works smoothly on Chrome but not firefox.
    Here is the source code, you may download the plugin from the link mention above and have a look. Don't forget to put a '1.pdf' along with the source file. Thanks
        <!DOCTYPE html>
        <head>
        <meta charset="utf-8">
        <title>Grab-to-pan.js demo</title>
        <link rel="stylesheet" href="grab-to-pan.css" type="text/css">
        <style>
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        html, body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        .scrollable {
            overflow: auto;
            width: 100%;
            height: 100%;
            background-color: #EEE;
        #zoomPage {
                  overflow:visible;
            width: 100%;
            height: 150%;
        </style>
        </head>
        <body>
        <label><input type="checkbox" id="activate-g2p" checked> Activate Grab to Pan</label>
        <div class="scrollable" id="scrollable-container">
        <object id = 'zoomPage' type='application/pdf' data= '1.pdf#zoom=page-fit'><p>The PDF can not display</p></object>
        </div>
        <script src="grab-to-pan.js"></script>
        <script>
        document.getElementById('activate-g2p').onchange = function() {
            if (this.checked) g2p.activate();
            else g2p.deactivate();
        var scrollableContainer = document.getElementById('scrollable-container');
        var g2p = new GrabToPan({
            element: scrollableContainer
        g2p.activate();
        </script>
        </body>
        </html>

    This is forum sponsored by Adobe make of Acrobat and Reader. Since Chrome and FireFox web browser have chosen to use their own viewer you might get more help in their forums or customer support.

  • PDF Viewer in Captivate?

    Does the newest version of Captivate provide a PDF viewer?
    I need to be able to display a PDF w/o forcing the user to click a link and launch the PDF in a browser window.  I have seen articles about third party groups creating ways to embed PDF viewers in competing products (Storyline), and it seems odd to me that Adobe would not have just made that a "thing" in Captivate.
    Thanks,
    Laura
    Here's the article about how to embed a PDF viewer in Storyline:
    How to Embed a PDF Viewer in Articulate Storyline - eLearning Brothers

    Thank  - but my concern is not that they will not have access to the Acrobat browser plugin.
    My primary concern is that I don't want them to have to exit the course to open yet another window (if you're familiar w/ LMS systems you know they've already got a browser window open, then they probably pop another window to launch the course, then this would be a THIRD one just to view the PDF which, in this case, actually IS the "course" - a reference).  I just want the viewer to be in the course window itself rather than in a new window.  There are other cosmetic and "appearance of security" things as well, but mostly it's the multiple windows deal.
    Thanks,
    Laura

  • PDF Viewer embedded in OA Framework page

    Hi All
    Is it possible to embed a PDF viewer into a framework page such that it could display an
    existing PDF that is held in an external document management system and accesssed via a url ?
    Context ...
    We will have a custom OA Framework page that will be displaying invoice details.
    The invoice image will be held in a document management system probably Documentum.
    The invoice image could be retrieved by opening the URL to that image document.
    Simple solution has a url link on the invoice details page for the image. When user clicks on the
    link a new window will open and display the PDF.
    Business have asked if it would be possible to display the invoice data fields AND the PDF image on the
    same window rather than needing to open a new window ?
    Is this possible ?
    Many thanks
    Andy

    Hi Andy,
    Please check with this if it helps http://www.apps2fusion.com/at/ps/51-ps/286-bi-publisher-document-viewer-common-region-embed-oa-framework.
    Regards,
    Reetesh Sharma

  • C# WINDOWS APP:  EMBED PDF VIEWER WITH FULL LIBRARY

    Here are my requirements:
    1) A PDF viewer that is embedded in a window in my windows app.
    2) I must be able to reference button_click events in the PDF from my windows app. (i.e. if i click a button in the PDF, the event occurs in my windows app.
    Pertaining to the above requirements:
    Here is what I've noticed so far. The Adobe Reader ActiveX works great at simply viewing PDF's and the buttons are shown too. However, I haven't found anything in the Reader library that allows me to reference the buttons in the PDF. This leaves the following questions.
    Possible Solutions: (need your help/recommendations)
    1) Can I use the Acrobat SDK to reference the document that is open inside my Adobe Reader ActiveX control? (If I can, then i can get a hold of my buttons and events). If I can do this, does anyone have any clue about the proper syntax? All of the the samples I've seen actually reference a document that acrobat opens, not the reader....
    2) Can I embed the Adobe Acrobat (not the reader) in my windows app in order to view the files? I haven't seen this done yet. Every example I've seen opens the acrobat in it's own window!!!
    3) Is there other software out there that offers both functionalities: 1) Embedded viewing window with 2) Full access to PDF library?
    Any help in this matter would be greatly appreciated, as I have searched High, Low, and In Between for a solution.
    Thanks,
    jpc

    Patrick Leckey and Walker81,
    So, according to both of you, it is possible.  I have messed around with the buttons a little bit in acrobat enough to know that you can make a button that on click will run a javascript.  The problem is that I do not know any javascript, which is why i was trying to access it only with C#.  However, I am now receptive of the idea of learning at least a little java to get around in adobe (it seems unavoidable).  Any examples or pointers as to how to do this would be greatly appreciated.
    So for clarification:  Is the following statement correct?  If I have an Adobe Reader Active X control which opens the PDF, it is impossible for me to also reference that opened PDF as an acrobat object, thereby getting access to all of it's objects.
    From what I understand:
    -  I can put in the button field of my "template button" to call a certian javascript that is stored in the PDF, and this javascript can send information to my C# windows application.
    - I can embed acrobat (not reader) into my C# application with the MenuItem that Walker81 mentioned. (btw, i'm not concerned about the extra cost.  I really just need something that works)
    This brings about a question though:  If I can embed acrobat in my Windows App, then what keeps me from accessing the button fields through that avenue?  (I think the adobe SDK has an example of fields being accessed - things like text boxes being filled in and junk).  So would it be possible to create a buttonclick_event of all of the buttons in the PDF at runtime through adobe's library by looping through all of the fields and declaring a buttonclick event???  I'll look into it, because being able to access a field and being able to make an event from one can be two different animals I guess...
    Thanks for the responses, and I will look up and mess around with the methods you described and try to make them work from my limited knowledge.  If anyone has any example code they'd like to share to get me started on this, it would be helpful.  I understand there's something called a document level function or something like that in adobe.  I'm assuming you're saying that the button would call this function, and that this function would reference my windows app.  I will look at this some more and try to follow up on here.  I can't imagine that i'm the only person trying to do this..

  • How to hyperlink a pdf or embed a pdf in DPS Folio?

    I want to have an option where i want to connect a pdf to a button in DPS folio. I cannot upload the pdf on the any server and link it. So is there a way to connect or embed a pdf in the dps folio?

    "The PDF image format now works on Android and Desktop Viewer, but linking to PDF files in HTMLResources.zip file still isn't supported. That works only in iOS and the Desktop Viewer."
    we are currently facing the problem our selfs.
    we try to make a workaround using this: http://www.adobe.com/devnet/digitalpublishingsuite/articles/dps-pdf-to-indesign.html
    maybe it's of help to you.

  • Can I embed 3D PDFs in an InDesign document?

    "Can I embed 3D PDFs in an InDesign document and the export the document as a PDF with the 3D surviving the process?"

    3D PDFs are quite rare, and I've never actually viewed one, even though I work with PDFs all the time.
    However, I'm certain that InDesign has no concept of 3D artwork. Most images are not embedded but are linked.
    For these reasons, I think it would impossible for you to place it and export it, preserving the 3D.

  • Can you embed a PDF into a Captivate 8 project?

    Hi,
    Can you embed a PDF document into a captivate project?
    I know i shouldnt compare, but in Articulate Story Line, you are able to add 'resourses' into the project which sit alongside the eLearning to provide further reading.
    Can you do this in Captivate? but without it linking to an external sourse such as local or shared drive?
    Thanks
    Chris

    To tmpe222,
    I'm not a Cp expert, but it seems to me that there's no sense in simply trying to stick a pdf document in the Scorm package. What good would that do? The file would be in the package, but that doesn't mean it would be 'embedded in the project' in any meaningful sense of the term.
    I don't know of any way to embed a pdf document directly into a Cp project. But couldn't you simply convert the pdf file into an image (jpeg or gif)? This you could easily insert in your project. It would be inserted as a standard object. And then you could do all the nice things that you can do with any object: put it on slide to be accessed only if the participant wants to view it; use effects so that it enters nicely; add annotation . . . the sky's the limit.
    Does this help at all, or am I on the wrong track?
    Best regards,
    Marvin DuBois

  • PDF viewer removes text from tabs and search bars

    Often when I open documents in the built-in PDF viewer Firefox freezes for a few seconds and then when it returns to life all the text not associated with a particular webpage is gone. The tabs for the Firefox windows have no text. The search bar has no text. The address bar has no text. The bookmarks bar has no text. If I right click I get a menu with no text. If Firefox opens any windows (such as below when I click "Automatically add") those windows have no text. I have a screenshot of this phenomenon but don't see any way of attaching it. Restarting Firefox only occasionally resolves the issue.
    This was happening while I filled out this form and collected the troubleshooting information below (by guessing which textless window buttons did what.)

    Here is a picture!

  • PDF links broken in SWF Flashpaper after conversion.

    I've been building a flash app to view documents that exist as PDF files currently.
    A recent demo of this app viewing the PDFs converted to SWF in Flashpaper viewer embedded in Flash player, we noticed that the embedded links (both interdocument links and the internet based links) were broken (didn't work).
    Is there something we were doing wrong or is there a fix for this in a newer flashpaper version?
    Thanks,
    John

    According to this http://www.adobe.com/products/flashpaper/productinfo/features/static_tour/navigation/hyper linking.html hyperlinks are supported, however I've seen these not working after converting PDFs to SWFs in my testing.
    Is there some requirement for hyperlinks (both internal to the document and external internet links) to be working correctly after the conversion?

  • PDF Viewer / Printer

    Hi all,
    I'm looking for a PDF Viewer to embed within a Swing application that would hopefully give a printing option as well. I've been looking at Adobe's now unsupported Viewer, as well as a product call PDFGo. Does anyone have any recommendations on these? Are there suggestions for other alternatives? Thanks,
    Max

    Why don't you let the default browser of the user do the work for you?`
    Start the browser with the URL of your pdf-file. The browser will do the rest.
    Check out http://browserlauncher.sourceforge.net/ if you are looking for a way to start the default browser from within your application.
    Timo

  • Adobe PDF Viewer and Safari

    I have recently installed CS3.
    Now whenever I try to open a PDF on a webpage I just get a error box saying Adobe PDF viewer cant open the file.
    How can I revert Safari to open PDF files in Preview again?

    How can I revert Safari to open PDF files in Preview again?
    You don't need to do that; Safari is perfectly capable of rendering a PDF by itself. You don't need Preview or Adobe Reader.
    To do that again:
    1. Quit Safari if it's running.
    2. Launch Adobe Reader, go to Preferences > Internet and uncheck the box at the top of that window where it says "Display PDFs in browser using:".
    3. Go to /Library/Plug Ins and delete the Adobe PDFviewer Plugin.
    4. Enter the following command in Terminal, press Enter, then quit Terminal:
    defaults write com.apple.Safari WebKitOmitPDFSupport -bool false
    5. Restart Safari and try dragging a PDF file from your Mac onto an open browser window.
    Mulder

  • Cannot embed 3D PDF into powerpoint 2007

    Hello:
    I can't embed 3D model from .pdf file into powerpoint 2007.
    Followed all instructions, the 3D model is captured from VMD program using acrobat 3d 8.0,
    it is saved automatically as .pdf file,
    it is able to open and rotate in the acrobat reader,
    then in powerpoint 2007, when i want to embed it,
    i click the embed 3D button, the add 3d data window appear,
    but in the file selection, the .pdf file is not supported.
    only those .u3d, .cad, ... are supported, and i tried these, they can be embeded.
    but i am confused, how can i really embed the .pdf file to powerpoint?
    Any help is appreciated. Thanks a lot.

    Thanks for both of your help.
    I am still not quite understand how the OCX means.
    Does it mean the "embed 3D" button appeared in powerpoint or some other kind of software?
    Currently what I did is export the 3d model in the .pdf to a .u3d file.
    then I can choose the .u3d file and embed it since this format is supported. And I can rotate it in powerpoint. But the only problem is it's now in perspective view and I cannot change it to orthographic view inside the powerpoint.
    Even in the .pdf I set the default view to orthographic, the exported and embeded is still perspective.
    So is there any way to export it as orthographic model?

  • Air for Android - Embed a pdf in Air Mobile app

    Hi at all,
    i would like to embed a pdf directly in a View Component and use the Adobe Reader features like zoom, navigation page etc.
    Any suggest?
    Thanks.
    F.

    You can call native code from AS3 by writing an AIR Native Extension (ANE):
    http://www.adobe.com/devnet/air/native-extensions-for-air.html
    BTW: Flash already contains quite a few image processing filters and image compositioning algorithms. They may be suitable, depending on your needs.

  • Is there a PDF viewer plugin for flash?

    We are building a tool to view documents that currently exist as PDF files and will view future (yet to be created) PDF files.
    I'd like this tool to be a Flash based tool, however I've heard that there is no PDF viewer for Flash, is this still true with the latest version or future versions to come?
    I am familiar with the ability to convert PDF to SWF and view SWF files via a Flashpaper viewer... however :
    1) We ran into a limitation with SWF files in that interdocument links and internet links originally in the PDF do not work in SWF/Flashpaper - a showstopper.
    2) The version of Flash we reviewed for this might have been old and not bleeding edge. The tool we are building would be best developed if it could display the already 1000s of created PDF files it will be used to view instead of having to convert each one initially and then in batch mode for new PDFs.
    Thanks for any clues or suggestions on this.
    John

    To clarify, this tool is being developed as a standalone flash player tool and not a browser based tool.

Maybe you are looking for

  • How to create the layout for query in Bex 3.5

    Hi All, i have one requirement to do layout for query. Report like after passing the variable values and then they will select the required layout. It has to get output according layout selection fields. i have no idea about how to create layout.    

  • How do I put a "Not Eligible" song on my iPhone

    After iTunes matched my library, it found 60 items that were "Not Eligible". Most were music videos but some were not.  If I turn iTunes Match on for my iPhone or iPad, it says the library will be removed and replaced with my iTunes Match library in

  • Ldapseacrh command when upgrading to 10.1.2.3.0

    Hi Everyone, I am looking into upgrading my application server environment from 10.1.2.2.0 to 10.1.2.3.0. I noticed in the patch set notes in section 7.1.6 to run the ldapsearch command to see which middle tiers are using a metadata repository. I ran

  • Is there some type of solution for charging multiple iphone 4s at once?

    Is there a gadget or charging station for a home with multiple iphone 4 users and ipod touch that helps eliminate all the chargers on the kitchen counters?

  • Help setting up score

    hi, im in a wheelchair & have use of one hand so my input method for composing is "click & drag" notes to score . i havent been able to create a blank score/template. i've seen the windows but once info is in no" score paper" is created.does score on