CAD graphics in PDF-Forms (Adobe Forms)

Hello,
I have a question concerning big graphics in PDF-based Forms. A Customer wants to append graphics to an Adobe-Form. These pictures will be CAD graphics. The problem is, this graphic can be from 10 up to 25 pages! Is it possible to append such a big graphic with variable pages to an Adobe Form?
The format of the graphics can be either PDF or JPEG.
And if this is possible: will the performance of printing or sending the extended form be acceptable?
Thanks a lot for your help!
Nina

On the Options tab of the button properties dialog, set the Layout to something other than "Label only" (e.g., Icon only). You can then clock the "Choose Icon" button to select a source for the button appearance. It can be a page from an existing PDF or anything else Acrobat knows how to convert to PDF, such as an image.

Similar Messages

  • Update data of pdf (offline adobe forms) to sap system By Inbound E-mail

    Hello,
    I am trying to update data in PDF (offline adobe forms) to Sap system by Inbound E-mail. Kindly give some suggestions for scenario to do this task.

    Hi,
    There ia a good information for your requirement.
    Please check the below link.
    http://www.sdn.sap.com/irj/scn/events?rid=/library/uuid/c0c139d3-3eae-2910-01a1-d253f2587b0e&overridelayout=true
    Thanks.
    Uma

  • Multiple page  in only one pdf in adobe forms abap?

    Hi,
    How to display multiple page  in only one pdf in adobe forms abap and avoid > sign in adobe for next page?

    Hi,
    Here are the steps how you can do it.
    1. Create a table.
    2. In the Library palette, click the Standard category and drag the Table object into a cell in the main table.
    Note: If you selected Donu2019t Show This Again in the Insert Table dialog box, when you select the Table object from the Library palette, LiveCycle Designer automatically inserts a table with the same number of columns and rows that you inserted the last time you used the Insert Table dialog box.
    3. In the Insert Table dialog box, enter the number of columns and rows. You can enter a maximum of 20 columns and 50 rows. You can add more columns and rows after the table is created by using the Insert commands on the Table menu.
    4. To add a header row, select Include Header Row In Table.
    5. To add a footer row, select the Include Footer Row In Table.
    6. Click OK.
    Regards
    Runal

  • Form Adobe Form Update information of infotype

    Good Afternoon,
    I have the following issue,
    I have that  implement form Adobe Form for updating the HCM infotype 0015 for the employee in the ESS.
    The employee  could request verification employee letter in the ESS.
    I wonder if you can help me, indicating what have that do?
    Kind Regards.

    Hi ,
    You can do this .
    Please read the following documents .
    Sample Process for HCM Processes and Forms
    Sample Process for HCM Processes and Forms
    Use
    In HCM Processes and Forms, we deliver sample processes that support you
    in configuring your own business processes and form scenarios.
    For information about the sample processes delivered and their descriptions, see SAP Library under HR
    Administrative Services -> HCM Processes and Forms -> Sample Processes in HCM Processes and Forms.
    The sample processes are for demonstration purposes and can be used in a test system only.
    The following section describes the necessary steps to get the sample processes to run in the current test client.
    The sample processes are not to be used in a production sytem.
    Edited by: Vivek D Jadhav on Jun 15, 2009 8:40 AM

  • Cannot save file as pdf from adobe form central

    I cannot longer save file as pdf or excel once it downloads from adobe form central, can someone please help me as I have a whole hosts of applications waiting to be downloaded

    Could you please one or more of your forms with me so I can try this as well?  Add [email protected] as a Co-author. 
    -Jeff Canepa
    Jeff Canepa
    Software Quality Engineer
    Adobe Systems, Inc.
    [email protected]

  • Normal PDF to Adobe form

    Hi,
    I am using the normal pdf to add some functionality in the backend. When I imported the form to adobe lifecycle designer, after that it is not generating the pdf when I rendered it.
    The form consists of 6 pages and each page is coming as one map in the designer.
    Please let me know if there is any alternate to render the form.
    Thanks & Regards,
    Swamy

    Hey Pete,
    I found it. The adobe form is word searchable by default and even on FLEX when called through a URL it should work. That is something i have to try. In case it doesnt work i will get back and check with you again.
    Thanks for your help.
    Ritvik

  • Downloading PDF with Adobe form spool

    I need to download pdf from the Adobe form Spool number (which have the "TEXT" type).
    1. i tried by converting Spool into binary format using FM: CONVERT_ABAPSPOOLJOB_2_PDF.
    2. By converting spool inti XSTRING using FM FPCOMP_CREATE_PDF_PROM_SPOOL and converting XSTRING into Binary using FM SCMS_XTRING_TO_BINARY.
    But both the ways i got error as "File type not supported or File has been damaged". please suggest
    Thanks
    Edited by: Bhanu Polsani on Oct 20, 2010 12:10 PM

    Try to convert Spool into PDF using following report.
    RSTXPDFT4
    Try to code same in your code to convert to PDF.

  • Print PDF in Adobe form

    Hi EXpert...
    I have  a documen in PDF format.. I want to print this in classical adobe form  as a photo.. is this possible???
    thanks,
    Shri

    Hi Shri,
    As per my understanding you want to do the reverse scenario.You need to create Adobeform through an existing PDF file.
    If you want to do this...I don`t think it is possible because we create layouts in Adobeform like SMARTFORMS  & SCRIPTS and you are trying to create layout through your existing output.
    Please let me know also if it is possible.
    Regards,
    Ankur

  • Come importare modulo pdf su adobe forms e collegarlo a sito web

    Buongiorno, ho realizzato un modulo pdf con adobe IX pro che ho poi importato su adobe forms, non riesco a collegarlo al mio sito web: come procedo?

    We figured out how to create this setting:
    After launching Visual Admin, go to
    Server (xyz) -> Services -> Destinations
    Under the Runtime Tab -> Destinations -> HTTP
    Create a new HTTP Destination.  The name should be FP_ICF_DATA_[instance]
    Enter the URL and Client of the ABAP system
    Leave the System ID and Language Blank
    Selet BASIC authentication, and enter the Username ("ADS_AGENT") and password.
    Click Save.
    To test this Destination Service, you can append "/sap/bc/fp/form/layout/fp_test_00.xdp" to the end of the URL you just entered.  Click Save and Test.  If successful, the following message should be displayed "HTTP GET response code 200 Content type text/xml".
    Don't forget to remove the appended text once you are done testing.

  • Lock/Password in pdf of Adobe forms

    Hi,
    I want to include password /lock concept means when user run the program the pdf should be downloaded with password. so that only the person who runs the report can able to see the output using the password

    Hi Anurodh,
    Just do the following:
    1. Put all the subforms in a single subform your pdf form.
    2. Create another subform to get password from user. On it create a password field and a button.
    3. Now suppose in your pdf the main subform let 'A' contains subforms A1, A2, A3. A3 is password form.
    4. Then write the following code in the form:ready event of the A:
    $.A1.presence =  "hidden"
    $.A2.presence =  "hidden"
    5. Write the following code in the click event of the button on the subform for password i.e. A3.
    if( PasswordField1.rawValue == "password" )
    then
    A.A1.presence = "visible"
    A.A2.presence = "visible"
    $.parent.presence = "hidden"
    else
    $host.messageBox("Wrong Password!!!!!")
    endif
    Hope it will help to create a password protected pdf form.
    Regards,
    Vaibhav Tiwari.

  • The 'applications' tab in tools does not list Adobe documents (pdf), only adobe forms - so it will not open pdfs properly. How do i add an item to Applications?

    The topic in Help relating to the Applications manager tab shows Adobe.pdf as a separate line, but it does not appear in my set up. I can download pdf files, but not open them online (e.g hotel menus etc.)

    I have a similar problem. Even though Word is listed under Firefox applications as opening .doc files, when I try to download a .doc file, it always asks me to choose an application and I have to go through an extra three steps to open Word.

  • Form Adobe Forms for Appraisal

    Dear Experts.
    How can modify the form showed in the appraisal document in the porta MSS? Where is generate? What is the module function that genere this form?
    This form is generated automatically and is showed in the portal.
    Thanks in advance.
    Regards

    Hi Carmen,
    Are you able find the solution?
    If not follow the below steps.
    Check in IMG SPRO>Personnel Development>Objective setting and Appraisals-->Edit Templates
    Or you can access the above path directly by Transaction code : PHAP_CATALOG_PA
    There you can find the standard SAP appraisal templates and you can chamge it as per your requirement.
    Cheers,
    Raja.D

  • PCR Form - Adobe form

    Dear All,
            I am using the custom Personnel change request for the transfer. Since the Transfer is not Delivered by SAP.
    When i am using that some of the fields like Position change( drop down list box) is not filled.
    I saw the standard one and gave the binding also. How to make that Drop down list filled with the values.
    Could anyone help me to solve this problem...
    Thanks
    Yogesh

    Hi Yogesh,
    If you have a node NodeABC and bound attribute Attr1 with Interactive field Dropdown1, then you can check if the values are there in the View context by displaying a message in the view itself with the context values like below:
    wdComponentAPI.getMessageManager().reportSuccess("Values: " + wdContext.currentNodeABCElement().getAttr1());
    Hope this helps.
    Regards,
    Arafat

  • Printing graphics in Adobe forms

    Hi,
    I have a requirement in adobe forms where I need to print graphics stored as standard text (SO10) or on document server (SE78) by calling them inside a long text.
    The client was doing this in legacy with SAP script and it was working fine but adobe form does not support this feature (as far as I know)
    Is there any way we can print graphics by calling them inside long text?
    Any inputs will be appreciated.
    Regards.

    Hi,
    To print the graphic from SE78 in Adobe form you need to do the following steps.
    1. Convert the graphic into graphic_content(XSTRING) using
    call method cl_ssf_xsf_utilities=>get_bds_graphic_as_bmp
    2. Create Graphic node in Context in Adobe form with the properties
    Grphic type as graphic content
    Field as graphic_content(XSTRING)
    MIME type as 'BMP'
    3. In layout create an image field and bind it to graphic node created in context.
    Regards,
    Raju.

  • Offline Integration of Adobe Forms with CRM System using Web Service

    Hi Experts,
    I have a business requirement in which the end user us given an Application Form.
    The user can save the form locally and fill the data.
    Now the requirement is that when the end user clicks on Submit Button on the form, a web service is called and the entire data in the form is sent to CRM System.
    I want to know is it possible to capture the entire data filled in the form in a web service???
    Also the other major requirement is that i need to send the application form also to the CRM system.
    I need to store the form as attachement for a Business Partner Record.
    Is it possible to capture the data in the adobe form and still attach the form as attachement in an Offline Scenario????
    Is it possible that a Web Service can be called on click of button in the form and still be able to attach the form itself as attachment???
    Thanks and Regards
    Gaurav Kumar Raghav

    I have collected some links for WebServices for you:
    https://cw.sdn.sap.com/cw/servlet/JiveServlet/download/38-51084/saptech_webservice.pdf
    Re: Adobe forms with Web Service - nothing happens when clicking button.
    /people/rudy.clement2/blog/2010/03/10/how-to-use-the-postexecute-event-in-sap-interactive-forms-to-retrieve-a-table-from-a-webservice
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/148ec26e-0c01-0010-e488-decaafae3b26
    Usage of webservice in offline adobe scenarios
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0d0a250-ccd1-2c10-9e9f-b9d5cf259a6d?quicklink=index&overridelayout=true
    cheers Otto

Maybe you are looking for

  • Huge log file generation

    Hi, I have a report server.when i start the report server the size of log file located at $ORACLE_HOME/opmn/logsOC4J~Webfile2~default~island~1 > 2GB in 24 Hrs Please tell me what may be the root cause for this and what will be the possible solution f

  • Downgrade

    Hi i need to run snow leopard on my mid 2011 IMac. The mac is currently running Lion. I spoke to Mac who said I can partition my drive so i can run snow leopard on the mac as well but i need a copy 10.6.7 no earlier i have a macbook with all snow leo

  • HT201209 Can we redeem purchase apple merchandise via the Apple store app using iTunes voucher credit?

    Can we redeem purchase apple merchandise via the Apple store app using iTunes voucher credit?

  • Call answering thru key in lumia

    call answering thru any one of the key must be provided without using the touch screen

  • Blue screen/ disk is full

    Looking for instruction on clearing space from disk utility.  Computer showing blue screen due to zero disk space.  I have disk utility up, what do I do now?  MacBook is 6 plus years old Was getting disk space is full message for a while, never did a