Displaying a pdf/rtf in the iphone settings app

I've been trying to get a custom "about" screen into the settings application. For an example of what I'm trying to do, go to Settings -> General -> About -> Legal.
I'm guessing it's a pdf file being displayed, and I was hoping someone might have some info on how this can be done.

You can open pdfs with UIWebView by just loading the URL of your pdf-file.

Similar Messages

  • Unable to display a PDF image on the page - Mac 10.6

    Hi,
    Running an iMac with 10.6.8 and Indesign 5.0.4. Just wanting to export a PDF as per usual via File > Export function. However, I keep getting the error message, "Unable to display a PDF image on the page'. No idea what this is and have never seen this error before. The only info on the internet reveals error code 0x2511(9489).
    I've deleted prefs, closed down and re-opened Indesign and even restarted the computer. I've also re-linked the images contained in the document and even created a new document and set it up the same, but still the same problem. Investigating further, other Indesign documents still export properly.
    The only ones that don't export are 2 documents, both giving this same error message. Both documents are ones where a client has sent a PDF, I've imported into two of these into an 2-page A4 Indesign document (each PDF is 48MB each) and then just added a text layer (using Times) which is properly installed on the computer. I basically have to 'update' course dates for the client and add PDF to the website, all very basic.
    I've tried importing a jpeg and other PDFs into the file (replacing the existing ones) and they export fine.
    All my software is legal and I've exported this document before now in exactly the same File > Export without any problems (under 10.5 and 10.6).
    OK... I've just imported the offending PDFs into Acrobat, optimized and shrunk the file size, re-imported back to Indesign and the PDF export works fine. So it seems InDesign / PDF Export doesn't like large imported PDFs? I think they were originally exported from Publisher, so maybe that's the problem or a file conflict somehow.
    Any ideas on the culprit? I've googled it, searched these forums and Apple discussions and haven't found anything. Although I've found a workaround, I do get large files to import and then export. Thanks for any help
    Steve

    It does sound like a problem with the original PDF files the client sent you. You can check how they were made in Acrobat Pro from the Additional MetaData button on the Description tab of the document properties dialog. It will be under Advanced at the bottom of the list when the metadata opens.
    You might be able to salvage them by running the optimzer and not changing the size, or just doing a Save As in Acrobat.

  • Store and Display doc/pdf files in the database using Forms

    Hi all,
    How can i store and display doc/pdf files in the database using Forms 10g?.
    Arif

    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: [OraHome] is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    [OraHome] with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
      and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
      [JacobStage] is the folder where you extracted Jacob, and will end in ...\jacob_18
         cd [JacobStage]
         copy jacob.jar [OraHome]\forms\java\.
         copy jacob.dll [OraHome]\forms\webutil\.
      The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
      Open a DOS command prompt.
      Add [OraHome]\jdk\bin to the PATH:
         set PATH=[OraHome]\jdk\bin;%PATH%
      Sign the files, and check the output for success:
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\frmwebutil.jar
         [OraHome]\forms\webutil\sign_webutil [OraHome]\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
      you may skip this step. Otherwise,
      Create a schema to hold the WebUtil stored code, and privileges needed to
      connect and create a stored package. Schema name "WEBUTIL" is recommended
      for no reason other than consistency over the user base.
      Open [OraHome]\forms\create_webutil_db.sql in a text editor, and delete or comment
      out the EXIT statement, to be able to see whether the objects were created witout
      errors.
      Start SQL*Plus as SYSTEM, and issue:
         CREATE USER webutil IDENTIFIED BY [password]
         DEFAULT TABLESPACE users
         TEMPORARY TABLESPACE temp;
         GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
         CONNECT webutil/[password]@[connectstring]
         @[OraHome]\forms\create_webutil_db.sql
         -- Inspect SQL*Plus output for errors, and then
         CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
      Reconnect as SYSTEM, and issue:
         grant execute on webutil_db to public;
    5) Modify [OraHome]\forms\server\default.env, and append [OraHome]\jdk\jre\lib\rt.jar
      to the CLASSPATH entry.
    6) Start the OC4J instance
    7) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
      Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
      It is important to generate the PLX, to avoid the FRM-40039 discussed in
      Note 303682.1
      If the PLX is not generated, the Webutil.pll library would have to be attached with
      full path information to all forms wishing to use WebUtil. This is NOT recommended.
    8) Create a new FMB.
      Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
      There is no need to Subclass the WebutilConfig object.
      Attach the Webutil.pll Library, and remove the path.
      Add an ON-LOGON trigger with the code
             NULL;
      to avoid having to connect to an RDBMS (optional).
      Create a new button on a new canvas, with the code
             show_webutil_information (TRUE);
      in a WHEN-BUTTON-PRESSED trigger.
      Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    9) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
      the "Application Server URL" is empty.
      Then append "?config=webutil" at the end, so you end up with a URL of the form
          http://server:port/forms/frmservlet?config=webutil
    10) Run your form.sarah

  • Display word/pdf document in the HTML region or report

    Hi,
    How to display blob content stored in a table in HTML region or report region.
    I already have a process to display the image content.
    But my question here is how to display word/pdf document within the html region so that the user can read the document without downloading it.
    Any suggestions/solutions would be of great help.
    Thanks in advance...
    Thanks,
    Ramesh P.

    I was dead wrong.
    The display of images from BLOB is a special case because APEX provides a Display Image item type.
    Moreover, HTP/HTF packages also do not provide for handling of BLOB content. So AJAX cannot be used.
    Which implies that the only way to get binary content, other than images, is with the use of a WPG_DOCLOAD.DOWNLOAD_FILE call.
    This in turn implies that it may not be feasible to "inject" the BLOB into an exist HTML DOM in the Browser.
    Regards,

  • Which version of Adobe Acrobat is needed to read .pdf files on the iPhone?

    I have Blackbaud's iBBDemo4.exe iPhone simulator for Windows XP. I'm trying to view/read various .pdf files with it. I received an error message that says, "file uses a new format that is not supported by the current version of Acrobat." Does anyone know which Acrobat version is needed for .pdf files on the iPhone and/or iPhone simualtor?

    The iPhone has it's own built in PDF reader, and doesn't need Adobe Reader. So if your simulator software isn't working then I suggest you contact Blackbaud's support. Besides, Adobe doesn't make an iPhone version of Reader.

  • Error in the iphone music app iOS7 with dozens of empty genius playlists

    Im getting an error in the iphone music app in iOS7 with dozens of empty genius playlists even tho genius is OFF in my account settings and genius playlists are not selected for syncing with my iphone 5.  All apps, iTunes and iOS 7 are updated.
    The option to turn off genius under STORE menu is no longer available in the latest version of iTunes 11.1.
    Thanks.

    Love your comment:
    "Oddly the option to Delete is, get this, under Save:"
    LOL!!!!!!!!!
    This is just nuts!
    Whoever heard of hitting SAVE to DELETE something....Ha Ha Ha!!!
    The lunitics are officially running the asylum.....who knows whet they will do next.
    Design cars where you need to engage reverse to access drive.
    Many thanks this worked for me and I would NEVER have found it without you.
    I would NEVER have hit Save to Delete something...And I mean NEVER!
    Maybe if I hit Cancel button below this text box, it will save the contents for me..... Unbelievable!!!

  • Is there something wrong with the iPhone calc app?

    The other day I needed to show my son how many paper punch cards would be needed to compete with the flash memory on my iPhone 4.  Each punch card had 480 spaces on it, that could correspond to bits.  In order to work out how many punch cards would be needed, I had to first figure out how many bits there were in 32Gb.  The following calculation needs to be done in landscape mode, otherwise you ae unable to see the numbers properly on the display.
    8 x 1024 x 1024 x 1024 x 32 = 274,877,906,944
    Now for the interesting bit.
    If I divide the amount of bits held in a 32Gb by the amount of bits on the old paper punch card I should get - 572,662,306.1333333333 recurring cards required.
    Strangely the iPhone calc app believes that the number is just shy of 6 cards at 5.7266230613333e+8.
    Now I know this is not some strange scientific notation because if I divide by a whole number such as 100 or 400, etc... then it gets the answer right.  Further more with really big numbers, the iPhone calc app seems to loose the plot and provide incorrect answers.  Other apps I have for calculation get the answer right, but not the iphone app.
    Before anyone points out that Flash storage is done in 1000Mb's instead of 1024Mb's, I know.  I was just doing a demonstration based on the actual figure of 32Gb, using the correct numbers based on a binary base.  Storage manufacturers often use this as there manufacturing techniques do not work in the same way as the maths.
    Anyone else seen this problem, and if so, what strange numbers can we get, highlighting the problem, so that it gets fixed in the next update.  I think I shall have to try this out in Numbers on the iPhone, see if the problem is there to.  As a passing shot I feel that this is a fundamental problem that needs to be addressed, and relatively quickly.
    I am currently using iOS 5.0.1 on the iphone and iPad.

    Amazing...yet again an excuse for a 16 digit display that is incapable of displaying 572 million.... But funnily enough it will display something proper when divided by 400, or in other words, it resorts to moron system and prints '687,194,767.36'.  Maybe we should all write everything in scientific notation...and forget this silly simplistic system of using numbers and commas to designate large numbers.  For all you scientific types, they are no longer millionaires, no they will just be renamed "1.0e+6's".  Even better, we could rename millionaires row, to something scientific.  Yeah I can see that taking off.
    @tonefox, thanks for clearing that up for me, I wondered what all those strange new fangled words were for...
    I give up, you guys win.  Asking questions here is like nailing jelly to a wall...

  • Communicating through the iPhone photos app

    I upgraded my iPhone and gave my wife the old one. How do I change my name to hers on the photos app? She has her own account and so forth. It is only the photos app that still thinks it is my phone.

    Hi, AyaniB_VZW
    The app on her iPhone is called Photos, not iPhoto. (It is one of the apps
    that comes with the iPhone, and it cannot be deleted and reinstalled.) I
    reset the phone to factory settings before activating it for her. In fact,
    I did it again yesterday, just to make sure.
    Jursi
    2013/10/16 Verizon Wireless Customer Support <[email protected]>
        image: Verizon Wireless Community<http://community.verizonwireless.com>  <http://www.verizonwireless.com/b2c/index.html>
    <http://www.verizonwireless.com/b2c/explore> <http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewShopIndex> <https://wbillpay.verizonwireless.com/vzw/nos/topline.jsp> <http://support.verizonwireless.com/clc/>    Re:
    communicating through the iPhone photos app  created by Verizon Wireless
    Customer Support<https://community.verizonwireless.com/people/vzw_customer_support>in
    Apple - View the full discussion<https://community.verizonwireless.com/message/1008320#1008320>

  • How can I transfer the iPhone weather app to the iPad?

    I really like the quick, unadorned, temperatures plus daily weather symbols of the iPhone's built-in weather app.
    How do I transfer that app to the iPad?
    I've tried all sorts of weather apps--and generally find that using a Safari bookmark to the Weather Underground site is far better than any of the weather apps out there.  But, even so, it's that simple lising of the current temperature and upcoming next six days of the iPhone Weather app that is most useful--and most appealing-- to me.
    I know how to use Disk Aid and rummage my way around the iPhone files, but I don't find the Weather app!
    All advice appreciated!

    No way to transfer it.

  • How can I make the iPhone podcast app automatically stop playing after one episode?

    How can I make the iPhone podcast app automatically stop playing after one episode?

    When playing a song, are the controls at the top of the screen there? (Genius, Shuffle, Loop?)
    If not, tap the center of the page once to expose them
    now keep tapping the circle on the left part of the exposed controls untill a one (1) appears...

  • My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    My macbook pro crashed after installing maverick. I lost all my photos however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?

    We'll need to know more to beable to help. Do you want to try to restore your photos from your iPhone to your Mac, or try to recover the photos from the old iPhoto Library on your Mac?
    What is the situation of your Mac now? In hat way did it crash? A hardware problem with the drive? Does the system not start properly? Does iPhoto not launch? Do you still have the iPhoto Library on your mac or a backup, so we could try to rescue the photos there?
    What versions of iPhoto are on your iPhone and your Mac?
    however the iPhone iPhoto app still has these photos so how can i access the package contents to recover these photos?
    On the iPhone you cannot access the "package contents" - IOS hides the file system from the users. To restore photos from your phone share all iPhoto photos to your Camera Roll, that are not already in the Camera Roll,  and then connect the iPhone via USB and import the Camera Roll to iPhoto or Image Capture. Or use any of the other sharing methods described on thos manual page: see:  Ways to share photos http://help.apple.com/iphoto/iphone/2.0/?handbuch#blnk7d8f763e
    To retrieve photos from a corruptrd iPhoto Library on your Mac we need to know the version number and more about the "crash" you experienced, the state of your mac, the system, the data. Please post back with more details.
    -- Léonie

  • HT1980 Using the iphone S App for optimum.   Precisouly every 1/2 hr the connection to the App shuts off.  Why, I and they have no answer ???

    Using the iphone S App for optimum.   Precisouly every 1/2 hr the connection to the App shuts off. WHY ???
    Bud

    Thanks for that. Much more constructive than the last comment. It's only the restriction code I can't recall, not the access passcode. So I can currently access the device, just not age restricted content. Does that's make a difference? I also wondered if anyone knew how many attempts you get to try to get it right. Now tried 21 times and so far nothing bad has happened but I am concerned I'll eventually be completely locked out of the device. That doesn't seem in the spirit of things though. Surely it's foreseeable that a child could repeatedly try to guess the code so I can't see that it would be right to lock the device down completely in that circumstance, particularly if the access code is being typed in correctly every time.
    Thanks

  • My husbands iPhone settings, apps, contacts are now on my iPhone

    I plugged in my iphone to my computer to download my music to my iphone.....and somehow (I have no idea how) my husband's iphone synced to my iphone (all his contacts, pictures, etc.). Is there a way to get my iphone settings, apps, pictures, etc. restored? I tried to sign into iTunes and it only shows one device-- his. Am I in trouble? I am new to this and frustrated because I don't understand how this all works. Thanks, in advance, for your advice.

    See if this helps: http://support.apple.com/kb/HT1495

  • When I try to test my app the IPhone says "'%app title%' failed to install."

    When I try to test my app the IPhone says " '%app title%' failed to install."
    How do I fix this?
    My install method is:
    * Open ITunes.
    * Drag my app to the IPhone.
    * Ta-da the IPhone says "'%app title%' failed to instal."
    Has anyone had this problem? If so how did you fix it?
    Thanks!
    ~Jeremiah

    You might have to check the prov profile and type of your certificate. The error you stated might arise in following cases.
    Certificate id and app ID (in the app.xml) does not match.
    The certificate and prov profile should match the cause. Distribution / Testing.
    Select suitable option while packaging. Adhoc / App store distribution.
    Make sure the correct device UDID was used for your certificate.
    I went wrong in (2) when I built my first app which costed me the same error as yours.
    I felt FB could have been more organized in this process. I felt XCODE edged over FB in this.

  • Tip: Unable to Install or Update Apps Using the iPhone's App Store?

    I had a problem today where I found myself unable to install updates, or install new or previously purchased apps using the App Store on the iPhone. However, I had no problem with the installation of apps when I plugged my iPhone into my computer, opened iTunes and dragged the app I wanted over to my iPhone. So, I did the usual: I tried a reboot, and, when that didn't work, I powered my phone off and waited a few minutes before turning it back on. Still no love with the updating or installation of apps using the App Store on my iPhone.
    Here is what I did do to fix it:
    I keep backups of my iPhone on my MBP and I back up my phone regularly. If you do not, you should start doing so. Anyway, I went ahead and plugged my phone into my computer and launched iTunes (I also update my MBP daily if necessary, so the most current version of iTunes was used).
    Once my phone showed up in iTunes and I could select it, I right-clicked on the iPhone's name (I use a MBP, but I know Windows users might view this, too, so universal language is what I will use - for Mac users, right-clicking means using two finger tap on a touchpad or using the good 'ol Control-click) and selected "Back Up" from the menu.
    Once the phone was backed up, I right-clicked again on the iPhone's name and selected "Restore from Backup...".
    I made sure the value for "iPhone Name" was correct and that the "Last Backed Up" day and time values were correct and I clicked the "Restore" button and let the restore process finish completely (wait until your iPhone shows up in iTunes again before doing anything else with your phone).
    Once the restore was complete, I was extra cautious and powered off then powered on my phone. Finally, I went ahead and plugged it back into my MBP and made sure that the phone showed up in iTunes.
    Following all of that, I launched the App Store on my iPhone again, entered the password for my Apple ID and updating apps, installing new apps, and installing previously purchased apps from iCloud all worked again.
    Please note that this process is much different than just simply clicking the "Restore" button on your iPhone's homepage in iTunes. That will prompt you to backup your phone, completely restore it to factory defaults, and, then require you to restore from backup to get all your settings and such back. This is not the route I took - I simply restored from an existing backup. I want to make sure that this point is clear. Although, if restoring from an existing backup does not solve the issue at first, then perhaps a restore to factory defaults followed up with a restore from a backup will do the trick, too. I just did not want to waste my time taking the much longer route first and was happy to find my iPhone's App Store working again by simply restoring my phone using an existing backup.
    I have seen a lot of posts regarding this issue in the support communities, with none of them having an answer (even after calling Apple Support). I hope this helps anyone else that has had, is having or will have the same issue! Feel free to post comments regarding other solutions you have found for the same issue - let's have one discussion where all possible solutions can be posted so iPhone users do not have to sort through a bunch of unhelpful discussions just to find a solution that was not yet documented (like I had to).

    See:
    Well known TCP and UDP ports used by Apple software products
    Also see:
    iTunes for Windows: iTunes cannot contact the iPhone, iPad, or iPod software update server

