Request suggestions for PDF printing of forms such as paychecks, W2's

This question is on two levels. I see this as an up and coming project at work, and even there I doubt we will be purchasing BI Publisher as we are in cutback mode. More inportantly, for my own clients who want an application on the cheap. I have seen posts about PLPDF. I would consider it, but then I am not sure who could host the application with the condition of needing plpdf as a requirement.
I have looked at FOP, and even installed it. Like many others, I don't have a lot of xslt formatting experience, and a cheap or free tool for creating a report format would be really helpful. Having to purchase a $600 tool really cuts into a $1000 dollar project.
What are available options? The key concept is I am trying to replicate other people's forms in PDF, such as W2's and Paychecks, so the look and feel has to be professional.
Way back in the day, I would write a Visual FoxPro app that used Crystal Reports to format the report. It wasn't too difficult to write applications for small companies that have a real business need and not lots of cash. I want to accomplish the same thing with a Web application using Oracle XE, APEX, and perhaps FOP or another tool. I just need suggestions from those that have already solved this problem!
Thanks!
Ken Lee

Suggestion. (you caught my attention with the Visual Foxpo talk.. Been there, done that, glad I am doing Oracle now).. If your budget is $1000, maybe you should look at a hosting company to host your app that offers BI Publisher. Revion.com (http://www.revion.com/hosting/apex.html) has a $9.95 a month hosting plan that INCLUDES BI Publisher as a feature).
In the APEX development projects I have , I have them hosted there to save the clients money & effort, since they don't need to deal with the hosting issues and can just use the applications I build and have access to BI Publisher for reporting needs.. You do need to download the Bi publisher desktop add-on for MS Word, but then you can access existing templates to print W2 forms, paychecks and whatever..
Not saying its the ONLY way, but I have found it the more affordable way..
(No I don't work for them, or get a commission for directing people there, I just send people to a company I trust working with..)
Thank you,
Tony Miller
Webster, TX

Similar Messages

  • Weblogic 10.3.4 as report printer for PDF printing using apex_fop.jsp

    Hello,
    Is it possible to use the apex_fop.jsp in combination with Oracle Weblogic 10.3.4 for PDF printing?
    We have managed to get our Apex application to print PDF documents using Apache FOP with Oracle Weblogic 10.3.3 or Apache Tomcat 6 as a report printer.
    But when we are trying the Oracle Weblogic 10.3.4 server as report printer, we will get the Error 500--Internal Server Error error in the pdf.
    One of application server log shows the error "Expected Node-set in Path Expression".
    Regards,
    Mathieu Meeuwissen
    Edited by: Meeuwtje on 17-jan-2012 17:00

    Steve,
    I am using JSF2.0 and getting javax.el.ExpressionFactory NoClassDefFound issues.
    OEPE Helios
    Weblogic 10.3.3
    I have an EAR containing one WAR.
    WEB-INF/lib
    el-api-2.2jar
    el-imp-2.2.jar
    jsf-api.jar (2.1.1)
    jsf.impl.jar (2.1.1)
    jstl.jar (1.1.0-D13)
    web.xml has
         <context-param>
              <param-name>com.sun.faces.expressionFactory</param-name>
              <param-value>com.sun.el.ExpressionFactoryImpl</param-value>
         </context-param>
    EAR has
    weblogic-application.xml with
    <wls:prefer-application-packages>
    <wls:package-name>org.eclipse.persistence.*</wls:package-name>
    <wls:package-name>javax.faces.*</wls:package-name>
    <wls:package-name>com.sun.faces.*</wls:package-name>
         <wls:package-name>com.sun.el.*</wls:package-name>
         <wls:package-name>javax.el.*</wls:package-name>
    </wls:prefer-application-packages>
    I see by your post that JSF2.0 support can be solved by either deploying a shared-library or using the weblogic.Deployer utility. Unfortunately, we don't have access to change the Weblogic instance in any way. I was hoping that using the prefer-application-packages would be sufficient to use alternative classes to Weblogic's but I have not been able to get it to work for the javax.el classes. I have tried not including javax.el and the app deploys but then accessing a page produces a javax.el.ELResolver no method found for invoke. Invoke being a newer method defined in el-api-2.2.jar. If I was able to convince them to add some shared libs, what are all the jars that would be required to make this work?
    Any suggestions would be greatly appreciated.
    Thanks
    John

  • WAD defaults for PDF printing?

    Hi There,
    First of all I'm sorry if this is not the correct section but please correct me is that's the case.
    Is there any way to change default margin values for PDF printing? I can change them on template but from where comes those default values and can I change those?
    Thanks in advance,
    Jari

    Hi,
    Yes but if I don't set them in "EXPORT" I'll get for example default margins "25" from somewhere. Is there any way to set those defaults to something else?

  • Deploying the fop.war file for PDF printing

    I suppose this should maybe be in the App server thread but im following instructions from here to enable PDF printing in APEX
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/configure-printing-093060.html#05
    The instructions are a bit out of date but
    I navigate to the OC4J home > select applications > Deploy WAR file
    browse for the fop.war file on local machine
    for Application Name i have ApexFOP
    for Map to URL I have /apex/fop
    then I click Deploy
    it says succesfully loaded but when I click on the ApexFOP in the Deployed applications list it says not loaded
    I have re-started the OC4J
    any help would be very gratefully recieved , I'm going nuts trying to do this
    Cheers

    I copied an existing working structure and this worked for me.

  • Dynamic Paypal button for PDF fill-in form

    Hi there,
    I need help with adding a Paypal button to a PDF fill-in form. The Paypal button should feed through the Invoice Number field (a text field) and the invoice total amount (also a text field) to Paypal and add this to the Paypal cart (not ‘buy now’, but ‘add to cart’ so that more transactions can be added after that)
    I found this thread in the Adobe LiveCycle forum that does the same thing: http://forums.adobe.com/thread/339584;jsessionid=54D973B79E04C5B30F8B4BA56D95CE39.node0?ts tart=0
    I’ve tried to add this Javascript action to the button in Acrobat but it doesn’t work.
    Does anyone know what the correct Javascript should be to make this work in a PDF form?
    Help is very much appreciated
    Thanks

    Since nobody else has answered, I will say that you might try the Acrobat Scripting Forum http://forums.adobe.com/community/acrobat/acrobat_scripting

  • Doku for pdf printing ends in a dead link

    Hi everyone,
    I want to setup pdf printing in APEX.
    The most important installation doku is
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Since there is APEX 4.0 it results in 404 page not found.
    But there is no newer documentation in 4.0
    Is there a new url or copy?
    As far I know, the doku describes how to install the fop.war with oc4j.
    Is it possible to use tomcat instead of oc4j, because oc4j is not free (I am using xe and apex 3.2)
    I know, there is the posibility to use cocoon, but I need a small footprint
    Thanks
    Richard

    Hi Richard,
    Here's the new link:
    http://www.oracle.com/technetwork/developer-tools/apex/configure-printing-093060.html
    ... the link changed due to OTN using a new system, it's not related to APEX 4.0, so it's still the old document. Not sure about Tomcat, haven't tried that yet.
    Regards,
    Marc

  • Best Practice for PDF print forms based on SAP standard

    Hi,
    I have copied the SAP standard PDF form F_D_INT_SCALE_00 to a Z form, and am using it in conjunction with the standard print program RFDZIS01_PDF.  However I need to output some additional fields that are not supplied by the print program / interface (for example Customer VAT number).
    What is the best practice for achieving this?  As far as I can see the only way is to take a copy of the standard print program and modify it to select the extra data, and modify the interface.  I never like taking copies of standard programs though for obvious reasons.
    If I had this requirement with a smartform it would be a simple case of embedding ABAP code into the Z smartform and leaving the print program alone, but unfortunately there is no provision for the non-PDF version of the Interest Letter to be sent by email.
    Thanks in advance,
    Vindaloo

    Thanks for your reply Robert.
    However I think you are referring to Smartforms when you mention Code Initialization and Global Data declarations.  I need to know the best way to modify copies of standard Adobe Print Forms.
    Regards,
    Vindaloo

  • Master Detail Report for PDF Printing

    Dear All,
           While trying to create a master detail report using Oracle APEX 4.2 and BI Publisher. I tried creating report queries and report layout following the below mentioned steps.
    CREATE TYPE emp_row AS OBJECT (
      EMPNO NUMBER(4),
      ENAME VARCHAR2(10),
      JOB VARCHAR2(9),
      MGR NUMBER(4),
      HIREDATE DATE,
      SAL NUMBER(7,2),
      COMM NUMBER(7,2)
    CREATE TYPE emp_tab AS TABLE OF emp_row;
    CREATE TYPE dept_row AS OBJECT (
      DEPTNO NUMBER(2),
      DNAME VARCHAR2(14),
      LOC VARCHAR2(13),
      EMP_LIST emp_tab
    SELECT SYS_XMLAGG (
      SYS_XMLGEN(
      dept_row(
      d.deptno, d.dname, d.loc,
      CAST(MULTISET(SELECT e.empno, e.ename, e.job, e.mgr, e.hiredate, e.sal, e.comm
      FROM emp e
      WHERE e.deptno = d.deptno) AS emp_tab)
      SYS.XMLGENFORMATtYPE.createFormat('DEPT')
      ) AS "XML_QUERY"
    FROM dept d
    WHERE d.deptno = 10;
    Though the above steps generates xml output while trying to generate in APEX it says unsupported datatype. Tried using DBMS_LOB as well no luck. Any inputs will be quite helpful. Should there be any other way to incorporate master detail report printing in APEX kindly advise.
    Thanks
    Ahmed

    Hi Ahmed_Jed,
    Ahmed_Jed wrote:
    Thanks Kiran for your prompt response. I tried following the steps already using this link (How To Create a Master-Detail PDF Report) somehow the detail record was not getting processed perhaps was trying to generate xml data using the above query. Any other reference will be highly appreciated.
    Regards
    Ahmed
        Well the problem lies here:
    SELECT SYS_XMLAGG (
      SYS_XMLGEN(
      dept_row(
      d.deptno, d.dname, d.loc,
      CAST(MULTISET(SELECT e.empno, e.ename, e.job, e.mgr, e.hiredate, e.sal, e.comm
      FROM emp e
      WHERE e.deptno = d.deptno) AS emp_tab)
      SYS.XMLGENFORMATtYPE.createFormat('DEPT')
      ) AS "XML_QUERY"
    FROM dept d
    WHERE d.deptno = 10;
        The Report Query itself generates XML data (in the required BI Publisher format). So, no need to generate it like this.
        As you are using table functions your query should be of the type:
    SELECT EMPNO
                , ENAME
                , JOB
                , MGR
                , HIREDATE
                , SAL
                , COMM
        FROM TABLE ( EMP_PKG.GET_EMPLOYEES ( :PXX_DEPTNO ))
        where EMP_PKG.GET_EMPLOYEES is packaged table function which returns the Object Table of type EMP_TAB mentioned above.
        When you test the above Report Query with sample DEPTNO, it will generate the sample XML, which you can use to generate Report Layout in RTF format using BI Publisher Desktop.
        Hope this helps!
    Regards,
    Kiran

  • Container Layout Web Item supported for PDF Printing (Stack 11)

    Dear all and Mr. Prakash Darji
    I had an information that PDF export would be supported for Container Layout Web Item with SPS11. We hrecently have installed SPS11 but the functionality is still not available.
    Does any one have more info on this ? Has SAP changed the plan ?
    The current document at the service marketplace about functional enhancements on the following link does not say any thing about this.
    Link:
    <a href="https://websmp202.sap-ag.de/~sapidb/011000358700004483762006E">Functional Enhancements Schedule BI in NW 7.0 (2004s)</a>
    I would be greatful for any input on this
    Thanks
    Gudu
    P.S. My information has been based on a document from Mr. Prakash Darji
    Title:Publishing Strategies
    11/13/2006
    NetWeaver RIG

    I' an APEX newbie and believe I am having the same or a similar problem. I am (for now) developing a system using the hosted Apex development system online. I have created a Report Query which works fine with the default layout. I downloaded the XML (tried both sample data and schema) into Word 2007 with the BI Publisher Template Builder. I used the table wizard to create a simple layout containing all columns with no customization at all. Saved as an RTF, uploaded to Apex as a Report Layout, associated it with the Report Query, clicked Test Report -- and I got nothing.
    When the is a PDF, I get the same error you mention ( Adobe Reader could not open the <file name> because it is either not a supported file type or because the file has been damaged (for example it was sent as an email attachment and wasn't correctly decoded ). If I switch to an HTML file the out is just a blank screen.
    If I switch back to generic report layout, it works fine. This suggests there is something wrong with the template, though it looks fine in Word with the sample data.
    I've searched the forums and Google for the better part of a day. What am I missing?

  • For PDF Printing in Application Builder 3.0.1

    Hi,
    Recently upgraded to Application Builder 3.0.1.00.08
    I've created a report, which i want to open as a pdf. I downloaded
    bipublisher_windows_x86_101332_disk1 zip file and installed as per the
    link mentioned under.
    http://www.oracle.com/technology/products/database/application_express/
    html/configure_printing.html
    But while checking with from start menu and selected BI Publisher
    server from the windows, the login screen is not appearing. where to
    check.
    http://mycomputername:9704/xmlpserver
    is this correct. or instead of mycomputername what i've to give?? any
    idea?
    Thanks and Regards,
    Sudha.

    Kevin,
    That's because report queries are rendered by a different engine than report regions. In report regions we escape correctly, and for report queries, we escape % with %25; - so we'll have to remove the semicolon.
    Thanks for pointing this out,
    Marc

  • Need suggestions for photo printer that will work with a dedicated HP G4050 scanner on Windows 7

    I was told by HP Tech Support that they didn't recommend I try to run an all-in-one printer and a dedicated scanner on the same PC.  Dilemma is that most photo printers sold today are also all-in-ones.   Also, many all-in-ones don't seem to rate very high on photo quality.   Do I end up buying two printers - one for text and another for photos or what?  
    Your input is welcome as I've researched this problem for a long time and don't know what printer to buy!  Thank you. 

    Yes, I do know that; but the basic driver doesn't allow all of the menu options on the printer to work.  For instance, it won't tell me how much ink is left in each cartridge, etc.
    I'm debating whether to just keep my old Photosmart 8150 and keep plugging along until it dies and then worry about replacing it OR keep looking for a new one.
    Problem is that HP Tech Support told me that they DON'T recommend I use an all-in-one printer AND a dedicated scanner together due to possible software issues.  Since most of the photo printers made this year seem to be AIO's it's been a very difficult experience finding an older printer that has a Full Solution Driver in WIN 7 and/or 8!  Oh, you can find some but they cost an arm and a leg even at used prices!  
    Anyone with experience using an HP dedicated scanner AND a printer is welcome to jump in and give me some feedback. Thank you so much!  : )

  • Request Suggestions for updating PowerBook G3 Series

    Looking to make upgrades to my laptop. All the G3 variations makes my head swim. I would appreciate suggestions specific to my set-up.
    Thanks!
    T-Vo
    Goals
    • To run OSX
    • To use wireless for connection to Internet
    Current Situation
    • Currently running OS 9.2.1
    • I already have a D-Link wireless router, DI-524, but haven't actually used it for anything wireless yet.
    Questions
    •What are the steps involved and purchases necessary to accomplish my goals?
    PowerBook G3 Series, 300MHz, 8 GB Hard drive, 64MB RAM   Mac OS 9.2.x  

    I guess you have a Wallstreet model, assuming it's a powerbook. You need a bigger hard drive for OSX in my opinion. 40 gig runs about $80. I have a 20 in my 333 Lombard. You would need to add a 256 memory chip $35. A wireless card for your PCM slot $50-60. A copy of The OS and you're done. That's $175 spent on a 7-8 year old laptop. I like my Lombard but not if was my only computer. So I guess it depends on what you are using it for. I cannot run Tiger 10.4 on my Lombard. It has no DVD drive. I am running Panther with 384 memory and it's ok. It really seems slow after I get up from the iMac G5 though. Most of these prices are at OWC..(macsales.com) YMMV
    Hope this helps some

  • Default Margins for PDF printing BI 2004s

    Hello BI-guru's,
    Does anyone know how you can change the default margins (left, right, top, bottom) that are default set to 20mm?
    When you print to pdf the system gives a pop-up with these default values.
    Anyone???

    According to this post <a href="https://forums.sdn.sap.com/thread.jspa?forumID=154&threadID=525651">https://forums.sdn.sap.com/thread.jspa?forumID=154&threadID=525651</a>
    You can use
    MARGIN_RIGHT
    MARGIN_LEFT
    MARGIN_TOP
    MARGIN_BOTTOM

  • Setup for PDF printing using Embedded PL/SQL Gateway, 11G DB and APEX 3.1

    I've setup APEX on 11G using the Embedded PL/SQL Gateway. Its all working well.
    I've enabled Network Services and can see a couple of printers I've defined after running
    select * from DBA_NETWORK_ACLS;
    and also can see the FLOWS_030100 and FLOWS_030000 users when I run
    select * from DBA_NETWORK_ACL_PRIVILEGES;
    I have been through http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html and can see that I have a few choices ...
    * Oracle BI Publisher,
    * Apache FOP or
    * some other XSL-FO Processing Engine.
    I am not able to use Oracle BI Publisher ... license required:-( ... so that leaves the other two choices .. as I'm using the Embedded PL/SQL Gateway the Apache FOP is not an option ..
    that leaves other XSL-FO Processing Engine .. has anyone had any experience in this area .. and can give me a few pointers ...
    I'm kinda surprised I have little choice .. am I missing something?
    Regards
    Adam

    Adam,
    >> as I'm using the Embedded PL/SQL Gateway the Apache FOP is not an option
    Not a true statement. Using Oracle Containers for J2EE (10.1.3.2), as listed in that document you reference, is all you need to use Apache FOP. You don't know the full-blown Apache.
    Joel

  • IBooks- Scrolling suggestion for PDF's.

    Hey, so far I am trying to scroll down my PDF in iBooks and it would be really, really awesome that I could just scroll downwards to the next page as opposed to "flipping" pages which loses my page focusing. If you have already designed this, please make it easier to find. Thanks!

    http://www.apple.com/feedback/iphone.html

Maybe you are looking for

  • How can i use a express change for my iphone without a care plane?

    i want to usw the express change but there is only a option to send it in! can u help me to find this? or a nuber to order this. is have made it last year but now it dosent work so.

  • Clearing two documents with POSTING_INTERFACE_CLEARING

    Hi, all I'm trying to use POSTING_INTERFACE_CLEARING function module to clearing two documents each other with additional cost. It's detail is like belows: 1st, 01(D) Customer A/R (100 EUR)   50(C) Sale (100 EUR) 2nd, 40(D) Bank Account (80 EUR)    

  • What is 'URL' parameter in JCO.createClient method?

    Hi, What is the 'URL' parameter in the following createClient method.. can anyone provide an example? public static JCO.Client createClient( java.lang.String client, java.lang.String user, java.lang.String passwd, java.lang.String lang, java.lang.Str

  • Batch rename files that have non consecutive numbers?

    I have a folder with about 100 image files that have non consecutive numbers. Is there a way to rename them all to add something after the numbers (and before file type extension) without changing the numbers? Example: If I select 111019.003.dng and

  • Typing messages in Spanish

    Does anyone know if you can change the keyboard to allow for accents used in Spanish?