How to integrate FOP into C# solution

hello i work with VS2008 C#.
and i have fop-0.95beta witch make a pdf files from XML and XSL.
i want to know how to integrate fop into my solution, and how to work with C#.
thanks a lot

quangcuong wrote:
as soon as possibleIn the future, don't say it so. Putting pressure is rude. You will either be ignored, or it will only going to take longer before you get an answer. [How To Ask Questions The Smart Way|http://www.catb.org/~esr/faqs/smart-questions.html].
Back to your question: just put it in your jsp/xhtml page. Read its documentation what parameters it sends along the request and then catch them all in the JSF backing bean. You can either use ExternalContext#getRequestParameterMap() in the backing bean or use managed-property entries in the faces-config.xml to preset the properties of the (request scoped) managed bean after its creation using #{param}.

Similar Messages

  • How to integrate java into coldfusion MX7

    I am beginner and taking training in coldfusion since 2
    months.I want to know how to integrate java into coldfusion
    MX7.

    You might take a look at this doc -
    http://livedocs.macromedia.com/coldfusion/7/htmldocs/00001557.htm
    HTH,
    Anne Sandstrom
    Senior Technical Writer
    ColdFusion
    Adobe Systems, Inc.

  • How to integrate OMR into Apex app?

    Hi guys,
    My app would be ideal for OMR data entry.  OMR is Optical Mark Recognition.  Remember marking answers on tests by coloring in bubbles?  That's what I'm talking about.  ScanTron is the market leader in the field.  Anyway, can anyone share advice about how to integrate OMR into an Apex app?
    Thanks,
    Kim

    Hi,
    You can find lot of discussion from this forum how integrate devices like scanner or bar code reader with APEX.
    And you might find that HTML and JavaScripts are not best chose to communicate with local devices.
    Regards,
    Jari

  • How to integrate JMS into WebLogic ?

    I want to use JMS for Messaging but I don't know how to integrate it into my WebLogic Server.
    Can anyone please tell me how I should integrate JMS into WebLogic?

    Java Message Service (JMS) is a standard API for accessing enterprise messaging systems.
    And WebLogic JMS is an enterprise-class messaging system that is tightly integrated into the WebLogic Server platform. It fully supports the JMS Specification.
    Please refer to the following links to get more information on this and how to configure the jms resources:
    http://docs.oracle.com/cd/E15051_01/wls/docs103/jms/fund.html
    http://middlewaremagic.com/weblogic/?page_id=1976
    Thanks,
    Patrick

  • How to integrate Filenet into Knowledge Management

    Hi,
    How I can integrate Filnet into Knowledge Management?

    Hi,
    FileNet supports WebDav, so you can integrate FileNet as WebDav repository.
    http://www.aiim.org/article-pr.asp?ID=23358
    Check this to know how to Integration and Configuration WebDAV Repository Manager:
    http://help.sap.com/saphelp_nw70/helpdata/en/4a/217fb6c33c6748a1715a161ac942cd/frameset.htm
    The other way is to use existing FileNet Application Connector for SAP Enterprise Portal,
    should ask help from FileNet guys to get some documentation.
    http://www-306.ibm.com/software/data/content-management/filenet-application-connector-SAP-enterprise-portal/features.html?S_CMP=rnav
    Hope this helps...
    Regards,
    Praveen Gudapati

  • How to integrate these into footage?

    Hi
    Anyone know how to do this 3D stuff integrating it with live action footage? Can we do this in MOTION 4? Not the 3D graphics, but rather the integration of 3D graphics with HD footage? And what software is used for these? 3D studio MAX or Cinema 4D or what?
    How to integrate 3D GFX into footage? See this for examples...
    http://web.me.com/kbcv/VideoWork/test.html
    Thanks
    K

    You can do the second one (mario bros) with motion tracking in motion. The first one will require c4d or some 3D modeling software. Motion can composite the 3D sequence with the 2D video, but you'll need additional 3D tracking software... something like boujou, to get the tracking points on things like the book surface to integrate with 3D models.

  • How to integrate applet into web dynpro java application

    Hello Exprt,
    I am struggling with integrating applet into WD applciation. I don't see any applet specific UI element. I would highly appreciate your help.
    Thanks,
    Shubhangi

    Satyajit Chakra...
    Please can you clarify what you mean that it has been deprecated?
    We have a similar requirement and I have tested a method to do this on our NW 04 system that worked.  But I really need to know what to plan for when we upgrade to 04s.
    I am not sure if this is the right approach, but here's how I did it on our 04 system....I need to know if the approach I have taken below will work properly in 04s.
    I built an HTML file in a string which contains javascript to launch the IXOS viewer applet...which is the "inString" below...
              try
                   String html = inString;
                   IWDCachedWebResource resource = WDWebResource.getWebResource(inString.getBytes("UTF-8"), WDWebResourceType.HTML);
                   resource.setResourceName("HTML_inline.html");
                   resource.setAttachement(false);
                   resource.setReadOnce(false);
                   wdContext.currentContextElement().setOut(resource.getAbsoluteURL());
              catch (final Exception ex)
                   wdComponentAPI.getMessageManager().reportException(new WDNonFatalException(ex), false);
              IWDWindowInfo windowInfo = wdComponentAPI.getComponentInfo().findInWindows("PopupImageViewer");
              IWDWindow window = wdComponentAPI.getWindowManager().createWindow(windowInfo, true);
              window.setTitle("Image opening in separate window");
              window.setWindowPosition(25, 225);
              window.open();
              wdContext.currentPopupElement().setWindowInstance(window);

  • How to Integrate B2B into Portal(7.0)

    Dear sirs,
      I have installed a CRM 5.0(sp7) based on ABAP and JAVA. The JCRM is installed on the same WAS while the PORTAL(7.0) is installed on another WAS(different form the CRM WAS).
      The ISA user management is based on CRM backend, which means that I can use SU01 to edit the B2B user.I also configured the PORTAL UME based on the CRM backend so that I can also edit the B2B user in the PORTAL user management. Now both B2B and PORTAL are based on the same user datasoure. Here is my first question:is this system landscape available for a company who want to use CRM B2B scenario? Because I once heard that EP and JCRM must be installed in the same WAS.
      The second question is: When I want to make B2B pages available in PORTAL, is using the URL iview the only way?
    For example, I want the URL:https://gwcrmdev:50101/b2b/b2b/init.do?scenario=B2BScenario&umelogin=NO displayed as an iview in PORTAL. I can't found any other way except using an URL iview. But I could see these parameters in the catagory of 'ISA B2B' of PORTAL system defination:
    ISA B2B Description:  GWB2B
    ISA B2B Host Name: gwcrmdev.com:50101 
    ISA B2B Path:  /b2b/b2b/init.do
    ISA B2B Protocol: https
    I don't know clearly about what use of those parameters. Because when I want to create an ISA iview(from template CRM generial IS iview), I can not find the system field to let me fill the alias 'SAP_CRM'. I also check the 'SHOP' iview in the PCUI package, and I can't find the 'SAP_CRM' too. When I preview this iview, it throws the Portal Runtime Error. Then there is the third question in my mind: How SAP make the iview 'SHOP' connect to the right B2B system? Is it the same problem that we must install EP and JCRM on the same WAS or you can't view the ISA iviews like 'SHOP'?
    Your experience will be highly interesting.
    Best regards,
    Vincent.

    Hi Vincent,
    For the second question the answer is
    After you create the CRM system object, Right click the system object and choose system alias. Then give a name for the system alias.
    After doing this, When you create the iview it will ask for the system then you can select the system alias.
    Regards
    Arun

  • How to integrate Sharepoint into EP7.0?

    Experts:
    We have a requirement to make our company portal as the entry point of Sharepoint where tons of documentation resides.
    At the same time, we want that the Trex on our EP can index the document on Sharepoint.
    Could you direct me to some how-to blogs ?
    Thanks!

    Hi,
    1. Im not sure how docs are stored in sharepoint. If it is in some files system folder in sharepoint you can create a Windows FileSystem repository in EP and view them using KM navigation iviews
    http://help.sap.com/saphelp_nw04/helpdata/en/ed/b334ea02a2704388d1d2fc3e4298ad/frameset.htm
    2. Once you have a repository, you can use TREX to create an index on the repository and use KM search Iview to search and see the results.
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/92323cb24e11d5993800508b6b8b11/frameset.htm
    Regards
    Srini

  • How to integrate OPENPS into XI

    Hi ,
    Please provide step by step approach for  integration of OPENPS into XI.
    Thanks,
    Anshul Walia

    Hi Anshul,
    pls do chk the below links
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2486be46-0d01-0010-f8b5-c41c927ca446
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5bd723c2-0d01-0010-97a5-cb14fe7f2810
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2486be46-0d01-0010-f8b5-c41c927ca446
    Regards
    Sampath

  • How to integrate Mac into a Windows environment?

    My wife recently signed up as a volunteer in a non-profit.  She would like to use her MacBook Pro to access email on the organization's local network using Mail.app, rather than buying the Office Suite just to get Outlook.  Is that even possible?  If so, any suggestions how or where to get more information?

    Mac OS X v10.6: Using Microsoft Exchange 2007 (EWS) accounts in Mail

  • How to integrate Adobeforms into Service order?

    Hello experts,
    I am new for Adobeforms.
    Now I have to make some PDFs for Sevice Order (CS)? Is it possible to make that with Adobeforms?
    thanks,
    RD

    Hi
    We can design Adobe forms using tcode SFP with the fields needed for service order.  While creating service order, choose notification from menu GOTO->NOTIFICATION , in that specify sender's email address. Modify the program which is used to send notification by giving the newly created adobe form name. By doing in this way, the service order details will be filled in adobe form and that will be notified to the concerned person's address which we mention in notification.

  • How can I integrate iCal into my website?

    Are there simple instructions on how to integrate iCal into my website? I'm looking for a traditional looking iCal calendar, but a table view would be OK, too.

    I don't believe this can be done directly from iCal. A work around might be to save it has a .pdf file and put that in the site. Or save and upload it to Google Calendars and then insert it into the site with the supplied code. There is software that will sync iCal with Google, but I'm sorry, I can't remember what it's called.
    Good luck

  • Integrate jqGrid into APEX

    Hi,
    Can someone explain how to integrate jqGrid into APEX? ...using JSON data generated in PL/SQL package?
    Thanks.
    Andy
    Here is their example in the jqGrid site:
    <pre>
    jQuery("#list2").jqGrid({
         url:'server.php?q=2',
         datatype: "json",
         colNames:['Inv No','Date', 'Client', 'Amount','Tax','Total','Notes'],
         colModel:[
              {name:'id',index:'id', width:55},
              {name:'invdate',index:'invdate', width:90},
              {name:'name',index:'name asc, invdate', width:100},
              {name:'amount',index:'amount', width:80, align:"right"},
              {name:'tax',index:'tax', width:80, align:"right"},          
              {name:'total',index:'total', width:80,align:"right"},          
              {name:'note',index:'note', width:150, sortable:false}          
         rowNum:10,
         rowList:[10,20,30],
         pager: '#pager2',
         sortname: 'id',
    viewrecords: true,
    sortorder: "desc",
    caption:"JSON Example"
    jQuery("#list2").jqGrid('navGrid','#pager2',{edit:false,add:false,del:false});
    </pre>

    andychow wrote:
    Can someone explain how to integrate jqGrid into APEX? ...using JSON data generated in PL/SQL package?Hi Andy,
    see the link that Jari provided.
    Also note that I'm "soon" going to release an updated version of the jQGrid Integration Kit, which contains a number of bug fixes and enhancements, so stay tuned to my blog or to the project page on Google Code ( http://code.google.com/p/jqgrid-for-plsql/ ).
    - Morten
    http://ora-00001.blogspot.com

  • How to integrate existing value into one in hierarchy char.

    I have a char. hierarchy call ZCOMP_CODE. ZLEADER is compounding with ZCOUNTRY.
    The master data in ZCOMP_CODE looks like
    ZLEADER;ZCOMP_CODE;
    010;1000;
    010;1001;
    010;1002;
    020;1000;
    021;1000;
    In query  I have char. ZCOMP_CODE in row and one KF ZREVENUE in column. Previously we calculated ZLEADER 010,020,021 separately. But, now I want to calculated ZLEADER 020 and 021 together. Does anyone know how to integrate two existing value into one and display it in query? Do I need to create a new hierarchy node for including 020,021?
    Thanks!
    rajatina.

    don't know how you can achieve this in the query...
    but in the workbench there's a solution. Just add a routine in the transformation to change 021 to 020.
    if you need to have still the 021 info somewhere, create a ZCOMPANY_CODE2 where you store only the values needed (010, 020)... use this company code as hierarchy in the report, and use the other company code for displaying the 021...
    hope it's clear,
    M.

Maybe you are looking for

  • How to connect WRT54GX and WAP54G

    Hi, I am using WRT54GX router and WAP54G access point in same floor. Could you please let me know how to connect access point with router? Kindly provide setting. Thanks! Gaurav

  • Problem of J2SE1.4.2 with NetBeans Cobundle on XP

    I download J2SE v 1.4.2 with NetBeans IDE v 3.5 Cobundle and install it on XP professional. Then modify system variable: Path: ......;C:\j2sdk_nb\j2sdk1.4.2\bin;...... Add system variable: CLASSPATH: .;C:\j2sdk_nb\j2sdk1.4.2lib\tools.jar;C:\j2sdk_nb\

  • K7N2 Delta2 Multiplier 10

    I can't set multiplier to 10, did anybody tried that? When I set it to 10 the damn thing won't boot and only clear cmos helps(no worky with "Insert"). Since I have a Barton mobile I would like to try 230x10 instead of 200x11,5... Oh, and the bios is

  • My favorites list disabled

    Hi gurus, I work with: SAP CRM 4.0 and  EP 7.0. We copied the standard application CRMD_BUS2000121 and the Show list (top of iView) appear disables, any have idea? Regards, Ivá

  • Restore with TM using new Leopard disc

    I'm looking to restore my crashed white Macbook from Time Machine with a new retail Leopard disc. I've installed a new harddrive and currently have Tiger on it – I had stupidly forgotten that my Macbook came with Tiger and that a tech guy at my forme