How do I prevent single-page PDFs from appearing inline in the email body?

When someone sends me a multiple page PDF, the email contains an attachment icon.  When I click on the icon, the PDF is opened full-screen.  When I click on the screen, icons appear including a box with an arrow pointing up.  Clicking on this icon, lets me send the PDF to other applications such as iBooks. 
When someone sends me a single-page PDF, the PDF is displayed inline in the body of the email and I do not see a way to send the PDF to other applications.  Is there a way to view the PDF full-screen and thus send the document to other applications?
I have the new iPad (v3) running iOS 7. 

What you are experience is totally normal and the expected behavior for a single page PDF as an attachment in an email. You can easily save it to another app by simply tapping and holding down on the open PDF and the Open In window will pop up. It may take a little practice but it does work. Just tap and hold down on the open PDF.

Similar Messages

  • How do I open single-page PDFs from Mail?

    If I receive an email containing a one-page PDF, Mail shows it as an image. I want to see it as a PDF so I can open it in another app.
    Multiple-page PDFs are fine.
    This problem also exists when sending one-page PDF files from the iPad - they arrive as images.

    Single page pdf files always appear as already open in the mail app.
    I just created a single page PDF and emailed it to myself and this is what I get when I do what I suggebd that you do. This is how you do it. Why it is working for you I cannot explain.
    If you haven't done so already, the next thing that I would try is to close the mail app completely and reboot your iPad.
    Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the Mail app and then swipe "up" on the app thumbnail to close it.
    Reboot the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • How to create a 4 page pdf from images - each page should open at same size

    How do I create a 4 page pdf (from 4 images - all the same size) that opens each page at  full page size?
    Thank you so much.
    Ginger
    PREVIOUS MSG:
    My goal is to create multi page pdfs that are created from images (scans of old brochures).  I receive images (scans of pages) all at the same size.
    I have been able to create the 4 pdfs (each opens at full page size) and merge into 1 pdf.  When I open that final pdf, I  see a column of 4 pages, page 1 image being larger than the remaining 3. When I  click on the left, page 1, icon,  I get the full page.  When I click on icons for pages 2 - 4, I get nothing.  The only way I can get the other pages in a full page view is to adjust the scaling after left icon is selected.  That is not what I want.
    How I created the files.
    I can either create pdf pages using Photoshop, or using Acrobat Pro itself through:
    File> Create PDF> From File and adding each of the images.  I then, for each, choose Properties> Initial View> Fit Page> Save. Then I use File> Combine> Merge Files into Single PDF> Save.
    Then I open the multi page pdf.
    I appreciate any help.
    Thank you,
    Ginger
    PREVIOUS MS

    It seems to me what you want to do is create one document which a combination of all four  and then one page of each.
    To create a Document with 4 pages combined in to one PDF.  open the first in a Series the to Edit menu and click on add pages click on next document (browse to document first) the choose attach to to end of document or add to  end of document. Repeat until you get all images added. They will end up (or should ) center in center of their own page. Save this document with a new name for now.
    Next go back to Photo shop and reduce size of images to fit desired sheet of paper (8-1/2 by 11, 8-1/2 by 14, whatever) place them side by side and row by row so you have 4 images on one page.
    now save as Pdf.
    now decide which you want to swap to the Thumbnails (the 4 on one page, or 4 individual pages.  I would use the thumbnails and make each a button that references the page in the document you save as a 4 page pdf that applies.
    Then on that page write a line saying click each illustration to see full size image (you might have to write this line while in Photoshop) then save this as PDF file
    Try out. You might have to use some javascript controls to do this. But I am not experienced in JavaScript to do this. I'm sure it cane be done.
    But note you will have to save both documents with the Thumbnails and the four page and Thumbnail page in a folder and send to prospect
    If you want just four separate pages in one Pdf just do first two paragraphs above

  • AS) export single page PDFs from multi-artboards

    I'm not exactly sure where my new problem lies. I'm trying to save out single page PDFs from an Illustrator CS4 document with multiple artboards. Each artboard should become a PDF. I can get a multi page PDF, but when it saves single page files, I get white PDFs with error messages on them (I think it is saving .ai files with a .pdf extension).
    this is where I am now (simplified, of course):
    tell application "Adobe Illustrator"
    set docName to name of current document
    set itemNumber to 1
    tell application "Finder" to set fileLoc to path to desktop as string
    set pageCount to (count artboards in document docName)
    tell current document
    set allPlacedItems to placed items
    repeat with h from 1 to (count of allPlacedItems)
    set thisPlacedItem to item h of allPlacedItems
    tell thisPlacedItem to embed
    end repeat
    set allTextItems to text frames
    repeat with j from 1 to (count of allTextItems)
    set thisTextItem to item j of allTextItems
    tell thisTextItem to convert to paths
    end repeat
    end tell
    repeat with i from 1 to pageCount
    set pdfSaveOptions to {class:PDF save options, pdfXstandard:PDFX None, compatibility:Acrobat 6, preserve editability:false, generate thumbnails:false, optimization:false, acrobat layers:false, artboard range:i, view pdf:false, color downsampling:0, color resample:nodownsample, color compression:none, grayscale downsampling:0, grayscale resample:nodownsample, grayscale compression:none, monochrome downsampling:0, monochrome resample:nodownsample, monochrome compression:none, compress art:false, trim marks:false, registration marks:false, color bars:false, page info:false, page marks style:Roman, trim mark weight:trimmarkweight025, offset:6.0, bleed link:true, bleed offset:{0, 0, 0, 0}, color conversion id:none, color destination id:none, color profile id:include all profiles, trapped:false, font subset threshold:50.0}
    set pdfName to docName & "TEST" & itemNumber & ".pdf"
    set destFile to (fileLoc & pdfName) as string
    save document 1 in file destFile as pdf with options pdfSaveOptions
    set itemNumber to (itemNumber + 1)
    end repeat
    close current document without saving
    end tell

    // Save the artboards to PDF.
    var myDoc = app.activeDocument;
    var original_filename = myDoc.name.toString();
    // alert (myDoc.name.toString() )
    // Get the folder location
    var destFolder = Folder.selectDialog('Select the folder to save the PDF files to:');
    // Get the number of artboards to export from a dialogue
    var total =  myDoc.artboards.length
    //     Number.selectDialogue('Total Number of Files to be made')
    if (destFolder) {
         for (i=0; i<total; i++)
              var destFile = new File(destFolder+original_filename+"_"+i);          //     Assign incrementing filenames
              var pdfSaveOptions = new PDFSaveOptions();
              pdfSaveOptions.viewAfterSaving = false;          //     Don't want to see these fles in Reader
              pdfSaveOptions.SaveMultipleArtboards = true;
              var range = new String();
              range = (i+1).toString();
              pdfSaveOptions.artboardRange= range;     //     not Assign incrementing page range
              myDoc.saveAs (destFile,  pdfSaveOptions);     
    I've run this script on the 3 art board document the Adobe sample scripts create. It's a just different coloured star on each artboard.
    This script appears to work in as far as I get 3 files with just one artboard showing when I open the files in Adobe Reader. Problem is when I open them in AI, I can see all the artwork is still there and even more stranger is the fact that the numbers are still 1,2,3 whereas in Reader it's just page i showing as page 1 each time.
    This could be a problem when the application I'm writing generates an image structure from the files if it sticks the excess data onto the GPU (not sure if it will or not). If it includes all the data, also it just makes the Application footprint bigger by a 8 MB or so of unnecessary baggage. An issue for a 'light weight' app.
    I noticed the export ExportArtboardsPhotoshop.jsx script has this line:
    psdExportOptions.saveMultipleArtboards = true;
    It works in that context but in PDF context it only works in terms of what Reader shows not what exists in the files. Good one Adobe… Makes me wonder what the Multiple art boards method did before AI had multiple art boards. How was AI dividing the objects?!
    Also I really need a SaveAsCopy (non-existent I think) method or I'll have to keep reopening the original file and then doing SaveAs.
    Back to manual duplicating files in finder, batch renaming, opening them all and deleting excess. Or export to PSD and get my dimensions right or just oversized (I can always down sample in the app)…
    This is truly a painful exercise!

  • Creating single page pdfs from a brochure designed in spreads format

    Hi there,
    So I've been asked to take a brochure that is in spreads, and save each panel as a single page pdf. So basically, in document setup, the page size is 17.75 x 8.5).  There are four panels, each panel is roughly 4.3708 x 8.5. The problem is, each panel was not created as a single page in indesign...instead, it's set up as a 17.75 x 8.5 document and the panels are created within that document size.
    I guess I wanted to find out if there is an efficient way of creating these single panel pdfs from what I've been given.
    Anybody know?

    It's either copy/paste into a properly laid out facing pages document (the best choice if it will need editing in the future), or place the pages, each one twice, into a facing pages pages doc and crop the wrong half off each page. In either case, you'll need to rearrange the pages into readers' spreads.

  • Single Page PDFs from a 100 page PDF

    Hi,
    I have a 100 Page Katalog (ID). My client needs a single PDF from each page? Is there a automated way to do that or do I have to save each page myself individually?

    Document - Extract Pages.
    Make sure to tick the "Extract Pages as Separate Files" box.

  • How to have only single pages printed from iphoto book

    I would like to know if it is possible to have pages printed from an iphoto book that is not bound.  I just want the loose pages to create an ongoing scrapbook not an already bound book.  Is this possible?

    If you print yourself one way to do it is to start to print the whole book by typing Command+P.  Then in the print window select either All, Single or Range and then put in the page numbers you want to print. Then click on the PDF button and select Save PDF to iPhoto from the drop down menu.
    Screenshot from iPhoto 11 in Lion - Click to view full size
    This will create a 200 dpi jpg file for the page and import it into iPhoto.  From there you can print it yourself or have a local photofinisher print it on whatever stock you'd like.
    OT

  • How to create a multi-page PDF from a password protected website?

    Is there an automated way to create a PDF containing multiple levels of pages from a website that requires login with username & password? I've tried the 'Create PDF from web page' function but get an authentication error every time. Even tried adding the username & password to the URL (http://username:[email protected]...), to no avail. I really don't want to PDF each page individually and then manually merge them into one PDF. Any ideas?
    I'm using Acrobat Pro X on Windows 7.

    Unless Adobe changed something recently in the way this function of Acrobat
    works, it's not possible.

  • How do you prevent MS-DOS window from appearing during Runtime.exec()?

    The question below was attached to the answer for Question of the Week No. 21. I'm having the same problem. Does anyone know the answer? Put another way does anyone know how javaw does it?
    Fri Dec 18 09:59:52 PST 1998
    rkarasek
    On Windows NT 4.0, how can I prevent CreateProcess()
    from creating a cmd.exe window when using javaw and
    Runtime.exec()? No such cmd.exe window is created if
    instead I run "java" from the command line.
    I have a C++ server named "foo", and have created
    a Java applcation with Swing GUI named "foo.java".
    This GUI captures configuration information and
    then uses Runtime.exec() to start the C++ app, with
    a socket established between the Java app and C++
    app for later communication.
    This is all working fine, and the Java application
    and GUI working as expected. When I run "java foo"
    from either the NT command shell (cmd.exe) or MKS
    Korn shell (sh.exe) the Java application/GUI starts,
    and when it calls Runtime.exec() my C++ process is
    started as what appears to be a child process of the
    "java" process, that is, no cmd.exe window is created
    during the Runtime.exec("foo.exe") call.
    However, when running the same Java application from
    a shortcut on the desktop via "javaw", when I invoke
    Runtime.exec() a cmd.exe window is created before my
    C++ server is started. While things are running
    ok and my Java app can still communicate with my
    C++ server, is there anyway I can prevent this
    cmd.exe window from being created, and instead, have
    my C++ server run as a child process of javaw (or
    an independent process without a cmd.exe)?

    cmd always opens a dos window - use another console interpreter instead or just call the programm directly.
    i.e.
    Runetime.exec("c:\\myprogram.exe");
    OR
    The following demonstrates executing a command without bringing up a popup. import java.io.*;
    public class Test {
      public static void main (String args[]) throws IOException {
        String[] command = {
          "C:\\winnt\\system32\\cmd.exe", "/y", "/c",
          "dir"};
        Process p = Runtime.getRuntime().exec(command);
        InputStream is = p.getInputStream();
        InputStreamReader isr = new InputStreamReader(is);
        BufferedReader br = new BufferedReader(isr);
        String line;
        while ((line = br.readLine()) != null) {
          System.out.println(line);
    }However....
    According to bug number 4244515 in Sun's Bug Parade (http://developer.java.sun.com/developer/bugParade/bugs/4244515.html), javaw doesn't always work without bringing up new window.

  • How can I retrieve my pages documents from another account in the iCloud

    I was using pages in my ipad. Then I bought a Mac Pro and signes with a new iCloud account. In order to sync it with my ipad I deleite the previous iCloud account from the divise and started it with the new account. I previously choose to keep all the documenta before deleten the account.
    Now when opened pages I can not see any of my previous doccuments

    You'll need to copy the Pages documents from the old iCloud account to the new one.  To do this, go to iCloud.com from your Mac and sign into the old account.  Launch Pages beta and confirm that your documents are still there.  Assuming they are, select them, then click the gear icon on the menu bar and choose Download Documents and choose the Pages format.  This will download copies of the documents to your Mac.  Drag the downloaded documents to your desktop and double-click on them to extract them from the .zip files.  Next, sign out on iCloud.com and sign back into your new iCloud account.  Launch Pages beta in the new account, then drag and drop the documents from your desktop to the Pages beta window to upload them to the new account.  You can now access the documents from devices signed into your new account.

  • How do I prevent lost devices tabs from appearing in sync drawer?

    Hi,
    Linked Firefox Sync accounts that are no longer in use--or useable--still appear in the synced tabs drawer in Firefox for Android as different groups of tabs under corresponding device names.
    This is despite trying to fix the issue by changing the account password from one device (PC) I still use and deleting my account/setting it up on Firefox for Android again with the new password.
    It seems Firefox for Android (or the Firefox Sync system generally) syncs tabs from offline devices linked to the same email address, despite them not being set-up using the same password.
    Whether this is by design, something not anticipated or just a bug, it makes it very tedious to scroll through the list of tabs from unwanted "devices" (actually, previous Firefox installations on my current PC, wiped along with entire drive during system reinstall) in order to find tabs directly under the device name corresponding to the current Firefox installation on my PC.
    I'm prepared to delete the entire account and de-associate all my devices at once, and start fresh, but that doesn't seem to be an option.

    Hi sqph,
    Thank you for your question, I understand that there is an issue with synced tabs on devices that no longer should be attached to the sync account.
    Unfortunately there currently is no way to mange individual sync profiles fro specific devices. The device will be detached if another user tries to connect the old device to the attached account because the cookie will expire. However the data that has synced will still show up on other devices.
    A fresh start is possible, I am currently asking if this is expected.

  • How do you download and open PDF files that come in the email?

    I can NOT download or open PDF files. It prompts me to open in IBooks and then it's not there. I am so frustrated. PLEASE HELP!

    Touch the attachement once to download it.  Then touch it a second time, after it is downloaded ( watch the attachment icon) to open it in quick view. if you want to do something more than just view it, and if you want to save it,  Touch and hold the downloaded attachment to get the 'open in' pop up, and any app that supports PDFs, like I books, or any of the other PDF ready apps.
    If it is not downloaded yet, it will not be in I books.

  • Can't send single-page PDF files to other apps

    When someone emails me a PDF with multiple pages, the files appears as an attachment in the email and I have to click on it to view it.  Once I click on it, I am taken to a full screen view of the PDF and I can scroll to see the other pages.  When I tap the screen, the square with an arrow point up appears in the upper right corner.  When I touch the square with the arrow, I am given the option to send the PDF to Messages, Mail, etc.  I also have a app on my iPad called PDF Expert and I can send it to this app as well.  PDF expert lets me draw on the PDF so I can sign documents. 
    So here's the problem.  When a single-page PDF is sent to me, it appears in-line, in the email body itself.  It does not appear as an attachment.  When I click on it, instead of it taking it to another page where I can view it full screen, it gives me the option to Select or Copy.  This doesn't help me at all.  I have had this problem with images showing up inline in the email body as well. 
    Being able to see the attachment inline is a nice idea, but there absolutely needs to be a way to send it to another page to be viewed full screen and to give the option to send it to other apps.

    I have been having the same problem... Here is how I solved it.
    I removed all graphics from my automatic email signature line and then it worked!!!! For some reason, the ipad mail app cant handle a graphic signature block and an attachment.
    Good Luck!

  • Export single-page pdfs with page name

    I've been looking for a script that:
    - exports every page of an indesign file to a seperate single-page pdf (or other filetypes)
    - names the pdf with the name of a page -> this is the hard part to find
    The reason i could use it: i have a 200+ page file with productspecs. I would like to export every page with the correct productname. (extracting pdfs in acrobat is not a problem, but then i have to manually rename every file)
    I'm not sure how to name the pages, as it's not a function in indesign. Ideal would be to be able to "tell" indesign: this textframe = the pagename, so it wouldn't be necessary to label the page seperately.
    I'm not a scripter. I searched the forum and found some info on this already, but not a working script including automatic pagenaming.
    I did found an old post where someone points to such a script, but i can't find it:
    http://www.techplex.net/postsm40018_possible-to-name-pages.html#post40018
    Did anyone ever made/found/used such a script?
    (btw, a similar script for illustrator artboards would be very useful too!)
    Any help appreciated!

    scott zanelli made one years ago. does a fantastic job.
    http://indesignsecrets.com/page-exporter-utility-peu-5-script-updated-for-cs3.php
    Loic Aigon has written one...
    http://www.loicaigon.com/blog/?p=876
    as for illustrator artboards... don't know - have a look on the illustrator scripting forum.

  • Can someone tell me how to get a word or pdf to appear on a page

    I'm trying to have a flyer i have as a pdf appear in a blank web page on iweb and can't seem to figure out a way to copy and paste it to where it appears correctly.  can anyone help?  thank you! paul

    A single page PDF can be dragged onto the iWeb page from the Finder. Use the Metrics inspector button to restore it to the original size and then drag it into position.
    Larger docs can be displayed like this...
    http://www.iwebformusicians.com/Website-Email-Marketing/Google-Doc-Viewer.html
    or you can use an HTML doc like this...
    http://www.iwebformusicians.com/Website-Email-Marketing/HTML-iFrame.html
    "I may receive some form of compensation, financial or otherwise, from my recommendation or link."

Maybe you are looking for

  • How can I  move the 'Itune music file' to another disk

    Hello I am using ITUNE in a Winfow XP environnement. I am running out of space on my C disk. How can I move my ITUNE music file C:\Documents and Settings\Yves\My Documents\My Music\iTunes\iTunes Music to another bigger partition on the same computer?

  • Screen losing brightness and color fading

    I have a 4 yr old Powerbook G-4 and the past two weeks have notices the brightness of the screen is fading as well as the images (screen saver). It is beginning to be difficult to see the files I have on my desk top. Will an adjustment help - what mi

  • BAPI for Prices? FM for Prices?

    Hello, Is there a Bapi or FM to find out the price of a customer/material-combination (condition)? I'm looking for something like VK13. What I intend: I'm connecting to SAP (4.6C) via JCO, and read out the price of 1...n Materials. Return the result

  • What are the commands in smartforms

    hi gurus can anyone suggest me what are the commands in smartforms thank you regards kals.

  • Trying to import videos

    I am trying to import some videos from my recent trip to Costa Rica.  When I try to play the videos I receive this message: The document "M2U00887.MPG" could not be opened. A required codec isn't available. Is there any way to convert these/get them