PDF FORMAT IPAD 1 and 3

Im attempting to create a folio with 13 articles 7 of them have several pages set to horizontal only with 2 stage mso's that are set to vector.
If I create them all as pdf i get a blurry load between each article and between each mso stage. The overall resolution is good on the ipad3 but ipad1 quits intermittently.
I also have a mso on the intro page with 29 stages that I can not create as a pdf because it crashes the ipad.
Are there any improvements coming to let these pdf article's perform faster?

What do you mean by source documents? Folio size, Overlay assets?

Similar Messages

  • Read PDF Formatted Spool and write PDF File to Application Server

    Hi Experts,
    After ECC 6.0, HR-W2 and W2C Form Spools are getting generated in PDF format.
    We have a requirement wherein we want to read the PDF Spool Programatically and write the PDF file to Application server (Using OPEN DATASET and CLOSE DATASET)
    PARAMETERS : p_spono LIKE tsp01-rqident.
    DATA: pdf_data type FPCONTENT.
    types: lt_pdf_table(1000) type x.
    data:  l_pdf_data type standard table of lt_pdf_table,
           l_pdf_line type lt_pdf_table,
           l_offset type i,
           l_len type i,
           p_file(100) VALUE '\sapout\DVH\pdf2.pdf'.
    *Read the spool content
    CALL FUNCTION 'FPCOMP_CREATE_PDF_FROM_SPOOL'
        EXPORTING
             i_spoolid = p_spono
             i_partnum = '1'
        IMPORTING
               e_pdf = pdf_data
    *         e_pdf_file = file
        EXCEPTIONS
             ads_error = 1
             usage_error = 2
             system_error = 3
             internal_error = 4
        OTHERS = 5.
    * Modify the spool  contents to prepare internal table
      l_len = xstrlen( pdf_data ).
      while l_len >= 1000.
        l_pdf_line = pdf_data+l_offset(1000).
        append l_pdf_line to l_pdf_data.
        add 1000 to l_offset.
        subtract 1000 from l_len.
      endwhile.
      if l_len > 0.
        l_pdf_line = pdf_data+l_offset(l_len).
        append l_pdf_line to l_pdf_data.
      endif.
    * GUI DOWNLOAD Works Fine
    * Now pdf contents is ready , lets store in local PC
    *CALL FUNCTION 'GUI_DOWNLOAD'
    *  EXPORTING
    *   filename                        = 'C:\Documents and Settings\Desktop\shital.pdf'
    *   filetype                        = 'BIN'
    *  TABLES
    *    data_tab                        = l_pdf_data.
    OPEN DATASET p_file FOR OUTPUT IN BINARY MODE.
    IF sy-subrc <> 0.
      MESSAGE ID '00' TYPE 'E' NUMBER '398' WITH 'sy-subrc:' sy-subrc
              ' Error opening file:'(Z03) p_file.
    ENDIF.
    LOOP AT l_pdf_data INTO l_pdf_line.
      TRANSFER l_pdf_line TO p_file.
    ENDLOOP.
    CLOSE DATASET p_file.
    IF sy-subrc <> 0.
      MESSAGE ID '00' TYPE 'E' NUMBER '398' WITH 'sy-subrc:' sy-subrc
              ' Error closing file:'(Z04) p_file.
    ENDIF.
    Currently as you can see I have commented out GUI_DOWNLOAD Function Module, But it works perfect when I try to Download file to Local Desktop.
    But when I try to pass the same Contents to Application server file and then try to open it by downloading file then it opens BLANK pdf file.
    As per requirements I should be able to write the file correctly on Application server and If I dowload it from there it should open PDF file correctly.
    Let me know if you require further details about the issue.
    Regards
    Shital
    Edited by: shital phadake on Apr 8, 2009 9:39 PM

    Thanks Selçuk for your reply and taking time for understanding the Issue,
    I went thru Functionality of the program you suggested but dont think it matches my requirement.
    Regards
    Shital

  • Can I copy from a PDF on iPad and paste in pages?

    I want to copy some text from a few PDF files and then save them as a pages doc - is there an app that will allow me to do this? I've tried using iBooks but I can't seem to do it!

    There are many pdf reader apps for the iPad and from what I have read from other users on this site, GoodReader is a very good choice. I have no clue if any of these apps will let you copy text from a pdf and paste it into another app.
    I have never found a way to copy text from a pdf that was emailed to me or from a pdf in iBooks either.
    You can check out some of these for yourself.
    http://www.google.com/search?client=safari&rls=en&q=pdf+reader+for+ipad&ie=UTF-8 &oe=UTF-8

  • Create Dynamic  PDF for iPad and Android Devices

    Hi ,
    Is there any specific settings to be done to create PDF using Designer/Acrobat to work in iPad/iPhone and Android Devices. I googled a lot but not able to find anything specific.
    Please advice.
    Thanks
    Kapil

    Dynamic (XFA) forms are not supported on iOS at all.

  • Word docs and PDFs on iPad

    I don't have an iPad yet but I'm considering buying one. Can I transfer a Word doc or a PDF from my computer to an iPad in order to read it? To edit it?

    You have to be careful with annotation apps. With some, you can view the annotations in some pdf readers but not others. There have been discussions about this before, below I include a post by GNRBeaumont. I have PDF Expert, but it can't create the two types of annotation formats (see below) - but it does have other features that are valuable. Since iAnnotate PDF can handle the two formats, I bought that as well. You'll also be wise to have several pdf readers, since some do not read material that other do. Anyway, the post I referred to...
    "I have spent several hours of research and trial and error and money on numerous apps to learn a surprising thing about pdf.
    Annotations will not show up unless [1] the viewing app supports the particular format by which the annotation was added or [2] You are using an annotation that saves in image format (still a pdf file).
    I like the latter but that means the annoation can not be edited.
    The best for "2" are neu.annotate and noterize. When your annotations are made in this format everything will read it including built in email attachment viewer.
    Number "1" is a mess. If you use editable format for adding annotation then the built in email viewer will not show it and many other pdf readers (iPad and desktop) MAY not read it. I have had really crazy combos, including one where my desktop would see it but when it printed the annotation disappeared.
    The app in "1" category that seems most universally reliable is pdf expert.
    iannotate is the only one I know of that lets you choose what format (editable or non editable) to save in. But it currently has a rotation bug that they are working on.
    Since I want to make sure that whomever I send annotations to can see them, I use method "2" "

  • Report in PDF format and email it to some clients, using  Database Trigger

    Hi
    Is it possible to run a report in PDF format ad email it to some clients after a specific event through Database Trigger. For example whenever a client makes an entry into order entry table (through entry form), a trigger should execute on Orders table, this trigger should execute or generate a PDF formatted report and finally mail it to Sales team?
    I have
    ORAS 10g(10.1.2.0.2)
    utl_mail configured.

    In Reportsconfig.properties file the http port is 7778,
    now the output is like this...
    SQL> /
    * WELCOME TO EVENT-BASED-REPORTING API *
    * API-Version : 9i *
    * (C) Oracle Corporation, 2000 - 2002 *
    * Debugging turned ON **************************
    *** Length of Paramlist : 1
    OK : Parameter added : GATEWAY=http://myserver.com:7778/reports/rwservlet
    *** Length of Paramlist : 2
    OK : Parameter added : SERVER=rep_myserver_oracleas2
    *** Length of Paramlist : 3
    OK : Parameter added : REPORT=D:\Reports\emp.rdf
    *** Length of Paramlist : 4
    OK : Parameter added : USERID=abc/xyz@mydb
    *** Length of Paramlist : 5
    OK : Parameter added : DESTYPE=mail
    *** Length of Paramlist : 6
    OK : Parameter added : DESFORMAT=PDF
    *** Length of Paramlist : 7
    OK : Parameter added : [email protected]
    Starting run_report: building url
    *** Building URL (RUN_REPORT)
    OK : URL built :
    http://myserver.com:7778/reports/rwservlet?SERVER=rep_myserver_oracleas2&REPO
    RT=D%3A%CReports%5Cemp.rdf&USERID=abc%2Fxyz%40mydb&DESTYPE=mail&D
    ESFORMAT=PDF&DESNAME=khan.emran84%40gmail.com&statusformat=xml
    *** Submitting HTTP Request
    *** using URL
    :http://myserver.com:7778/reports/rwservlet?SERVER=rep_myserver_oracleas2&REP
    ORT=D%3A%5CReports%5Cemp.rdf&USERID=abc%2Fxyz%40mydb&DESTYPE=mail&
    DESFORMAT=PDF&DESNAME=khan.emran84%40gmail.com&statusformat=xml
    OK : Request submitted - Return stream : <?xml version = '1.0' encoding =
    'ISO-8859-1' standalone = 'yes'?>
    <serverQueues>
    <error code="50159"
    component="REP" message="Executed successfully but there were some errors when
    distribute the output"/>
    <
    OK : Request submitted - Length of stream : 229
    *** XML-Parsed - Following Structure discovered :
    *** Checking elements!
    serverQueues ()
    *** Checking attributes!
    error
    *** Checking attributes!
    __code = 50159
    __component = REP
    __message = Executed successfully but there were some errors when distribute the
    output
    *** Finished Parsing XML
    Getting value for element: job
    Getting value for element: error
    *** Requesting value for Attribute error.component [REP]
    Getting value for element: error
    *** Requesting value for Attribute error.code [50159]
    Getting value for element: error
    *** Requesting value for Attribute error.message [Executed successfully but    
    there were some errors when distribute the output]
    REP-50159:Executed successfully but there were some errors when distribute the
    output
    declare
    ERROR at line 1:
    ORA-20999:
    ORA-06512: at "NRSP.SRW", line 264
    ORA-06512: at "NRSP.SRW", line 799
    ORA-06512: at line 15

  • PDF Report generation and email it from a DB trigger

    Dear all
    Is it possible to run a report in PDF format ad email it to some clients after a specific envent through Database Trigger. For example whenever a client makes an entry into order entry table (through entry form), a trigger should execute on Orders table, this trigger should execute or generate a PDF formatted report and finally mail it to Sales team?
    I'm using Oracle Database 10g. Rel.2 on Windows-XP.

    kamranpathan wrote:
    Is it possible to run a report in PDF format ad email it to some clients after a specific envent through Database Trigger. No. Not the way you imagine.
    A trigger is fired when? During the transaction. The transaction still is not committed and can be rolled back. So if you start doing notifications and what not in the trigger, and the transaction is rolled back, then that transaction never happened. But your notification code did. And the users have been informed incorrectly - about something that did not happen.
    The same trigger can also be fired in the same transaction for the same row - more than once. This can happen in specific circumstances in Oracle, where basically Oracle itself does an undo of the transaction (trigger already fired) and then redo that transaction (trigger fire again).
    So in such a case, your trigger will generate two notifications from the same trigger for the same event. Inside a transaction that still could be rolled back by the session owner.
    The correct approach is not to perform the action in the trigger. It is to queue the action to be executed when the transaction is committed.
    For example, the trigger is on the PRODUCTS table. When a new product is added, a notification needs to be send to customers that have selected to be informed of new product releases.
    The first step is to write a package that performs this notification. The procedure that drives the notification processing, gets a product identifier as input and does the checks and notification.
    After this package has been tested, it is implemented indirectly via a trigger on the PRODUCTS table. Instead of the trigger directly calling this package, the trigger needs to queue an action that will execute the notification package when the transaction is committed.
    This can be done using DBMS_JOB. In the trigger, a job is submitted to execute that notification package for the current product ID. The job submission is part of the existing transaction. If the transaction is rolled back, so is the job and it is removed from the job queue. If the transaction is committed, the job is also committed to the job queue and executed.

  • I have several manuals in PDF format. How do I download them into my iPad and view them?

    I have several manuals in PDF format. How do I download them into my iPad and view them? I downloaded a PDF viewer on my iPad and via itunes I can download the PDF to the iPad although for some reason the iPad comes up as 'RmoteTV' with a sub-directory of 'Books'. The 'PDFReader' app doesn't seem to find the file.

    You can use the free iBooks to read PDF files. Download the app, use itunes to transfer the data then open the PDFs.
    There are other pdf readers as well. I see good reader recommended and I'm sure there are more.

  • IPad and images in PDF's

    What's with the iPad and images in PDF's? I've tried a fair number (>6 & <12) and many of the photos, images, maps and graphs don't display except as white (blank) space. I've tried two PDF readers and Safari. I tried to find the specs., but those say the image formats should display. I'm open to suggestions.

    Sure, it's at:
    http://www.wsrphoto.com/web-files/CarbonRiverESA.pdf
    or at the bottom of the Web page at
    http://parkplanning.nps.gov/document.cfm?parkID=323&projectID=19729&documentID=3 6317
    When you extract the images, maps and graphs in Acrobat, many export as 8-10 horizontal or vertical (long axis) images. Acrobat on the Mac has no problems rendering it right, but on the iPad it's blank areas. I've tested other PDF with the same problem.
    On the working side with the iPad I've loaded entire geology guide at
    http://www.wsrphoto.com/mtdnrbook.html
    see link to the "Whole Book" in list of chapters. Every image, map and graph display fine (and make a cool carry along book for road trips).

  • Will an iPad work as a reader for a PDF formatted test book

    The typical file I want to read is about 1000+ highly formatted pages and 400 MB.    Simple requirments I have are:
    1) Can I actaully see a page of text and read it.  I tried this on a Kindle and was forced to zoom in and then horizontally scroll a window around for EVERY line of text I read
    2) Say I'm reading in chapter 14 and I ned to review something from chapter 5.  Can I jump back to 5 and then return to 14 in some "reasonable" way?  Notice that scolling back and forth 850 pages using the finger swipe is not "reasonable".  
    I think those two requirements are basic and the minimum anyone would need.  
    Just today I walked in to an Apple store (Manhatten Beach, CA) with an example text book file on a flash drive and asked if I could read it on an iPad and they said (I'm NOT making this up!) that I would have to buy an iPad, take it home and see for myself.   No kidding, the ONLY thing I could look at in-store were the demo e-books that Apple has tested and found to work. I thought that was pointless because of course the demos work.  What I wanted to know was if the iPad can even display my MUCH larger and more complex real-world files.  They said "buy it first.", no kidding they did point out the two week retunr policy.  I was about to say "OK sell me 5 of everything in this store I'm going to set up a lab in the office for a week and invite a few dozen students to test it all then I'll return everything"   But while I might do that, what is the point of having a retail store.
    So I ask here: Is anyone reading a university level science or math text book (introductary bio-chem and the like) on an Apple iDevice?
    I am both a teacher and a student of this matrial so I have an interrest in both using and recommending readers.

    Yes it can read PDFs.  But can it
    (1) jump to and back from a lace in the document 850 pages away and
    (2) display a typical bio-chem text book page s that it is readable including any side bars

  • "iWorks" for iPad user manuals in PDF format

    I would like to download all the iPad version of iWorks for the iPad in The PDF format so I may be able to read them in iBooks. I have not been able to find the manuals in PDF. Am I missing something? Are the manuals only in HTML?
    Thank you in advance.

    I haven't seen them pre-packaged as a PDF, but if you go to the web Help pages:
    http://help.apple.com/iwork/
    and click the icon for the printer in the upper-right, you can print the document as a PDF and can then sync that to your iPad.
    Regards.

  • Bad format,when printing pdf from ipad

    Hi got a Iprint appliance 101 with 2 sharp MX printers
    I've "Air" enabled them , and they show in Ipads and macs , But when tying to print to them , when examining print jobs in a mac , "printing --Bad format" shows
    the File is a PDF
    Any Idea what to look at ??
    Lars

    Not sure if this will help, but I would try the latest 7.x version from http://www.adobe.com/support/downloads/detail.jsp?ftpID=3953

  • How to upload words, exel, PDF file from the pc via itune to the iPad, and where will the uploaded file be saved? In the apps?

    How to upload words, exel, PDF file from the pc via itune to the iPad, and where will the uploaded file be saved? In the apps?

    You will need an app (or apps) on your iPad that is capable of reading the documents, as they will be saved with the app - if you don't have such an app then there is nothing to transfer them to or to read/access them.
    One method of transferring them is toconnect your iPad to your computer's iTunes, select it's app tab, and then scroll to the bottom of it - you should the apps That you've got that are capable of file-sharing (if you've got any).  Selecting/high-lighting one of them should then allow you to add files to it via the box to the right of it.
    An alternative way to get the documents onto your iPad is if the app that you want to transfer them to has a wifi setting, which will then allow you to transfer the documents wirelessly. You can also send the documents to yourself as attachments and then use Mail's 'open in' facility to copy them into your chosen app.
    Edit : more info on file sharing from the manual :
    File Sharing lets you transfer files between iPad and your computer. You can share files created with a compatible app and saved in a supported format.
    Apps that support file sharing appear in the File Sharing Apps list in iTunes. For each app, the Files list shows the documents that are on iPad. See the app’s documentation for how it shares files; not all apps support this feature.
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, select an app from the list on the left.
    On the right, select the file you want to transfer, then click “Save to” and choose a destination on your computer.
    Transfer a file from your computer to iPad:
    Connect iPad to your computer.
    In iTunes, select iPad in the Devices list, then click Apps at the top of the screen.
    In the File Sharing section, click Add.
    Select a file, then click Choose (Mac) or OK (PC).
    The file is transferred to your device and can be opened using an app that supports that file type. To transfer more than one file, select each additional file.
    Delete a file from iPad: Select the file in the Files list, then tap Delete.
    Message was edited by: King_Penguin

  • I have a collection of thousands of ebooks mostly in epub  & some in PDF formats.  After migrating to Maverick all books disappered from my Ipad. Please help.

    I have a collection of thousands of ebooks mostly in epub  & a few in PDF formats.  After migrating to Maverick all books disappered from my Ipad. Please help. In itunes library book option has vanished. What do I do?

    Hi Akshay,
    If you want your images to appear standalone with no other page item on the page, then you can insert Page break on an image.
    This is how you can specify a page break:
    1. Select the image
    2. Goto Object->Object Export Options
    3. Select EPUB and HTML tab
    4. Select Custom Layout check box and then check Insert Page break. You can select from the option in the dropdown-Before Image, After Image, Before and After Image as per your requirement.
    Regarding your question about images:
    You export your graphs as JPEG but are those JPEGs of good resolution? If they are, then InDesign is doing something wrong during export but if the JPEGs are not of good quality then it is not an export issue. Please provide some more details here.
    Regards,
    Pooja

  • I want to use my ipad to display song lyrics. I have all the lyrics on my computer in Word format and want to know the easiest way to convert them to my ipad and what apps I should use..

    I want to use my ipad to display song lyrics. I have all the lyrics on my computer in Word format and want to know the easiest way to convert them to my ipad and what apps I should use.

    I would just leave them in Word...GR reads many formats very easily.
    If our goal is to work on/edit the files it may be useful to look into something like Pages if you have a Mac, and the Pages for iOS devices so you could use the same word processor on both machines.
    But if you convert the Word to PDF and then use GR you can still edit the files...GR will edit and annotated PDF files rather easily.

Maybe you are looking for