PDF form vs Fodm Guide

My form is about 1.04 MB size and it takes around 10 seconds to render in the workspace.
Will it render faster if i convert the PDF into form guide?
Or any other way to decrease the rendering duration?
-Nith

Meaning like this:
AP<< /N << stream [...] enstream>>>>
So basically after filling out the pdf the viewer has to:
1.) take the /AS key
2.) get the proper appearance dictionary (on or off)
3.) and write that value into the AP (and therefore overwriting the old 'On' and 'Off' dictionaries)
to get a valid PDF/A document afterwards?
/ToM

Similar Messages

  • Web Dynpro as Callable object in GP using PDF Forms

    Hi All,
    I somehow want to integrate a user filling out a pdf form within a Guided Procedure. So far I have created a local web dynpro DC and I want to make it a Web Dynpro Callable Object (GP Interface). The problem is, I want the user to be able to see the PDF form when filling out the form. For example, if they had a role in the portal where they can invoke the Web Dynpro application with the pdf form, then when they click submit on the pdf they invoke the guided procedure...is this possible? This is so, I can use the web dynpro to do some data validation and call some bapis to get info, then submit this all to the GP. Is this achievable? I know how to do most things, I just want to know things like when is the "execute" and "getDescription" methods called? I want my execute( com.sap.caf.eu.gp.co.api.IGPExecutionContext executionContext ) method to call a bapi also. Is that possible? How do I automate a GP process when I click submit on the pdf form?
    Thanks in advanced
    TM

    Hi,
    You can integrate a PDF control in a Web Dynpro view. Refer the following links for that:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/dc/f1783fe3263042e10000000a114084/frameset.htm">Example of the Use of an Interactive PDF Form (SAP Library - Web Dynpro for Java)</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/60/6fc10c6748479392101e09c9e8d33a/frameset.htm">Interactive Forms in Web Dynpro for Java</a>
    Also you can create Web Dynpro Java callable object in GP by implementing the IGPWebDynproCO interface. Refer the following links for that:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/50d74ada-0c01-0010-07a8-8c118d408e59">Implementing a Web Dynpro Callable Object which Implements the GP Interface</a>
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814">Implementing a Web Dynpro Callable Object</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/fd/afb4429027da11e10000000a155106/frameset.htm">Implementing a Web Dynpro Component</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/de/8976417f2d5558e10000000a1550b0/frameset.htm">Implementing and Exposing a Web Dynpro as a Callable Object</a>
    You can start a GP process using the public API:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/fcdf77fc6510b3e10000000a11466f/frameset.htm">Starting and Terminating Processes Using the GP API (SAP Library - Creating Composite Applications)</a><a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5f27e290-0201-0010-ff82-c21557572da1">Creating Interactive Forms in Web Dynpro for Java</a>
    Also you can start a GP process using Web Service:
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/44/44c59fd7c72e84e10000000a155369/frameset.htm">Starting a Process Using Web Services (SAP Library - Creating Composite Applications)</a>
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/93/27dc108cfc407fbf6c726151840001/frameset.htm">Starting and Terminating Processes Within a Composite</a>
    Refering the above links you'll get a fairly good idea how to integrate Adobe forms in WDP and how to start GP process programitically. My suggestion for your requirement would be if always you need to start the process after the user submits the Adobe form, then consider having the Adobe form as the first step for the process. In that case you don't need to start the process programitically. Whenever the user starts filling up the Adobe form the GP process will start. You can refer <a href="/people/dipankar.saha3/blog/2007/03/02/how-to-present-your-gp-processes-to-the-end-user">this blog</a> on how to start a GP process as an iview link in portal.
    Otherwise if based on certain conditions you need to start the process then you can either use the Java API or the web service to start the process from Web Dynpro. You should have the Adobe form embedded in Web Dynpro and on submit event you can check the conditions and start the process if required.
    Thanks,
    Dipankar

  • Multi-Layer Document Script Triggers in PDF Form

    I have a PDF form that has a total of 5 pages with text fields and navigation buttons. I would like the form to hide/unhide pages based on user input. For instance, the user will start on page 1. Once the user completes all the fields on page 1 the user will click on a button I laid out at the button of the page called "Next" and at this point a validation script should be triggered when the users clicks on the button to make sure all fields are completed before showing the information to be completed in Page 2. Basically I'd like my form to guide the user to the next page as long as the previous required fields are completed before the next page is shown (unhidden). If the fields from the previous page are not completed then the next page(s) will remain hidden.
    How can I go about designing my form to do just that? Any and all your advise, input and help is greatly apreciated!

    You can use templates for this:
    http://livedocs.adobe.com/acrobat_sdk/9/Acrobat9_HTMLHelp/wwhelp/wwhimpl/common/html/wwhel p.htm?context=Acrobat9_HTMLHelp&file=JS_Dev_Templates.80.1.html

  • Multiple Pages in PDF Form

    I have a PDF form that has a total of 5 pages with text fields and navigation buttons. I would like the form to hide/unhide pages based on user input. For instance, the user will start on page 1. Once the user completes all the fields on page 1 the user will click on a button I laid out at the button of the page called "Next" and at this point a validation script should be triggered when the users clicks on the button to make sure all fields are completed before showing the information to be completed in Page 2. Basically I'd like my form to guide the user to the next page as long as the previous required fields are completed before the next page is shown (unhidden). If the fields from the previous page are not completed then the next page(s) will remain hidden.
    How can I go about designing my form to do just that? Any and all your advise, input and help is greatly apreciated!
    Omar

    Sounds like you need to use some javascript triggers. I think there is supposed to be a Scripting Forum in the Adobe forums.
    at top of this page below your Avatar  look for :
    Adobe Forums > Acrobat > Acrobat Macintosh >   Discussions
    Click on Adobe Forums That will take you back to forums home page from that point you just have to look to find it.

  • In Browser .PDF forms wont' work

    I am so frustrated right now. Can someone please guide me on how to open, fill out, and submit .PDF forms using ANY broswer (I don't care which one)  on the MAC?
    I've tried extensions, plug ins, Adobe reader itself, Adobe Pro, reading for 2 days and for the life of me I can't fill out and submit forms on Safari, Firefox, OR Chorome.
    My frustration is multiplied by the fact that this worked in safari before I updated to 10.6.8, which also updated Safari to 5.1.2 at the same time.
    I've read in several places that there is an issue with Adobe and Safari, but to not be able to accomplish this in any browser is unbelievable to me.
    I have the latest of everything, browsers, OS, adobe, you name it I've updated it.
    Can someone please help me throught this?? I would be so greatful !!!

    had the same problem but found a workaround. If you have created your form in Adobe Acrobat Professional X you will have to first choose file and then save as your form and select reader extended pdf and select enable additional features. The will allow your users to save a copy of the form as well as the data in the fields. once this has been done you simple email it to yourself and open it in Adobe Acrobat Reader on the iPad then select the printer and and select print on the iPad. But the key to making this all work the form must forst be ceated in Adobe Acrobat Professional version X or greater. I have tried this and it works fine, it will also enable your form users to save the form and print to any printer with the saved field data. Hope this helps. I contacted Adobe and they say that they do not provide any support for the airprint feature. I suspect that the print protocol for the field data created in Adobe is not recognized by the airprint application. But if they investigate why we are able to print it only after saving it in reader extended pdf followed by enable additional features they should be able to resolve this issue by examining the difference between both print protocols. Hope this helps. If anyone out their has found a better way please let me know.
    Rick

  • How to use interactice pdf forms correctly in mac?

    A pdf form i created in windows using acrobat 9 pro with some javascript works fine on windows but doesn't work in mac OS. Can anyone please guide me how to rectify this problem?

    I created the pdf forms in acrobat in Windows and i did use the javascript for calculation purpose and on Preview on Mac the calculation is just not happening at all. I also used radio buttons which work fine on windows but on Mac, the tick marks show but the javascript associated with radio buttons is not working at all. Is there a solution to this issue? Any kind of suggestion will be most helpful.

  • How to fill up pdf forms & sign pdf contracts using digitizer pen & tablet?

    Greetings,
    I travel a lot and bring tons of documents for clients to sign. As I am trying to cut down on travel weight, i fancied upon the idea of using a digitizer such as the Genius EasyPen i405 to fill up pdf forms and sign contracts so i wouldnt have to scan, save and email the forms back to the office thousands of miles away. I would like to know if it is possble to do that using such a device. If its possible, how? I use acrobat X. Any advise you can give would be greatly appreciated. Hope to hear from you soonest. Thank you.

    Thanks for your response jallisy. I just thought about this because i read somewhere that the pen acts like a mouse cursor when you move it around the digitizer. I figured the pen could act as a mouse while the digitizer could act as a mouse pad, as such the size doesnt really matter, considering you need to press a button on the pen to engage the digital ink and you use the computer screen as your guide. I havent really tried one but am just starting to explore the idea as tablets like the Ipad are now allowing users to fill up forms and sign pdfs with a finger or a capacitive pen. Youtube offers all these interesting pdf signing and editing with the Ipad. I just really dont want an Ipad. I still think a solution is just around the corner. But i am not willing to buy an expensive tablet with limited storage and productivity features over a real laptop.
    The genius site for the pen stated that i can sign microsof office docs but no pdf was mentioned. I guess they have a special software for that but the people at genius havent gotten back to me yet. Another way i was thinking about was converting all the pdfs to word, sign the word document and then save as a pdf again ... the document is prone to be edited though and formats could be accidentally changed so was really thinking about doing this directly with a PDF instead.

  • How to print a PDF form content when i have the content

    Hi SAPGURUS,
    I have an urgent requirement.
    I have the content of a PDF form in raw format and it is saved in some repositry .Now How can i create a spool request and print the form.
    I can use the function module FP_JOB_OPEN and then gat the dynamic function module name and then close it by FP_JOB_CLOSE .
    But as i already have the PDF form content i need not create it again by calling the dynamic function module.And i can't do so because both applications are altogether separate from each other that is creation of the PDF form and printing it.
    Could you help me in guiding the way to solve this problem.
    Thanks in advance
    Sanjeev

    Hi Sanjeev,
    I have currently the same issue, please have you solved it?
    Thank you
    Tomas

  • Table fields to match pdf form

    I found this on my formscentral help file.
    Note: Some types of form fields aren’t supported when you import a PDF form. For example, text fields with formatting applied, such as numeric or percentage fields, are converted to plain text fields. And, signature fields aren’t converted, as Adobe FormsCentral doesn’t support this type of field.
    For more information, see Issues encountered while importing an existing PDF form.
    http://forums.adobe.com/docs/DOC-2533
    What I have experienced.
    Formscentral does not allow you to format the table in their views when you use a pdf as the form, only if you use the online form.
    I found that when out when I got 6 decimal points when multiplying tax, which was .04166. On the pdf it defaults to 2 decimals.
    Another thing I noticed. My pdf form date field was set to MM/dd/YY. When I just put in 5/06 in that field, on the pdf form it auto corrected it to 05/06/13. When that pdf form was submitted to formscentral, that field showed 5/06. So it is pulling exactly what you input into the pdf form regardless of how the pdf form corrects your mistakes.
    My real question is if Formscentral Is working to allow you to set the table format to work with pdf's too?
    If not are you working to add calculated fields to the online form?
    Not complaining just wanting. The product is awsome as is but this would take it a step further.

    Thanks for your well articulated observations on our product. With regard to your questions about new funcitonality I can only suggest that you find the assocciated features on our ideas list and vote for them. http://forums.adobe.com/community/formscentral?view=idea#/?ideaView=5513&numResults=30&sta geFilter=-1&stageID=-1&start=0 We use this list to help guide future development work.
    Yours
    Andrew

  • PDF form - outlook insert link not working

    I created PDF Form with button having js program (this.mailDoc()). Program is working, when click the button outlook mail open with PDF form as attachment. But In the MS outlook mail body, Insert Link is not working (I need to insert hyper-link in the same mail along with PDF Form as default attachment)
    Please guide to come out this.
    Thanks

    Hi vijayk,
    Which hyperlink you are taking about. Can you explain what actually you are trying to do.
    I am not able to understand what are you trying to achieve.
    Regards,
    Ajlan Huda.

  • Not able to assemble two interactive PDF forms to form a single interactive PDF

    Hi,
    I am trying to assemble two interactive PDF forms to form a single PDF. I am using LiveCycle process with Assembler and Invoke ddx file for this. But the resultant PDF is a flattened non interactive file.
    Please guide me in obtaining a interactive PDF from two interactive PDFs.
    Thanks in Advance,
    Shabeer

    Sabeer,
    type of output document depends on the type of base document.
    if base document is flatten\non-intractive, then you will recieve flatten\non-intractive form nd vise versa
    ddx,
    <PDF result="doc3.pdf" ><!--output document; intractive-->
         <PDF source="doc1.pdf"/> <!--Base document; intractive-->
         <PDF source="doc2.pdf"/>
    </PDF>
    Regards
    Sunil Gupta

  • Pdf form conditional checkboxes

    Hi.
    I'm building a pdf form in Acrobat 8 Professional. I want to add JavaScript to 3 checkboxes to achieve the following:
    if checkbox 1 or 2 is checked, uncheck checkbox 3; and if checkbox 3 is checked uncheck both 1 and 2.
    It seems straightforward, but I have not been able to find a solution either in the Acrobat guide nor online. I have no experience in Javascript other than copying and pasting, so I'm not sure I'm using the right language to search. If anyone can provide any guidance, I would greatly appreciate it.
    Thanks a lot!

    Well, a little bit late but thanks for this anyway. Very helpful.
    I've another question related to this matter. How can I make polish this code and apply to various groups of checkboxes without creating an endless list of variables?
    function Caselles()
    // Get a reference to each check box 
        var f1 = getField("C1"); 
        var f2 = getField("C2"); 
        var f3 = getField("C3"); 
        var f4 = getField("C4");
        var f5 = getField("C5");
        // Uncheck c2, c3 and c4 if c1 was selected/deselected 
        if (event.target === f1) {
            f2.value = "Off"; 
            f3.value = "Off";
            f4.value = "Off";
        // Uncheck c3 and c4 and check c1 when c2 was selected/deselected 
        if (event.target === f2) {
            f1.checkThisBox(0,true);
            f3.value = "Off";
            f4.value = "Off";
        // Uncheck c4 and check c1 and c2 when c3 was selected/deselected
         if (event.target === f3) {
              f1.checkThisBox(0,true);
              f2.checkThisBox(0,true);
              f4.value = "Off";
        // Check all when c4 was selected/deselected
         if (event.target === f4) {
              f1.checkThisBox(0,true);
              f2.checkThisBox(0,true);
              f3.checkThisBox(0,true);
    Thanks in advance!

  • Acrobat XI standard (Windows) - can't save PDF Form in server

    We created a PDF Form (Acrobat 11 standard) and located in company server. After fill up, it will be close & saved by script. It is working for some persons, but few person face the problem when they save PDF form in server "The file may be read only or another user may have it open. Please save the document with a different name or in a different folder.". It is sure that others not opened PDF form parallely.
    Please guide how to solve this issues.

    The message is telling the user either another program has the file open or another user is using the form.
    Other programs that may trigger the file lock or form in use are Windows Explorer in the Preview mode, anti-virus software, or backup software. It is even possible that the server has lost track of the lock on the file.

  • Dependend drop-down in PDF form

    I thought this would be easy, but the tutorial I'm following is way more complicated than what I'm building, so I'm getting lost.
    I'm making a form that has two dropdown lists, and the items in the second one need to depend on what was selected in the first one.
    My first dropdown has three selections, and I've written a list of dependent selections formatted like this:
    var TopicLink = {
        Planning:[
            ["-","None"],
                    ["Border planning"],["border_planning"],
                    ["Census issues"],["census_issues"],
                    ["Citizens Guide"],["citizens_guide"],
                    ["Congestion Management Process"],["congestion_management_process"],
                    ["Csstp"],["csstp"],
                    ["Delta Region"],["delta_region"],
                    ["Economic Development"],["economic_development"],
    For each of the three items.
    I've pasted this into Other Tasks, Javascripts, Document Javascripts (Acrobat X), but when I right click on my second drop-down and pick the Actions Tab (On Focus, Run a Javascript), my JS doesn't appear on the list.
    This is my first time touching a PDF form other than to fill one out.  What am I doing wrong?

    Thanks George,
    While working on this, I stumbled across a copy of LiveCycle ES2 that I didn't know I had installed in this machine.  For some reason I was able to figure things out much more easily in this program, so I managed to get it working without much issue.
    Thanks for the reply!

  • Submit PDF form data to URL without submit button

    Our client use LiveCycle Designer to design PDF forms. We've an ASP.Net Web form application, where they want us to embed the PDF form as part of our Data Entry Form. The Entry form has a Save button. And we want to save all the entry form entries (including the PDF form) in the Save button click.
    The client PC will have adobe reader installed, so I guess we can embed the PDF form easily. I know PDF form can have Submit button and can submit data (XML) to a URL. But client does not want to place a separate Submit button in the PDF as the entry form has a "Save" button.
    Do you have any suggestion? If I'm posting in wrong place or an already answered question I apologize earnestly and please guide me.

    Check out the following:
    http://www.nk-inc.com/software/fdftoolkit.net/examples/
    You can download the open source edition for free:
    http://fdftoolkit.codeplex.com
    Or search for itextsharp on your favorite search engine
    Note: If you are able to use Static XFA forms or Acrobat PDFs you are able to parse and merge the submissions. If you are saving "Save As" a dynamic XFA PDF in LiveCycle, then your options are limited.

Maybe you are looking for

  • Error AA662 in Asset accounting after upgrade to ECC 6

    Hi, After upgrade to ECC6 from R3 Enterprise, when we try to browse an asset,  using transaction code AW01N,  and go to posted values/Comparisons tab we get the following error: SYST: You cannot change the depreciation periods      Message no. AA662

  • Bluetooth not available - at my wits end.

    Hello Apple community, this is my first post. Problem:  Bluetooth not available - i think it started after installing Lion, intermittent on and off for about 12 months, gave up about 6 months ago until now. System:   Macbook 13.3 mid 2010 OSX Lion 10

  • Problem with export button

    Hi All, I'm having an export button on the reports page...The results are displayed properly in the results page(both english and non english).But when i click on the export button an save it...the other language characters(Japanese) are displayed as

  • Replace function in flex

    Hi I want to replace the tags "<" with < and ">" with "'>" in following xml: <HISKPI>   <HISKPIValues StrategyID="0" PrimaryKPI="103" MonetaryBenefit="Yes"/>   <HISKPIValues StrategyID="0" PrimaryKPI="104" MonetaryBenefit="Yes"/>   <HISKPIValues Stra

  • Coverflow problem with iPhone

    I have several problems with the coverflow feature in my iphone: 1) Some covers does not appear even they are in itunes 2) Covers are scrambled .. does not corresponde to the actual album .. and they are correct in itunes 3) In coverflow .. the artwo