Offline PDF Scenario

Guys,
Is it possible to create a offline PDF form with submit button on it  and user should allow to submit the form offline. For example a user has boardes a flight and then fills the form on laptop and saves it . Once he gets down rather than uploading the form ( SAP's way) he should connect to internet and just press submit on PDF and should send information  via xml .
Regards,
Manish

Hi Manish,
Offline PDF has a different meaning. It has the functionality for entering the value and once you save the PDF (save button) the data gets stored inside the pdf form (XML format). once your done with the document u have to open up the application and upload the document that u have saved, once this is done it reads the data (XML format) converts it and gets stored. this is the senario.
PDF have only submit and check button.
Thankx & Regards
Paul

Similar Messages

  • How to extract data from offline PDF files as batch processing

    Hello.
    I want to use Adobe Interactive forms as batch processing.
    For instances,
    1. Users download offline PDF files.
    2. Users inputs data on their local PCs.
    3. Users upload these PDF files in one folder.
    4. Program can read data form PDF files on that folder. and put data to ERP at night.
    I' d like to know how to implement a program with Java or ABAP.
    Regards.
    Koji.

    Hi,
    It's possible to do it but first be sure that the SAP system can read the directory while your program is executed in background .
    Then you have to read the content of the directory and process each file you found.
    Look at this standard ABAP object cl_gui_frontend_services , you will find method for browsing a directory and retrieve list of file .
    Afterwards you have to process each file , for this have a look at this wiki code sample i wrote for processing inbound mail with adobe interactive form, it should help you [Sample Code for processing Inbound Mail with Adobe Interactive Forms|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/sampleCodeforprocessingInboundMailwithAdobeInteractive+Forms]
    Hope this help you .
    Best regards.

  • Saving Offline PDF form from Web-Dynpro with Dynamic File Name

    Hello All,
    We have a offline PDF form.... When we save the form, a default file name appears. We need to change this default name to some value that is already available in the form fields.
    I have gone through some posts in the forum. However not able to figure out the solution.
    Following are the details:
    1. Web-Dynpro used : ABAP Web-Dynpro
    2. Form Type: Native
    3. Offline Editable form
    Regards,
    Kunjal Patel

    Hi Rajesh,
    I have not yet found a solution....
    Also as you have seen no one is replying.....
    All,
    Should we consider that this issue does not have a specific solution?
    Regards,
    Kunjal

  • Deleting/removing offline PDF files in the iPad Adobe Reader app

    Whenever I open a file from the Acrobat.com cloud in the iPad's Adobe Reader app, a local copy is saved which I can read even when not connected to the internet. This is intentional by Adobe, and allows me to read PDFs offline, which is great. My question is, if an offline copy of every PDF I open is saved on the iPad, it will soon run out of disk space. Is there any way that I can delete/remove a specific offline PDF in order to free up disk space? I understand that this would mean that I would not be able to read that file offline anymore until I reconnect to the Acrobat.com cloud and reopen the document from the cloud. Thanks!

    Hi,
    Thank you for reproting the issue. You are right Adobe Reader saves a local copy whenever you opens a file from Acrobat.com. But there is a limitaion to the number of files it saves locally. So whenever the number of files opened from Acrobat.com reaches that value, it removes the first file opened from acrobat.com from its local memory and so on. So there is no chance of running out of memory.
    Secondly, if you want to remove the locally saved files then you can just sign out from Acrobat.com and sign in again. In this case it will remove all the files saved locally. Then you have to download them again to view.
    Hope this helps.
    Thanks,
    Ankit

  • Transferring Data on Offline PDF to Online PDF

    Hi All,
    I have an Offline PDF Form filled with Data and i need to transfer this data to another Form of the same structure but which is online and can be submitted to SAP from there.
    How can i deal with this situation and what are my options?
    Thanks in advance..!
    Jr.

    Hi,
    though I do not understand why you don't just upload the offline PDF-Files as a complete file to the desired online location, I try to give you some suggestions.
    To my mind you've several options to solve the problem:
    1) You can start by uploading the complete file to sap and then parse it there. Try to gather the information by keywords and at which place they are located and by the format of the text. For instance in case of a simple form which looks like that: Firstname: ________ Lastname:____,
    you could go for the keyword 'Firstname:' and you'ld put the following 8 characters in a variable which you insert in the online pdf-File. Doing this, you have to get a little bit familiar with Postscript, then you'll understand where to insert in the ps-file the parsed information in the right way. Use ghostscript to check the validity of the ps-file. (PDF-Format is just an enhanced .ps file) Open the online-file with a function module, change it and close it again. After reloading the site there have to be some visible changes.
    2) The second idea is to use an offline pdf2xml converter. Once you have the desired information embedded in XML-Tags, you can load the file and put the data in a table, which you design according to the information you need for the online pdf-form. Once again, open the online file, do the changes from your database entries of the offline form field by field and close the file. Reload. Done.
    3) If you didn't mean online .pdf but just an online HTML-form(?), XML-Data provides a good basis to deal with  the data and to go on with it.
    I don't know if this meets your problem, just an idea.

  • IPad use for offline PDF submit

    For iPad use, is there yet any way to use the offline PDF formfiller with the active "submit" button to send responses back to the FormsCentral server? Ipad use is key for my field sales team. The "submit" button is missing when the PDF is opened through Adobe Reader (mobile) on the iPad (iPad4 iOS 7.1). Is this because iPads do not have "Flash" and is there any workaround?

    Hi;
    You have two options for "offline" PDF workflow with the iPad.
    One is to use an Acrobat Email workflow, not collecting responses in FormsCentral but adding a Submit button in Acrobat to email the form responses to you.  When users fill out the PDF and click Submit it will queue the email, when online again those emails would be sent and you'd get the responses.
    Using FormsCentral is a little more work in the offline case, see this response from Genevieve where she describes how to do it: http://forums.adobe.com/message/5339644#5339644
    That info aside, the Submit button in a FormsCentral PDF should work fine in Adobe Reader Mobile for iOS.  Are you sure users are opening the PDF in Adobe Reader mobile?  The Submit button would be missing if Preview was used to view the PDF on the iPad.
    Thanks,
    Josh

  • Creating an offline PDF template for upload and submit

    Hi Gurus,
    I'm very new to Adobe Interactive forms and will need your advise.
    From the tutorials, when we create a offline PDF application that can upload a PDF for submission, we were always given the sample template PDF file provided by the tutorial. (travelrequest.pdf)
    Now I need to create my own offline PDF template by myself so I can integrate to my WD program to include uploading the offline PDF template and submitting to backend.
    the offline PDF must be editable and save via acrobat reader.
    Any further notes or documentations that I can follow up to? Cos most of the doc I found doesn't teach me how to go about creating the PDF template for offline use in the first place...only the backend and WD integration which I already know.
    Please help! Thanks!
    ps: points will be generously awarded to answers.
    Regards,
    Jansen

    Hi Jansen,
    As far as I know the WAS 620 only supports to output your Forms and Scripts to PDF Format but they are not interactive.
    The Adobe Interactive Forms Solution is only available from WAS 640. You can design your forms either in ABAP transaction SFP or in NWDS(Netweaver Developer Studio) Form Designer.
    For craeting forms in WD ABAP, have a look at the links below:
    SAP Interactive Forms by Adobe
    http://help.sap.com/saphelp_nw2004s/helpdata/en/b7/64348655fb46149098d95bdca103d0/frameset.htm
    Web Dynpro ABAP
    http://help.sap.com/saphelp_nw2004s/helpdata/en/77/3545415ea6f523e10000000a155106/frameset.htm
    regards,
    harman

  • Setting 'Content Copying' as 'Not Allowed' for offline PDF

    Hi,
    Can anyone help on the following scenario?
    Generate a PDF that does not allow user to copy contents within the PDF.
    Setting the Document Restriction - 'Content Copying' as 'Not Allowed'
    As this PDF is to be open offline, there will be no direct connection to the livecycle server hence not able to connect to the Rights Management Server to verify the policy.
    How can this be achive?
    Ryan.

    Ryan
    You are correct in your understanding.  Just to clarify one point though, the client machine does require the "Principal" key be downloaded from the RM server and "Synchronize for offline" is one way to get the key.  In addition to this, when a user "authenticates" to the RM server to open a policy protected document, a "synchronization" occurs in the background and if there are "new" principal keys for other policies they will be downloaded even if they are not reklated to the document the user is currently accessing.
    Now, in addition to Rights Management, Adobe has two other "encryption" options.
    You could password protect the document to prevent "content copying", but this is not a very secure option, password protection is easily cracked, there is no user authentication, and third party PDF viewers may not respect\enforce the password protection.
    Another option, which is very secure is to use the "Encrypt with certificates" option, where the PDF is encrypted for a user based on the users x509 certificate (public key).  The user then uses their corresponding private key to authenticate themselves and view the document.  Encrypt with certificates allows you to enforce authentication and you can allow\deny the same "permissions" that you can with RM protection.  There is no requirement for a server, but the "certificate management" (certificate creation\provisioning\revocation) capability requires a PKI.  Also, the user will need to have their private key available to open the document.
    Hope this helps.
    Steve

  • Getting the binary from an Offline PDF in output mapping of a Human Task

    Dear Experts,
    in my project I have a human activity with Adobe Offline Forms. It expires directly (expiration time: +0  minutes) after the PDF is sent out as task assigment. After the task is completed/expired, I want to store the same PDF file in SAP CRM. Therefore I need to get the PDF binary in the output mapping of the human activity, so I can map it to my automated activity with SAP CRM service. Is there a way to do this?
    Thanks a lot,
    Koray

    i think you can put the binary in ECM first, then retrieve it in your automatic step.

  • Sample code for offline PDF forms submit to workflow

    Hi,
    I have a XDP form which needs to be submitted offline by the user. So i have saved the XDP as dynamic PDF. On submit of this PDF the code flows to the servlet. I am getting the following error:
    "com.adobe.formServer.interfaces.ProcessFormSubmissionException: RequestBuffer not specified at com.adobe.formServer.client.EJBClient.processFormSubmission(EJBClient.java:454) at samples.triggerworkflow.servlet.ProcessFormServlet.doPost(ProcessFormServlet.java:54) at samples.triggerworkflow.servlet.ProcessFormServlet.doGet(ProcessFormServlet.java:28) at javax.servlet.http.HttpServlet.service(HttpServlet.java:697) at javax.servlet.http.HttpServlet.service(HttpServlet.java:810) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.j ava:237) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157) at.... "
    Finally i need to trigger the workflow from the servlet.
    Please help me fix this error. Pleas eprovide a sample code if you have.
    My servelt code is:
    package samples.triggerworkflow.servlet;
    import java.io.IOException;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import com.adobe.formServer.client.*;
    import com.adobe.formServer.interfaces.*;
    import com.adobe.idp.*;
    import com.adobe.workflow.client.*;
    import com.adobe.workflow.manager.*;
    import samples.util.*;
    * @version 1.0
    * @author
    public class ProcessFormServlet extends HttpServlet implements Servlet {
    private static String failedHTML = "Process Invocation Failed. See Log";
    * @see javax.servlet.http.HttpServlet#void (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    public void doGet(HttpServletRequest req, HttpServletResponse resp)
    throws ServletException, IOException {
    doPost(req, resp);
    * @see javax.servlet.http.HttpServlet#void (javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
    public void doPost(HttpServletRequest req, HttpServletResponse resp)
    throws ServletException, IOException {
    EJBClient formServer = new EJBClient(Util.getInitContext(getServletContext()));
    IOutputContext form = null;
    try {
    IOutputContext outputContext =formServer.processFormSubmission(req,"OutputType=0");
    // Determine the content type -- make sure it is text/xml
    String ct = outputContext.getContentType();
    if ((ct.equals("text/xml"))||(ct.equals("application/vnd.adobe.xdp+xml")))
    // Get the length of the output stream
    int outLength = outputContext.getOutputContent().length;
    // Create a byte array and allocate outLength bytes
    byte[] formOutput = new byte[outLength];
    // Populate the byte array by invoking getOutputContext
    formOutput = outputContext.getOutputContent();
    System.out.println("coming in post 5555***********");
    } catch (ProcessFormSubmissionException e1) {
    System.out.println("coming in exception 123***********");
    e1.printStackTrace(resp.getWriter());
    return;
    String returnHtml = triggerWorkflow(form);
    resp.setContentType("text/html");
    resp.setContentLength(returnHtml.length());
    resp.getWriter().print(returnHtml);
    private String triggerWorkflow(IOutputContext form) {
    System.out.println("coming in triggerWorkflow 1111***********");
    QLCSession session = null;
    String html = null;
    try {
    System.out.println("coming in try of triggerWorkflow 2222***********");
    session = QLCSessionFactory.createSession("Localhost");
    Context wkfContext = session.login("administrator", "password");
    session.setContext(wkfContext);
    System.out.println("coming in try of triggerWorkflow 3333***********");
    ProcessManager manager = session.getProcessManager();
    System.out.println("coming in try of triggerWorkflow 4444***********");
    manager.setContext

    Figured out how to set an event parameter in the function:
        CALL METHOD event_container->set
          EXPORTING
            name                          = 'Item'
            value                         = wa_eban-bnfpo

  • Offline PDF to be passed and stored in R/3

    Hello,
    I have a dynamic Offline Adobe form. It calls a web service and passes data to R/3.
    Along with this, when user clicks on button ( in offline scenario ) to call the web service the adobe form should also be sent to R/3 and stored there.
    We have R/3 4.7.
    Any idea how to do it???
    Thanks and Regards,
    Aditya Deshpande

    Hello aditya ,
    please refer -
    [send recive and process adobe forms|https://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/5087262b-59ef-2910-abb1-957000b7c3d4&overridelayout=true]
    [sap interactive forms by adobe|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/203674f5-bdfc-2a10-3988-8aeaff041744&overridelayout=true]
    hope this helps,
    thanks,
    sahiba

  • Offline pdf downloads stuck...

    Hi guys, I hope this is the right place to ask about this.
    I've been trying to grab some of the CS6 offline help files that are now appearing, but for each one things seem to get stuck 'Pending Intergration'. When I initially try and download them, they get stuck apparently extracting the finished downloads. Obviously this isn't the case, as they're typically less than 10 megs.
    Any ideas? The Help program really is poorly coded (on my Mac I often need for force quit it, because it refuses to quite otherwise) but despite this, I assume downloads should work

    Hi all:  if you are seeing a "Pending integration" message that goes on and on, then there is probably an issue with corrupt configuration files.   Please try deleting the following files to clear the cache:
    Windows: %appdata%/chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 
    Tip: To find this directory in Windows, copy the preceding phrase into the Windows Explorer file manager.
    Mac OS: /[user name]/Library/Preferences/chc.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1
    Then restart the Help Manager to reinvoke the download and PDF installation.

  • Need to change the background color of a textview in offline PDF

    Hi,
    We are using the PDFDocument API in order to generate a PDF file which is eventually stored in a network folder. We were initially using the Webdynpro Interactive Form UI element, but digressed from that approach because of some architecture considerations.
    I am able to do everything with the PDFDocument API, expect two things which are proving to be much tougher than I thought:
    1) I have a textview in my .XDP template. The background color of this textview must change depending on the value that I display inside it. For example, if the value is between 1 and 20, the background color must be green, if the value is between 21 and 40, it must be yellow and so on...
    I still have not found the method to specify the background color of a textview using the .XML data file.
    2) Depending on a certain condition, I need to display 5 images in a table row instead of the usual 6. I have been able to do that by simply not providing the 6th image url, but I also need to resize the 5 such that they occupy the space that was initially used by 6 images.
    Any ideas of how I can go about these requirements?
    Thanks & regards,
    Navneet Nair.
    Edited by: Navneet Nair on Feb 19, 2009 10:09 AM

    1) I added an invisible textfield inside my .XDP file and populated it with the color value that I want my main text field to display.  (This color needs to be specified in the R,G,B format... for example... 128,0,0
    2) Now in the 'Initialize' javascript event of my main text field, I included the following script:
    this.resolveNode("<SubFormName>.<MainTextFieldName>").fillColor = this.resolveNode("<SubFormName>.<InvisibleTextFieldName>").rawValue;
    Hope it helps!
    - Navneet

  • Offline PDF forms in Webdynpro ABAP.....

    Hi All,
    I am new to webdynpro ABAP....
    We have a requirement of showing the form 16 for our client employee's.
    I am trying to develop a webdynpro project which should display the employee's form 16. 
    I have created a view and placed UI element Interactive Form as per as below documentaion :
    http://help.sap.com/saphelp_erp2005/helpdata/en/2c/241a427ff6db2ce10000000a1550b0/frameset.htm
    Name of template Source : HR_INTAXF16_2006
    What should be next step in order to display the form 16 data in pdf. Pls shade some light..... need your expertise.....
    PS : Our ADS is configured properly and its working fine.
    Regards,
    Anil Kumar.

    Hi,
    You can go through the below links.
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c2567f2b-0b01-0010-b7b5-977cbf80665d]
    [https://www.sdn.sap.com/irj/sdn/adobe]
    [https://www.sdn.sap.com/irj/sdn/interactiveforms-elearning]
    Hope this will help.
    Thanks.

  • Offline pdf Form submit error

    hi,
    i have a form working online thats working great. I was asked to add the possibility to work offline also.
    the problem is:
    i have three servlets. Servlet1 mounts the document and servlet2 to handle the submit. However, i had to implement servlet3 that allows the user to change the document state.
    - servlet1 renders the document blocked/read-only. the user has to press a button to unblock it.
    - this button goes to servlet3, changes the document state on the database, and reloads the document
    - the reload is made by redirecting from servlet3 (that changes the state on database) to servlet1 (mounts the document again, but unlocked)
    online its working. but offline, when opening the document with reader, pressing the unlock button to go to servlet3 i got this warning :
    This document is trying to connect to the site:
    "http address of servlet3 to unlock the document"
    If you trust the site click YES, otherwise click NO
    i pressed YES, obviously, and the document then appears unblocked but on a new reader window. how should i do to make it appear on the same reader window that has the original document?
    thanks

    i investigated and found it works perfect if opened locally in adobe reader, it dont work in opened in chrome browser at website

Maybe you are looking for

  • IMessages- multiple accounts on one phone/pad

    My kids got new minis for Christmas.  I am going to allow them to imessage a few select friends/family members.  However, I want to be able to monitor these messages on my ipad/phone.  Each kiddo has their own apple id/gmail account.  How do I do thi

  • Help-PS Won't Open

    I have PS 7 on a Pwr Mac G4, plenty of ram, etc. PS was opened as recently as five days ago, no problems. I've not made any downloads off the internet. Today I tried to open PS and this is the message I continually receive.<br /><br />Application Lau

  • Custom search functionality in one of sharepoint list

    Hi I want to enable search functionality such as google in one of sharepoint list, such that in Allitmes.aspx of sharepoint list,put the textbox and when user want to search for example "sharepoint", give him/her suggestions that contain part or whol

  • Diff between Serialization and Synchronization

    Hi I am new to java. Pl. give me the difference between Serialization and Synchronization. Thankq Sridhar

  • Delete digital ID in Reader XI

    Is there a way to delete a digital ID in Reader XI? It looks like Edit > Protection > Security Settings that was available in other versions has been changed to Edit > Protection > Security Properties and the dialog box no longer contains an option f