Flex 4.6: ios pdf viewer app

Hello flexers,
I want to know if there will be a problem if i develop an ipad app for a magazine that can view pdf of the issue which containt links, videos and other object.
Thanks in advance.
Moez

It shouldn't. You can use stagewebview and you can point it to local files or external web links. It creates an instance of mobile safari so anything that can be rendered in there can be viewed.

Similar Messages

  • I dont have a pdf viewer app

    i just recently notice that i dont have a pdf viewer app on my palm pixi and i really want one. how do i get it
    Post relates to: Pixi p120eww (Sprint)

    The Pixi support pages for Sprint have this page on "How to use PDF View", but I don't know if it's there generically, or a definite indication the Pixi comes with the program!?
    http://kb.palm.com/wps/portal/kb/na/pixi/pixi/sprint/solutions/article/17694_en.html
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • IOS pdf viewer cannot display text that was entered in acrobat forms???

    hi.
    i have a blank PDF form. i enter text into this form on my mac, i use the latest adobe acrobat or adobe reader to do this. i email this filled out form to a person. the person uses an iphone or ipad to view his mail. he is a novice user, no extra apps installed. the user opens the attached pdf (default ios pdf reader) and the form is displayed.
    but – not a single word i entered into the form is displayed.
    it seems that forms that are filled out with acrobat/reader can't be correctly displayed on an iphone/ipad? They show up blank!
    I tested this with a few documents, same result.
    any help?
    Cheers!

    The basic readers might not process field forms, just the basic context of the PDF.
    It is best to add an app that can process Acrobat PDF forms, not just read them. I would look at PDF Expert since it appears to be the most compatible and runs custom JavaScripts in forms. Another option would be the Adobe Mobile PDF Reader.
    Did you create the PDF form?
    PDF forms can be created by Acrobat, AcroForms, or using LiveCycle, XML forms. The majority of iOS or android mobile devices cannot process XML forms.
    Trying to read PDFs on mobile devices requires testing of the PDF to fix display issues and if you are using forms the JavaScript within forms needs to be tested for compatibility with various app readers to see if the form fields and code even work.

  • E-mail Applicatio​n not recognizin​g PDF Viewer on Pre

    I am having trouble getting the e-mail application to open attached PDF files using the PDF viewer app. Any PDF file I attempt to open that was attached to an e-mail gives me an error message, "Cannot find an application which can open this file." I have taken the exact attached file from my PC, downloaded it to the PRE using a USB transfer, and am able to open it in PDF Viewer on the phone. I also tried to send myself a word document (.docx file), and was able to open and view that file through an E-mail attachment. I was previously able to open PDF files, and I assume I lost that functionality with the latest software update. I would appreciate any thoughts, or suggestions, as I am unsure if this is a software issue or something I can fix with some kind of settings. Thanks.
    Palm Pre P100EWW webOS 1.3.1
    E-mail is through Hotmail.com
    Post relates to: Pre p100eww (Sprint)

    I have the same problem with my PRE. However, I noticed that the viewer will open PDF documents produced by "Amyuni PDF converter". So, depending on which software is used, the PRE will open or not the PDF file. I have called Palm about this (in sept of 09) and they said they were looking into it. It would be nice indeed to have a PDF viewer which would open all PDFs.

  • Windows Application - PDF Viewer

    Hi,
    We are using windows application PDF viewer with Acrobat API. The pdf document is loading correctly without issues but the Tool menu is not displayed.
    How to include tool menu in wondows form (PDF Viewer).

    There is no in-box PDF API on Windows Phone 8.1.
    The typical approach is to launch the pdf file into the default PDF viewer app. If you want to display it inside your app you'll need to either find a 3rd party component or write your own.

  • PDF View bug?

    Hello,
    I noticed that the title bar in PDF View app doesn't go away when I select "Find" from the menu. 
    So basically my search input is hidden by the bar, the up/down arrows are also hidden by the bar..
    Is anyone else able to reproduce this on their Pre?
    picture attached.
    -Henry 
    Post relates to: Pre p100eww (Sprint)
    This question was solved.
    View Solution.

    Yes. They know about it. Guess they did not get a fix in for 1.3.5 . Original post about it here.
    http://forums.palm.com/palm/board/message?board.id=webossoftware&thread.id=9697 

  • How Do I Open a PDF attachment in IOS 8 mail app?

    Hi all,
    I am curious how do I open a pdf attachment in IOS 8 mail app?

    Hi,
    My friend has what you stated = a square with and arrow coming out the top and works as expected
    BUT I don't
    what happens to me - is the small muti page opens and does NOT show a pdf ICON - BUT DOES show only the first page and I DO NOT GET = a square with and arrow coming out the top TO CLICK ON!
    So it seems the normal behavior is not happening - how can I fix this - to see ALL pages and or open pdf in another pdf app?

  • PDF Viewer classfied as downloaded app after 1.3.1-update

    After updating my Pre to 1.3.1 today, I noticed that the PDF viewer was listed as a downloaded app with an unknown author (in the System info application's software list). However, IIRC, it was installed on the Pre when I got it, and was (correctly) listed as a preinstalled app before the 1.3.1 upgrade.
    Is this a bug?
    Post relates to: Pre p100ueu (O2)

    Thanks for your answer
    I updated directly from 1.1.3 to 1.3.1 (as this is the official upgrade path for the German version) - perhaps it was different with 1.1.3?!
    When you look at the details of an installed app (by tapping on it in the software list), the information window that appears also displays by whom the app was developed. But for the PDF viewer, it just says "von Unbekannt" (which means "from Unknown"). I think it should say something like "from Palm". That's what I meant with my last statement, sorry if it was a bit confusing.

  • 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..

  • In app pdf viewer plugin

    Hello
    We are developing an app or a customer who wants to be able to show pdf in apps. For this we need a custom pdf viewer or something like a adobe pdf viewer plugin to use.
    Does something like this exist? Thank you!

    Moved to Acrobat SDK

  • Need a PDF viewer - how to get premium version of the ToGo apps when I don't have a TELUS data plan

    Hey all ...
    Is there a way to download and install a premium version of the ToGo apps (or just the PDF Viewer component - I searched the latter term and found one relevant thread wherein sdgardne had made reference to the premium ToGo apps) on my device from an installation executable within the Windows environment?
    Or at least get the necessary file onto the device via Windows?
    Thanks, FFF
    Solved!
    Go to Solution.

    You are most welcome...enjoy!!
    BTW -- given your actual issue, marking this thread as "Solved" may be premature, though...but it is your choice.
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • To view the full contents of this document, you need a later version of the PDF viewer

    I Have upgraded to the latest version available in the App Store so why am I still getting this message when I try to open up PDFs?
    To view the full contents of this document, you need a later version of the PDF viewer. You can upgrade to the latest version of Adobe Reader from www.adobe.com/products/acrobat/readstep2.html For further support, go to www.adobe.com/support/products/acrreader.html

    Hi,
    It sounds like you have a special type of form called a "dynamic XFA form".
    Currently, Adobe Reader mobile products (Reader for iOS, Android, Windows Phone) do not support dynamic XFA forms that are authored with Adobe LiveCycle Designer.
    The message is displayed when a dynamic content is not supported by a PDF viewer.  As far as I know, no PDF viewers on iOS support dynamic XFA forms.
    Please use the desktop version of Adobe Reader on a Windows or Mac computer to view and fill out XFA forms.
    Sorry for the inconvenience.

  • PDF View "Render document failed"

    I've done quite a bit of looking around, and can't seem to find any fix for preventing a "render document failed" error message when opening certain pdfs (it looks like the discussion of this problem has really died down over the past year or so). I contacted HP's Palm support, but all they did was tell me that it was a known problem and that the engineering department was working on it. When I asked for possible work-arounds, they didn't have any (other than suggesting a pdf-to-word online converter, which does not allow my necessary zooming or landscape rotation). They also couldn't explain why the new TouchPad can open multiple pdfs at once (of different types- even pdfs with comic book graphics), but the Palm Pre Plus can't.
    Or is there some trick to manipulating the pdf so that it will render? I've tried reducing the file size, flattening the images, removing metadata, making it compatible with all sorts of earlier versions of Acrobat, and making it a "read only" file, but nothing's seemed to work. A 28 MB file will open just fine and allow me to read ALL of it (along with zooming and the landscape rotation using PDF Redux), but another 8 MB file gives me that "Render document failed" error message.  I'd appreciate any suggestions (or a fully functional pdf viewer on this "business" smartphone)!
    Post relates to: Pre Plus p100una (AT&T)

    I can't help, but raise another question...
    Others, is there another pdf reader in the App Catalog that he could try?
    Sheng-Chieh

  • How do I change the default PDF viewer on my iPad so I can easily see annotations?

    I keeping missing annotations on PDF because the built-in iPad Mail viewer does not show annotations.  To limit the keystrokes, instead of  using "open with" on each PDF email attachment to view in a third part app, I'd like to just change the mail default viewer. Is that possible with the current iPad operating systems?

    No it is not possible to change the default pdf viewer in mail.

  • IOS 8 Photos App - Events Album Sort Order is Screwed

    Hi,
    When I sync my photos (that are grouped into Events) from my Mac iPhoto Library, to my iPhone and view them in the iOS 8 Photos App, all the events are no longer sorted in order - they used to be sorted chronologically in 7.1.
    To try and find the event photos that you are looking for is now impossible.
    Does any one known how to fix this or is it a regression bug that they have introduced with iOS 8?
    Rgds
    Gary

    This is such a cluster-f*ck.  I was stunned when I found the change to iOS 8 brought this mixed up order of my events from my iMac's iPhoto.  Having them in Events by month/year was the only way I could keep a reasonable handle on where everything is.  This is completely unacceptable from Apple.
    Then again, it seems from what I read around the Internet, those of us using iPhoto as our managing software AND using it to sync pics to our i-devices are a clear and dwindling minority.  Maybe Apple just didn't think it important enough to bother, but they need to fix this. 
    What would have been completely helpful and awesome with iOS 8 would be the importing of keywords (and descriptions, but at least keywords) for those of us syncing from iPhoto.  I can understand why Apple wouldn't have done so years ago (memory onboard our i-devices), but today there's no reason for this.  Those tiny, tiny bits of data should come over with the photos to make them searchable by keyword.  I'd care less about the Events being out of order if I could search by keyword on my iPhone or iPad. 
    Come on Apple... we have enough storage space to make this happen.

Maybe you are looking for