Maybe you are looking for

  • New Workstation - System and Storage Critique Please

    Hi. I'm finalizing a new workstation config and would appreciate your advice.   Since I'm not a photo/video pro, this workstation will be used for multiple purposes: Video Editing (CS3 now; CS5 when released) Photo Editing (CS3 now; CS5 when released

  • Can I daisy-chain a G-RAID Pro 2TB with a bunch of other G-RAID's?

    Hey there, I'm wondering if there would be any issues adding a G-RAID Pro into my current daisy-chained G-RAID configuration. - I've got seven 500GB G-RAID's all daisy-chained together and running into my G5. - Two of my 500GB G-RAID's are RAIDed tog

  • JS CS3 - PathItem

    Hi all, I'm finding it very difficult understanding the documentation for Illustrator Scripting. Can anybody help me figure out how I could change the properties of a selected pathItem which is actually a simple line? Especially stroke weight? Also a

  • Lightroom 1.1, hang and crash

    Hello i have big problems with this new version, when i launch LR 1.1, it's hang pushing the cpu at 92 %, and after it's crash. My system : Power Book G4 ram 1.5 OS X 10.4.8 Image & Data base on External Drive FW400. Install the applic, launch LR 1.1

  • My Iphone (32 gig 3GS) that I updated to 4.0,  Will not sync

    The syncing startes fine any everything. Then it just freezes on a file that I have no clue what it is. The file ends in a ".m4a" or somthing. If you could help that would be great, I've searched online and haven't found anything that would allow my