PDF file on my view

I want attach my PDF file on my web dynpro view
I have read in this forum about my problem the using of IFrame element but don't work.
Please help me, thanks

I guess you could avoid such problems using mapping. Here's some example code, modified from an example:
// Original code from 'Thinking in Java, 3rd ed.' (c) Bruce Eckel 2002
// www.BruceEckel.com. See copyright notice in CopyRight.txt.
import java.io.RandomAccessFile;
import java.nio.MappedByteBuffer;
import java.nio.channels.FileChannel;
static int length = 0x8FFFFFF; // 128 Mb
public static void mapThis (String file) throws Exception {
    MappedByteBuffer out = new RandomAccessFile(file, "rw")
        .getChannel().map(FileChannel.MapMode.READ_WRITE, 0, length);
    byte b;
    if(!out.isLoaded()) out.load();
     for (int i = 0; i < length; i++) {
         b = out.get(i);
         manipulate(b);
As for Bertram's solution, couldn't get it to work properly in a dynamic use case - I'm getting the input stream from IResource, and I get a ClassCastException everytime I use something different from InputStream. With that problem comes another one: InputStream.read() consuming the first byte from the file, which is a problem when dealing with PDF and DOC files, for example. Since I know the users are opening PDF files, made a quick-and-dirty workaround by inserting manually the missing byte. Really dirty one, actually - the byte changes with the file format. Below is the code I used - it works, but I'd love to see a different workaround.
public void openFile( )
    //@@begin openFile()
        //KM files are shown in a table
        //get index of selected table row
     int i = wdContext.nodeTableContent().getLeadSelection();
     //get the name of the according object (resource)
     String name = wdContext.nodeTableContent().getTableContentElementAt(i).getObjectName();
     String path = wdContext.currentContextElement().getPath();
     try {
     RID pathRID = RID.getRID(path"/"name);
     IWDClientUser wdClientUser = WDClientUser.getCurrentUser();
     com.sap.security.api.IUser sapUser = wdClientUser.getSAPUser();
     IUser ep5User = WPUMFactory.getUserFactory().getEP5User(sapUser);
     IResourceContext resourceContext = new ResourceContext(ep5User);
     com.sapportals.wcm.repository.IResource resource = ResourceFactory.getInstance().getResource(pathRID, resourceContext);
     InputStream in = null;
     in = resource.getContent().getInputStream();
     int bSize = 10 * 1024;
     byte[] bArr = new byte[bSize];
     ByteArrayOutputStream baos = new ByteArrayOutputStream ();
     int offset = 0;
     int data;
     //dirty!
     String ext = name.substring(name.length()-3);
          if("pdf".equalsIgnoreCase(WDWebResourceType.getWebResourceTypeForFileExtension(ext).getFileExtension())) {
          byte b = '%';
          baos.write(b);     
     while ( (data=in.read(bArr)) != -1)
     baos.write(bArr);
     IWDAttributeInfo pdfAttributeInfo = wdContext.getNodeInfo().getAttribute(IPrivateKMBrowserAppCompView.IContextElement.PDF_RESOURCE);
     IWDModifiableBinaryType binaryType = (IWDModifiableBinaryType) pdfAttributeInfo.getModifiableSimpleType();
     binaryType.setFileName(name);
        binaryType.setMimeType(WDWebResourceType.getWebResourceTypeForFileExtension(ext));
     wdContext.currentContextElement().setPDFResource(baos.toByteArray());
     } catch (Exception e) {
    //@@end

Similar Messages

  • The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    The PDF file and slideshow view corrupted using iPhoto. Macbook air only get corrupted slideshow and Mac Mini both slideshow and PDF file is corrupted.

    Saving as a PDF file for some users have been a problem.  If you boot into  Safe Mode and run iPhoto you can create undamaged PDF files.  We don't know why the problem but this is a workaround.
    This problem prevents many from ordering books, calendars and cards since iPhoto creates PDF file of them for uploading and printing.  Booting into Safe Mode lets them successfully order those items.

  • Opening a PDF file in 100% view.

    I need to know how to change the view when opening up a PDF file.  Everytime I open a file it opens in 200% view.
    How do I get them to always open in 100% view?

    Every time I close and reopen Acrobat X my custom Page Layout and Zoom settings are reset to "Automatic."   The issue is how to save these settings so they remain, permanently, unless and until I change them. Clicking "OK" in the preferences box does not do the trick, at least for me.   I just want all documents to open at my preferred zoom setting.  This seems so elementary. I'm running WIndows 7 Professional.

  • PDF file doesn't view properly in firefox & favicon doesn't show in Safari

    I've got three issues I could use some advice with.
    1. I used some iFrame code generously posted by Oldtoad that allows a pdf file in an IFrame. It works beautifully in Safari. here's an example: http://web.mac.com/phelpssculpture/Site/resumeone_page_DavidPhelps.html
    but in Firefox it only opens as a dialog box asking what I want to do with the file (download, etc)
    Is there any way to make this view properly in Firefox?
    2. I've gone through the process to have a favicon in the address box (ico file uploaded with iTweak) and this views great with Firefox, but nothing in Safari (not sure about others) I've deleted the WebpageIcons.db file repeatedly, emptied cache, deleted all my bookmarks for the site, etc.
    Anyone know how to make this work in Safari?
    3. I recently updated my site (from iWeb 06) using iWeb 08 and published. A lot of search links got broken. I created a new sitemap (verified by google) and now, no matter what page a search refers to, when you click on it, only my home page opens. Did I do something wrong? It used to be that if a search pointed to a certain page, clicking that result took you directly to that page.
    Any suggestions for these problems would be greatly appreciated.
    Thank you, David

    Old Toad:
    I finally got it! the favicon works now at: http://web.me.com/phelpssculpture
    Your Instructions at:http://toadstutorials.info/ #22 did the trick.
    One problem I had with TextWrangle was I was doing a search and replace for <head><meta and it wasn't working. What I figured out was that there was other code on the line after <head><meta which was preventing the new code from working. I did a minor adjustment on each page in iWeb to force it to republish each page. That made the <head><meta line consistent on each page, then I selected the entire line and replaced it as per your instructions. It worked great. My experience was that iTweak did not process the code properly and was very slow, but this process was great.
    Thank you for all your help. Sincerely, David

  • Download PDF files instead of viewing them within Safari?

    I would like to automatically download PDF files instead of having to view them within Safari.
    I have disabled Acrobat as the default reader and now Safari has switched to using Preview. However, I cannot find a way to also disable Preview to allow the PDF file to be downloaded instead of displayed within a Safari window.
    Anyone have any ideas on how to do this seemingly simple task?

    It's amazing to me that simply asking Safari to default to auto download a PDF is so arcane. It's incredible that Apple doesn't have a Safari preference for this very simple action!
    The Terminal and Onyx methods recommended above are just ways of accessing a setting for Safari that Apple hasn't added to Safari Preferences. As I understand it, settings like this are built into Safari - they just aren't readily user-accessible. This is why programs like Onyx and Safari Enhancer exist, to open up "hidden" features and settings.
    I imagine Apple's developers debate these things, trying to decide what would be simpler to leave out to avoid complexity and what confusion (but allow third-party or Terminal methods to access) and which would be better added to the regular Preferences settings.
    Since this is a feature you'd like to see in Safari Preferences, I'd recommend submitting this as feedback to Apple.
    In the meantime, though, I'd consider it a good thing that there are built-in ways to get the setting that you prefer. Personally, I don't find the default settings such a hindrance. They're intended to help the "average" user (the new Mac user, the non-technical user, etc.) who wants a PDF file to just open, without having to understand how to work with it. For the more savvy user, there are multiple methods of downloading and/or opening PDFs. I'm rather like you - I prefer to download PDFs (in which case I use the Control-click method if I notice the link is to a PDF) or sometimes I allow the PDF to open in Safari, then Control-click on the open PDF and choose the option to open in Acrobat Reader. I find the latter method even smoother than downloading and then opening, in fact. If I decide it's a file I want to keep, I save it to my hard drive; otherwise I just close it.

  • Optimizing PDF Files for online viewing programicaly

    We have setup a system to showcase a real estate offices houses with pictures of the property as PDF pages which have been created by the ColdFusion software. The problem is that each page opens up veryyyyyyyyyy slowlyyyyyyyyyy.
    Could I please receive suggestions on how to programicaly optimize their pages for faster viewing.
    * - Allow Fast Web Viewing of each page
    * - Optimize PDF Files for Byte-Serving
    * - Optimizing PDF Files for faster online viewing programicaly
    All suggestions will be appreciated.

    The Pdf pages are being created successfully by the ColdFusion Server software.
    We would like to known how to enable "Fast Web View" using the CF server program or by a using Batch  file.

  • PDF Files Cannot Be "viewed" Today

    Yesterday and the day before I could "view" PDF internet files/forms - today I cannot. No problem using Firefox. My version of Adobe Reader is 7.0.8, also, have Adobe PDF Viewer plugin v 7.0.5. No changes have been made to my system. This is the web site I was using and the Window > Activity info.
    http://www.irs.ustreas.gov/pub/irs-pdf/f1040.pdf
    Activity: http://www.irs.ustreas.gov/pub/irs-pdf/f1040.pdf "Plug-in cancelled"
    My iBook is OK..

    Problem solved. Downloaded new Adobe Reader. Old Readed bad...

  • Combined PDF file isn't  viewing/printing right for some?

    I have this Illustrator file, which has 4 layers. Basically each layer is a page. (Yes, next time this will be done in InDesign - lol) So I have saved each layer as a PDF (pg1, pg2, pg3, etc.) - when I save them the other layers are invisible and locked. Each PDF appears as it should when I open them. In Acrobat Pro (V9.5) I combine the PDF's to make one PDF. I have no issues on my mac printing or viewing, but I have had two different problems arise from outside people - one is that when they go to print - all of the pages print on one page (layer over layer or page over page) and two - when they open it to view it they see all of it on one page (Layer over layer or page over page). Sooooooo...is there an Acrobat Pro setting I am missing or something to make this work for everyone? It boggles my brain to no end! Thanks for any insight.

    I am seeing the same thing. I just viewed several of our PDF docs and had the same issue. It is really problematic. We have had two customers give us feedback this week about this and both are viewing with Firefox. We need a Firefix. ASAP

  • How to open PDF file with the view I wish without many clicks

    I am getting many many scanned files daily and I'd like to able to skim thru each file as fast as possible.
    Since the way each file scanned is consistent, when I open it, I am clicking a button to rotate it counterclock, then click zoom-in a few times to be able to read the top portion to see if the file is of my interest.
    Can we customize the way the files are opened?  I wish that once I open it, it will be rotated (so that I don't have to tilt head to read it), and zoom in big enough for me to read it.
    I did try (I am new to this) "accessabitly settup assistant", but couldn't achieve my desired effect.
    Any suggestions?
    thanks.
    JQ

    Thank you for the suggestions. Appreciated it.
    Actually when I asked whether they could scan it differently, I was told "no" for that type of scanner they have, and they have been reading it the same way as I just start to do, for years.
    Maybe someone knows about what scanners have the feature to do these tricks?
    I tried the preference setting. It's still less manageable. However, I manage to be able to click 3 buttons to get to the top portion to be readable.
    First, I rotate it counterclock (which mess up the view zoom in setting preference).
    Then I click to "show one page" button;
    Then I clcik to make the document to fill the width. (at this point, the zoom in is about 79%).

  • PDF file cannot be viewed from OA Framework page.

    Hi all,
    I have developed an OA Framework page which shall present an XMLP report in pdf within the browser.
    When I click on my menu item which opens the oa page, the Open file.. diaglog appears. When I open or save the file (and thereafter opening if) the following error appears: _Acrobat could not open [filename] because it is either not a supported file type or because the file has been damaged._
    I can open the file if I go to the server and copies the output file to my own machine.
    The error that i'm describing is happening on the server and NOT in my development environment. I cannot get it to work at all on my own machine.
    Some facts:
    JDeveloper 9i RUP7
    XML Publisher 6.5.3
    APPS 11.5.10 CU2
    The code:
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         outputStream); // OutputStream where the processed document goes.
          String sByteArray = outputStream.toString();
          byte[] outputBytes = sByteArray.getBytes();
          response.setContentLength(outputBytes.length);
          os.write(outputBytes, 0, outputBytes.length);
          os.flush();
          os.close();
        inputStream.close();
        outputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    Thank you in advance.
    Regards
    Kenneth
    Edited by: Kenneth_ on 2010-07-30 12:58
    Edited by: Kenneth_ on 2010-07-30 13:33

    I have now found a solution to this problem. Thank god!
    See the code below.
    Thank you all for helping me getting this far.
    Kenneth
    package bksv.oracle.apps.bkfnd.bkrepgw.webui;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.apps.fnd.framework.OAApplicationModule;n
    import oracle.apps.fnd.common.AppsContext;
    import oracle.apps.fnd.framework.server.OADBTransactionImpl;
    import oracle.apps.xdo.dataengine.Parameter;
    import oracle.apps.xdo.oa.util.DataTemplate;
    import oracle.apps.xdo.oa.schema.server.TemplateHelper;
    import java.io.OutputStream;
    import java.io.FileOutputStream;
    import java.io.InputStream;
    import java.io.FileInputStream;
    import java.util.Properties;
    import java.util.Calendar;
    import java.text.SimpleDateFormat;
    import com.sun.java.util.collections.ArrayList;
    import com.sun.java.util.collections.Iterator;
    import java.io.ByteArrayOutputStream;
    import javax.servlet.http.HttpServletResponse;
    import javax.servlet.ServletOutputStream;
    import oracle.cabo.ui.data.DataObject;
    * Controller for ...
    public class ReportGenerationCO extends OAControllerImpl
      public static final String RCS_ID="$Header$";
      public static final boolean RCS_ID_RECORDED =
            VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
       * Layout and page setup logic for a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processRequest(pageContext, webBean);
        String currentDateTime = ReportGenerationCO.now();
        String filename = "/home/appsamba/kkristoff/KKR_TEST_" + currentDateTime;
        //Get application context
        OAApplicationModule am = pageContext.getApplicationModule(webBean);
        AppsContext appsContext = ((OADBTransactionImpl)am.getOADBTransaction()).getAppsContext();
        DataObject sessionDictionary = (DataObject)pageContext.getNamedDataObject("_SessionParameters");
        HttpServletResponse response = (HttpServletResponse)sessionDictionary.selectValue(null,"HttpServletResponse");
        // Set the Output Report File Name and Content Type
        String contentDisposition = "attachment;filename=" + filename + ".pdf";
        response.setHeader("Content-Disposition",contentDisposition);
        response.setContentType("application/pdf");
        //Initilization//   
        try {
          ServletOutputStream os = response.getOutputStream();
          DataTemplate dataTemplate = new DataTemplate(appsContext, "CS", "BKCSSR");
         //Get Parameters
        ArrayList parameters = dataTemplate.getParameters();
         //set Parameter Values as ArrayList of oracle.apps.xdo.dataengine.Parameter
          Iterator it = parameters.iterator();
          while (it.hasNext())
             Parameter p = (Parameter)it.next();
             if (p.getName().equals("P_INCIDENT_NUMBER")) {
              p.setValue("369");
             if (p.getName().equals("P_REPAIR_ORDER_NUMBER")) {
              p.setValue("");
             if (p.getName().equals("P_REPORT_NAME")) {
              p.setValue("Service Request Overview");
             if (p.getName().equals("P_SERVICE_TYPE")) {
              p.setValue("ALL");
         dataTemplate.setParameters(parameters);
          dataTemplate.setOutput(filename + ".xml");
          dataTemplate.processData();
          //OutputStream outputStream = new FileOutputStream(filename + ".pdf");
          ByteArrayOutputStream localByteArrayOutputStream = new ByteArrayOutputStream();
          InputStream inputStream = new FileInputStream(filename + ".xml");
          Properties prop = new Properties();
          // Process template
         TemplateHelper.processTemplate(appsContext, // AppsContext
         "CS", // Application short name of the template
         "BKCSSR", // Template code of the template
         "en", // ISO language code of the template
         "00", // ISO territory code of the template
         inputStream, // XML data for the template
         TemplateHelper.OUTPUT_TYPE_PDF, // Output type of the procesed document
         prop, // Properties for the template processing
         localByteArrayOutputStream); // OutputStream where the processed document goes.
          byte[] b = localByteArrayOutputStream.toByteArray();
          response.setContentLength(b.length);
          os.write(b, 0, b.length);
          os.flush();
          os.close();
        inputStream.close();
        localByteArrayOutputStream.close();
         } catch (Exception e)
            //throw new OAException("An Error has occured master: " + e.getStackTrace().toString(), OAException.ERROR);
       * Procedure to handle form submissions for form elements in
       * a region.
       * @param pageContext the current OA page context
       * @param webBean the web bean corresponding to the region
      public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
        super.processFormRequest(pageContext, webBean);
      public static final String DATE_FORMAT_NOW = "yyyy-MM-dd";
      public static String now() {
        Calendar cal = Calendar.getInstance();
        SimpleDateFormat sdf = new SimpleDateFormat(DATE_FORMAT_NOW);
        return sdf.format(cal.getTime());
    }

  • Frustrated that just 50 pages of uploaded PDF file can be viewed online..

    Frustrated that although 100MB is limit offile size to upload that is announced in the Acrobat.Com Help, what was kept secret, tahyt limit to view the PDFfiles is just 50 pages - SO POOR RESULT, it's a shame

    Now I see that previews on acrobat.com shows any page beyond previosly set limit of 50 pages. Good job, finally!

  • Stamping PDF files in the ECL Viewer

    Dear All, I have a problem that i can't write a stamp text on the PDF files in ECL Viewer, it works with all original types like dwg,dxf,jpg,gif,bmp,... except pdf.
    I am using the method SHOW_DOC_META_DATA in the badi defination DOCUMENT_ECL01.
    Here is my code, Please Advise.
    Thanks
    METHOD if_ex_document_ecl01~show_doc_meta_data.
      DATA: BEGIN OF line,
              a(20)  TYPE c,
              v(50) TYPE c,
            END OF line.
    Adjusting Viewer Settings
      y_position = 35.
      x_position = 25.
      font = 'Arial'.
      size = 1.
      color = 255.
      transparent = 'X'.
    Printing Line#1
      line-a = 'Document#'.
      line-v = 'Test'.
      INSERT line INTO meta_data INDEX 1."Here is the problem
    ENDMETHOD.

    Hi,
    maybe SAP note 690497 could help you.
    It's an enhancement of BADI DOCUMENT_EC01 to control the behavior of the EAI-viewer. You can use it, for example, to:
    o  Activate functions like saving or opening in the
       viewer or
    o  Dectivate functions like saving or opening in the
       viewer
    o  Implement customized authorization checks for
       Redlininng Layer
    Best regards,
    Christoph

  • Viewing PDF files like epubs

    I was wondering if there is an app out there that allows large pdf files to be viewed the same way say Stanza or another epub reader views books? Right now I have to scroll through the pdf file and I would like to "flip" the pages if I could. Converting the pdf file jumbles the information up so that has not worked. Thanks in advance!

    The goodreader app reads large pdf files and has a good ereader as well.

  • How to view server .pdf file in WDP

    Hi,
    I want to open/view the file(.pdf) in WebDynpro which is attched in SAP CRM transaction as document.
    Can anybody help me in this.
    Regards,
    Harshad.

    Hi patel,
    check this link,it's very useful
    Opening a PDF File from WebDynpro
    Re: UI element for interactive Form
    Re: PDF file on my view
    displaing the pdf,
    Displaying PDF file in browser
    Regards,
    vino
    Message was edited by:
            Vinoth Raja.V

  • Viewing PDF files in iBooks ?

    does anyone know if there is anyway to view PDF files as you view books in ibooks with access to all options (copy, define, highlight, note, search, share) ?, thank you.

    Hi LeClarence,
    Welcome to the Support Communities!
    The article below will explain how to view PDFs with iBooks on your iPhone.   The easiest way to get them to your device is to email them to yourself. 
    iBooks: Viewing, syncing, saving, and printing PDFs on iPhone, iPad, and iPod touch
    http://support.apple.com/kb/ht4227
    With iBooks for iOS and iTunes 10.1 or later, you can view, sync, save, and print PDFs on your compatible iOS device. You can also view PDF email attachments or PDFs from Safari in iBooks.
    Opening PDFs with iBooks
    You can open PDF documents, such as a PDF attached to an email, with iBooks:
    When you view a PDF email attachment, tap the Share button in the upper-right corner.
    Tap Open in iBooks to open the attachment. iBooks will open, and you can view your PDF.
    When you use iBooks to open a PDF, iBooks will automatically save a copy of the PDF to your iBooks PDF shelf. These PDFs will sync to your iTunes Book library the next time you sync your device with iTunes.
    Syncing and saving PDFs
    To add PDFs to your iTunes library on your computer, drag and drop the PDF into your iTunes Book library. If you're using OS X Mavericks, drag and drop your PDFs into your iBooks library using iBooks for Mac.
    To sync a PDF to iBooks on your device:
    Select your iOS device. (Learn more about syncing your data with iTunes.)
    Click the Books tab.
    Select Sync Books.
    If iTunes is set to sync only selected books, select the checkbox next to the PDF you want to sync.
    Click Sync.
    You can use iTunes to back up your PDF files so they will restore to your iOS device after you update or restore your software or transfer information to a different device. If you use iTunes 11 or later to sync your PDF files to iBooks on your iOS device, a backup of your PDF will be automatically created. A copy of the PDF will be added to your iTunes Books library, or iBooks library if you're using OS X Mavericks.
    Cheers,
    - Judy

Maybe you are looking for

  • How to extract HRM master data from R/3 into LDIF file?

    Recently I have been asked to provide an extract from our R/3 system with some Human Resource master data. The extract has to be in the LDIF format (LDAP data interchange format). It is needed to import into a DirX metahub solution from Siemens. How

  • InDesign (CS3, 5.5 and 6) chrashes while opening a P65

    Hi there, grey hairs aproaching here: I have a near to ancient P65 file. InDesign won't open it, it crashes during the loading process (table attributes?). That happens even after opening it in PageMaker and saving a new copy. Since it's a quite comp

  • Package javax.faces.bean does not exist

    I am new to JSF. I tried to build a jsf application that runs on glassfish 3. I did not use IDEs. When I compile it , I encountered the following 4 errors: Error 1: package javax.inject.bean does not exist Error 2: package javax.faces.bean does not e

  • My computer doesn't recognize my shuffle anymore!

    When I plug it in, the green light on the front of the shuffle blinks very rapidly. It doesn't show up on my iTunes. When I push play, the green and amber light on the front blink. Any ideas?

  • How to create dynamic selection-screen

    Hi all, I want to create dynamic selection-screen.in that dynamic selectio-screen i want to display date fields based on table name given in the selection-screen. Regards, Billa