Editable PDF Type Not Showing Up on iPhone & iPad

I set up an editable pdf form for my client in Adobe Acrobat Pro. He is able to type in it and save it and able to see what he has typed, but when he sends it to someone that opens it on their iPad or iPhone they are not able to see what he has typed. Should it be saved a certain way for the iPad & iPhone?

Chances are the recipient is using a PDF application that does not process interactive PDF forms; for example, the Apple PDF Viewer does not process interactive PDF forms. 
If the recipient installs the Mobile Adobe Reader, he/she should be able to view the interactive PDF forms that are sent to them.
Failing that, the sender can choose to flatten their forms prior to sending.  This will remove the interactivity of the form, but will make the form content show up in PDF applications that do not process interactive PDF forms.
Hope this helps,
Darrell

Similar Messages

  • PDF does not show up

    Hi all,
    The following is my code snippet in JSP for a project which i used to generate a PDF file. But the PDF does not show up . The Adobe loads and i get a pop-up saying
    'Acrobat could not open 'Example[1].pdf' because it is either not a supported file type or because the file has been corrupted.'
    This is the code snippet i used:
    <%@ page import="java.io.*" %>
    <%
    String s = new String("Hai this is PDF Sample");
    byte file[] = s.getBytes();
    try
    BufferedInputStream inputStream = new BufferedInputStream(new ByteArrayInputStream(file));
    BufferedOutputStream outputStream = new BufferedOutputStream(response.getOutputStream());
    response.setHeader ("Content-Disposition", "attachment; filename=Example.pdf");
    response.setContentType("application/pdf ; charset=iso-8859-1");
    int bytes = 0;
    byte buffer[] = new byte[1024];
    while((bytes = inputStream.read(buffer)) != -1)
    outputStream.write(buffer,0,bytes);
    inputStream.close();
    outputStream.flush();
    outputStream.close();
    }catch
    (Exception e){}
    %>
    Can anyone please help me out.
    Thanks in Advance.
    RDP.

    FOP is an Apache project that lets you generate PDFs using XML and XSL.
    Here's the servlet:
    package common.servlets;
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.PrintWriter;
    import java.io.StringReader;
    import java.net.URLDecoder;
    import java.util.Map;
    import javax.servlet.ServletException;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import javax.xml.transform.Result;
    import javax.xml.transform.Source;
    import javax.xml.transform.Transformer;
    import javax.xml.transform.TransformerException;
    import javax.xml.transform.TransformerFactory;
    import javax.xml.transform.sax.SAXResult;
    import javax.xml.transform.stream.StreamSource;
    import org.apache.fop.apps.Driver;
    * A servlet that takes XML and XSL streams and sends back a PDF file,
    * using Xalan and FOP.
    public class PDFServlet extends HttpServlet
        /** Response content type */
        public static final String DEFAULT_RESPONSE_CONTENT = "application/pdf";
        /** Parameter/attribute name for XML input */
        public static final String DEFAULT_XML_NAME = "print.xml";
        /** Parameter/attribute name for XSL input */
        public static final String DEFAULT_XSL_NAME = "print.xsl";
        /** Default character encoding */
        public static final String DEFAULT_CHAR_ENCODING = "UTF-8";
        /** Transformation factory */
        private TransformerFactory transformerFactory;
         * Initialize the servlet
         * @throws ServletException if the initialization fails
        public void init() throws ServletException
            try
                this.transformerFactory = TransformerFactory.newInstance();
            catch (Exception e)
                throw new ServletException(e);
         *  Process a GET request
         * @param servlet request
         * @param servlet response
         * @throws ServletException if the servlet fails
         * @throws IOException if IO fails
        public void doGet(HttpServletRequest request,
                                     HttpServletResponse response)
            throws ServletException, IOException
            this.doPost(request, response);
         * Process a POST request by looking up the JSP using the source + action
         * parameters
         * @param servlet request
         * @param servlet response
         * @throws ServletException if the servlet fails
         * @throws IOException if IO fails
        public void doPost(HttpServletRequest request,
                           HttpServletResponse response)
            throws ServletException, IOException
            try
                Driver driver = new Driver();
                driver.setRenderer(Driver.RENDER_PDF);
                ByteArrayOutputStream baos  = new ByteArrayOutputStream();
                driver.setOutputStream(baos);
                Map parameters   = request.getParameterMap();
                String xmlString = null;
                if (parameters.containsKey(DEFAULT_XML_NAME))
                    xmlString = request.getParameter(DEFAULT_XML_NAME);
                else
                    xmlString = (String)request.getAttribute(DEFAULT_XML_NAME);
                String xslString = null;
                if (parameters.containsKey(DEFAULT_XSL_NAME))
                    xslString = request.getParameter(DEFAULT_XSL_NAME);
                else
                    xslString = (String)request.getAttribute(DEFAULT_XSL_NAME);
                if ((xmlString != null) && (xslString != null))
                    xmlString = URLDecoder.decode(xmlString, DEFAULT_CHAR_ENCODING);
                    xslString = URLDecoder.decode(xslString, DEFAULT_CHAR_ENCODING);
                    Source xml = new StreamSource(new StringReader(xmlString));
                    Source xsl = new StreamSource(new StringReader(xslString));
                    Result fop = new SAXResult(driver.getContentHandler()); // Intermediate result
                    Transformer transformer = this.transformerFactory.newTransformer(xsl);
                    transformer.transform(xml, fop);
                    response.setContentType(DEFAULT_RESPONSE_CONTENT);
                    response.setContentLength(baos.size());
                    response.getOutputStream().write(baos.toByteArray());
                    response.getOutputStream().flush();
                else
                    PrintWriter out = response.getWriter();
                    if (xmlString == null)
                        out.println("Missing XML");
                    if (xslString == null)
                        out.println("Missing XSL");
            catch (TransformerException e)
                e.printStackTrace(System.err);
                throw new ServletException(e);

  • My total amount of DOWNLOADED APPS. do NOT show up on iPhone HOME pages.

    My total amount of DOWNLOADED APPS. do NOT show up on iPhone HOME pages.
    I have the BIG DOG 16 gig iPhone and I am only limitted to 9 pages of APPS.
    For what I PAID for this GREAT Phone, there should be NO LIMIT as to how many APPS. that I can download until and UNLESS my memory is FULL, which it is NOT even half full yet.
    APPLE: Please change this LIMITATION, because there seems to be thousands of APPS. to choose from. Just as you have NO-LIMIT on the number of songs that I can download, I would like it to be the SAME for my APPS.
    Thank you.

    This ***** badly
    http://discussions.apple.com/thread.jspa?threadID=1807300&tstart=0

  • I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    I am trying to read my iMessages from my iPhone 4S on my iPad 2, but the messages do not show up on my iPad 2. I made sure that the receiving email address is the same on both devices and both are signed into my single Apple account.

    Is it possible that the person who sent the message to your phone sent it to your phone # instead?  Try sending a message to your phone via the email address and see if it shows up on the iPad.

  • TS1398 Hi.. My internet and wifi are working on samsung phone and hp laptop but its not getting connected to iphone ipad, only skype is coming online rest all apps and safari show no internet connection. Got new linksys router WRT160NL , but situation sam

    Hi.. My internet and wifi are working on samsung phone and hp laptop but its not getting connected to iphone ipad, only skype is coming online rest all apps and safari show no internet connection. Got new linksys router WRT160NL , but situation same. Tried reboot, renew lease, forget network, reset network setting. Pls advice

    Have you tried a simple reset of your iPod to see if that helps?  To do this, press and hold both the Sleep/Wake and Home buttons together long enough for the Apple logo to appear.
    Otherwise, have you tried any of the troubleshooting mentioned in this Apple support document?
    iOS: Troubleshooting Wi-Fi networks and connections
    B-rock

  • Movie playlist in iTunes is not showing up on iPhone after manually managing syncing and including movies from playlist.

    Movie playlist in iTunes is not showing up on iPhone after manually managing syncing and including movies from playlist.

    Thank you.  This solved my problem too.
    But, one little thing to share:
    "There's an option in settings for Playlists. It was set to Music only. Changed that to All then found the movie playlist under Movies by selecting Genre."
    This is not to be done in iTunes in your computer; this is to be done at your apple TV under "setting". "audio video" "show playlist" "music only/all"
    I am posting this here because I started chat mode with Apple support last night at midnight till 1:30, they didn't know what to do.
    They called me back this morning at 10 am.
    It's not 11:40 they finally know what I am talking about and showed me where to to find the "music only / all" toggle.  My problem is now fixed;
    all these time, they have in front of them a screen shot of your questions and answer but they don't know where to change it from music only to all.
    So, I hope this will save the next victim a lot of time.
    Again, thank you.

  • When filtering by keyword and using "Edit In" with Photoshop, edited file does not show up in list

    When I do an "edit in" using CS5 and save it, the edited file does not show up in my LR4 preview window.
    Message title was edited by: Brett N

    There are two distinct modes by which Edit In... may first open an image into PS: as a fully pre-converted rendered file; or as an on-the-fly converted image in memory.
    (When LR opens a PS-edited image a second time into PS, using "Edit Original", the former option is always used.)
    In the latter case, it is ACR which does this on-the-fly conversion, working from the original image (as imported into LR) plus your subsequent LR adjustment metadata. This means ACR compatibility with LR becomes an issue - as it is not, with the pre-rendered file option.
    There is a useful clue to which mode is being used:
    the title of the PS document window, in the case of the on-the-fly conversion, still shows the name of the Raw file (or whatever) that you started with in LR... no file has been saved as yet, to say any different. You can Save or Save as, wherever and under whatever name, and from now on LR will look there for your edited image. Or if you close unsaved, LR has no edited image to show at all.
    the title of the PS document window in the pre-rendered case, is the name of a file already saved on disk and already showing in LR. If you then saved this elsewhere, you would merely make a duplicate which LR cannot know about - and if this duplicate is the one which contains your PS work, LR will accordingly not show that. It is busy showing the content of the specific file that was passed to PS.
    So, if inside CS5 your document is called something like IMG23334.dng - you can save it wherever you like. If inside CS5 your document is called something like IMG23334-edit.tif - you will have to save your changes back to that exact same file, in order for them to be seen in LR.

  • Every time I try to save my Indesign document as an Interactive PDF, the option of either saving it as Interactive PDF or PDF is not showing.

    Every time I try to save my Indesign document as an Interactive PDF, the option of either saving it as Interactive PDF or PDF is not showing.

    You export to PDF, not save.

  • Why are my photos on iPhone not showing up on the iPad?

    photo stream is on both the iPad and iPhone but the pics on my iPhone are not showing up on the ipad

    I'm not sure how true this is..... Then again I'm not sure I totally understand this whole cloud thing yet. But I have 742 photos on my photo stream on my iPhone and only 144 of them on my iPad. I turned off photo stream on the iPad and turned it back on and it loaded even less then the original 144 pics. I'm at a loss. They were all synced with my iPad until recently.  And if this statement is true about syncing only the new ones since turning on photo stream then my iPad photo stream would have loaded zero pics. What happened?

  • I m new t o iphone community , i tried to connect with itunes with my laptop, finally i did transfer my songs and movies to itunes but it is not showing in my iphone . plwease help me

    i m new t o iphone community , i tried to connect with itunes with my laptop, finally i did transfer my songs and movies to itunes but it is not showing in my iphone . plwease help me

    You need to sync your phone with iTunes on your PC. Read this article
    http://www.apple.com/uk/support/iphone/syncing/

  • Adobe PDF Toolbar Not Showing In Firefox

    I installed CS5 Master Collection in Windows 7 64 and Adobe PDF toolbar installed automatically in IE8 but not in Firefox latest version. Would somebody please tell me what to do to install in Firefox?
    Thanks a lot!

    Thank you for all the information. I'll upgrade to Acrobat X.
    Date: Sun, 6 Feb 2011 11:45:21 -0700
    From: [email protected]
    To: [email protected]
    Subject: Adobe PDF Toolbar Not Showing In Firefox
    Adobe Reader if always free. Acrobat requires a purchase.
    Also Acrobat X has different UI, there is usually a floating toolbar that can be used to open the full toolbar.
    >

  • TS2988 Tones showing grayout in itunes and not showing on my iphone 4s

    I bought tones from itunes using my iphone 4s, but after some resets and the latest IOS upgrade I can see 3 tones showing in itunesm but gray out and Im not able to play them and they are not showing on my iphone, what happened? Please help?

    Please read this article about snycing music using itunes. Please focus on what it speaks when outlining talking about syncing selected playlists artists and genres THAT is the setting you will need enabled to sync playlists to a mobile device.
    http://support.apple.com/kb/ht1351
    Good luck

  • On my iPad reminders has a list called scheduled but this list does not show in my iPhone or Mac Pro book what Di

    On my iPad reminders has a list called scheduled but this list does not show in my iPhone or Mac book pro. What do I need to do to have scheduled reminders on my iPhone and MacBook Pro?

    iBooks appear in the separate iBooks app in OS X 10.9 Mavericks.
    Audible handles only audiobooks. They can't help with any issue with an iBook.
    Regards.

  • When I reply from my Imac the message does not show on my Iphone 5

    HELP!! when I reply from my Imac the REPLYmessage does not show on my Iphone 5!!

    Have you done a PRAM reset, CMD+Option+p+r...
    http://support.apple.com/kb/HT1379
    In fact, do 3 in a row, takes a bit of time.
    Open Audio Midi Setup in Applications>Utilities, see the input & output options & KHz setting there, some things will change it for their own use, then not set it back.

  • My PC and IPAD are synchronised but recently I see that new bookmarks made on my PC do not show up on my IPAD

    I have a PC with Windows 7 that is synchronised with my IPAD 6.0.1. Synchronisation work fine for a while but now I see that when I add or modifiy bookmarks on my PC, it does not show up on my IPAD.
    What can I do.

    Is it possible that the person who sent the message to your phone sent it to your phone # instead?  Try sending a message to your phone via the email address and see if it shows up on the iPad.

Maybe you are looking for