PDF printing on Application Express 3.0 question

Hi All,
I'm using "Report Queries" under Shared Components to test the following query:
Select '2'||' %' "Test Percent Sign"
From dual;
The output is:
Test Percent Sign
2 %;
Why is the semicolon also display after percent sign?
NOTE: The same statement above display on PDF page correctly (without semicolon after percent sign) when it placed in the report region.
Thanks,
Kevin

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

Similar Messages

  • Code 128 Barcode printed from Application Express

    Hi,
    My colleague and I have written a procedure to generate Code128 Barcodes. These appear fine on the screen within Application Express 3. But when we export the file as an RTF or PDF document to our BI_Publisher server running under LINUX RedHat the Barcodes are greyed out and cannot be seen.
    Anyone any ideas on how to solve this? It is extremely irritating only to be able to offer our users the ability to print the Application Express page off rather than a proper document.
    Thanks

    Hi kcbemssr,
    I don't know weather you can see this reply, but i still want to say something about this.
    Did you used another type of code 128?
    you can try this. and here is a site i recommand you, it's all about barcode, you can get code 128
    [Content Removed]

  • PDF Generators for Application Express

    Can anyone make a few recommendations on third party products, etc. that can create pdf reports from Application Express?
    Thanks,
    Bob T.

    Jes,
    I've found those docs and have installed plpldf under user plpdf. I've tried to get the test2 example working in the manual install manual and haven't figured it out yet. Can anyone provide specific instruction.........
    I've tried creating an anonymous pl/sql block in apex page. Created a process and inserted the test2 code there also. apex is telling me that it doesn not recognize plpdf.init method.......I've tried granting execute privilages but this hasn't made a difference.

  • Printing PDF  reports in application express

    Hi everyone,
    I am a newbie to APEX.can anyone post some links or material regarding the PDF reports in APEX.
    Thank u

    This is where I started. I then read up on the information on BI Publisher at http://www.oracle.com/technology/products/bi/enterprise-edition.html .
    Between the 2 sites, I think you will have everything you need.

  • 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

  • Automatic Print in Application Express

    Hello,
    I need to either automatically print, or automatically bring up a print dialog box for an apex report or form. Does anyone know how to do this ? Any and all help is greatly appreciated.
    Sharon

    Hi Sharon,
    You can't control the browser's printing functionality directly. You would need to use some javascript and include:
    window.print();which would popup the normal File/Print dialog box.
    How you use this would depend on the circumstances. You could add this to a button or as part of other javascript, for example
    Andy

  • Timesheet Application And PDF Printing

    Hi,
    I demo'd the time sheet application from the apex server and the management team here really liked it so I moved to our machine here and when i try the pdf printing i get the following error
    Not Found
    The requested URL /dev/apex/f was not found on this server.
    Oracle-Application-Server-10g/10.1.2.0.0 Oracle-HTTP-Server Server at 10.144.55.241 Port 80
    I dont have access to the back end and wouldn't know what to do anyway so before i get the DBA here to investigate the setup is there some variable that I have to change in the app or do I have to get the DBA to follow sets 4 and 5 on the PDF Printing in Application Express 3.0 page
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Thanks Andy

    Hello,
    Yes you have to do steps 4 or 5, those set up the servers that do the actual PDF rendering.
    It's not as hard as it looks, at least if you are just setting it up for demo purposes.
    There have been several links on setting up BI Publisher , there is a screencast of setup up FOP on OC4J
    http://www.oracle.com/technology/products/database/application_express/html/fop_war_viewlet_swf.html
    and I have this screencast that shows setting up Cocoon to do the PDF rendering.
    http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    Regards,
    Carl
    blog : http://carlback.blogspot.com/
    apex examples : http://apex.oracle.com/pls/otn/f?p=11933:5

  • PDF Printing in APEX 3.0

    Hello. I am working my way thru the PDF Printing in Application Express 3.0 document. I am currently stuck at step 5: Configure Oracle Application Express to use the JSP for PDF printing. When I access the Admin Services home page and select Manage Services, I cannot locate the Instance Settings, under the Manage Environment Settings. Is there an error in the documentation or am I just not in the right spot?
    Thanks
    Dennis

    Hi Denise,
    That .cpio file is not a CD image file, it is actually an archive file containing the files and directory layout that you need to extract first. You can do that by using the (Linux/Unix) command cpio like this -
    cpio -idmv < file.cpioNote that BI Publisher is an extra licensed option that you will need to make sure you're covered for.
    As an alternative (and if you're willing to live without the 'Advanced' support that BIP provides), then you can use Apache FOP. Carl Backstrom made a fantastic video showing how to set this up, which you can find here -
    http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    APEX does not come with a built-in BI Publisher, I think you're thinking of the pre-supplied FOP configuration in APEX 3.0.1 (which makes it even easier to setup now).
    If you haven't looked through it already, I can highly recommend the "PDF Printing in APEX" document available here -
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    Hope this helps,
    John.

  • PDF printing got error : 500 Internal Server Error

    Hi,
    I have configured PDF printing as per doc "PDF Printing in Application Express 3.0" and configured " Apache FOP " as per instruction and test the JSP page by
    http://hostname:8888/apex_fop_render.jsp
    and got following error:
    java.lang.NullPointerException     at java.io.StringReader.<init>(StringReader.java:33)     at apex_fop__render._jspService(_apex__fop__render.java:71)     [SRC:/apex_fop_render.jsp:21]     at com.orionserver[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:349)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:765)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.1.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)     at java.lang.Thread.run(Thread.java:534)
    Apex 30 is running without any problem except PDF printing.
    Please help.
    Thanks
    Message was edited by:
    paresh_vakil

    As far as I am away from the setup document yes I have. I have set the values in the Internal workspace for the in my case localhost , port is 8888 and the jsp file is the one supplied in the document.
    I can see http://localhost:8888 but can't see the JS file, which makes me think that the JS is not working.
    I am running the export on a report with a print button.
    Do I need to supply an XML document as well, I have set a default stylesheet as the output but still doesn't work.
    Andrew

  • PDF printing "Internal display" settings 'default'

    Hi All,
    I'm having problems PDF printing web applications made in WAD 7.0.
    We have created a button triggering the EXPORT command and left everything set to 'default'.
    Internal display = 'default', Data binding = 'default'.
    All our 7.0 web templates contain text elements (title, etc.), an INFO_FIELD_ITEM block (with tray), a FILTER_PANE_ITEM (with tray), CONDITIONS_LIST_ITEM (with tray), EXCEPTIONS_LIST_ITEM (with tray) and one or more ANALYSIS_ITEM and CHART_ITEM (all with tray).
    Everything except the FILTER_PANE_ITEM end up in the PDF, however not all present the tray. Only the conditions and exceptions have a tray in the PDF. Since the tray contains the name of what the it represents underneath, especially the analysis and chart item need to have the tray displayed.
    How can I switch this on generically (not for each report individually)?
    I don't know which Internal Display webtemplate is chosen when it's set to 'default'. It's not 0ANALYSIS_PATTERN_EXPORT, because if I set the Internal Display to 0ANALYSIS_PATTERN_EXPORT, my output changes completely (and not for the better).
    Can I find the 'default' Internal Display somewhere in the system? SPRO? I'd like to adjust the default value to always display a tray.
    Any input would be appreciated.
    Thanks,
    Eduard

    Thanks Arun, but Excel export is not the issue.
    All the info fields (title, user, date, webtemplate name, etc.) we can print and that's all fine. But... We need the tray of the ANALYSIS_ITEM and CHART_ITEM to be visible. The tray contains the name of the query (DP1, DP2, etc.) and we'd like to see it.
    Now, if a webtemplate has more than one chart, the PDF will not tell you which chart is which. The title of the tray is automatically filled in the WAD (with the query name) and we don't want to manually add titles to all chart and graph items. We'd have to do this for all webtemplates, which should be necessary.
    Besides, the conditions and exceptions items dó show a tray. Why not for the ANALYSIS_ITEM and CHART_ITEM?
    So basically, what I'd like to know is: Where I can find which "Internal Display" webtemplate is used as 'default' and how I can edit it? I know that it isn't 0ANALYSIS_PATTERN_EXPORT, so which one is it then?
    Eduard

  • Application Express Printing in 3.1 and Oracle 9i

    Hi,
    I am running Application Express 3.1 on a Oracle 9i box using application server 10.1.2 for the web server and when ever we try to do any printing to PDF files it files, changing to HTML give me the following errors; (it works fine from our 10g2 box also running Apex 3.1)
    Any ideas on this?
    Fri, 18 Apr 2008 17:45:41 GMT
    ORA-03113: end-of-file on communication channel
    DAD name: apex
    PROCEDURE : f
    URL : http://nww.infoportal.wiltshire.nhs.uk:80/pls/apex/f?p=105:7:4081603134239502428:FLOW_XMLP_OUTPUT_R383146513321010166_en-gb
    PARAMETERS :
    ===========
    p:
    105:7:4081603134239502428:FLOW_XMLP_OUTPUT_R383146513321010166_en-gb
    ENVIRONMENT:
    ============
    PLSQL_GATEWAY=WebDb
    GATEWAY_IVERSION=2
    SERVER_SOFTWARE=Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server
    GATEWAY_INTERFACE=CGI/1.1
    SERVER_PORT=80
    SERVER_NAME=nww.infoportal.wiltshire.nhs.uk
    REQUEST_METHOD=GET
    QUERY_STRING=p=105:7:4081603134239502428:FLOW_XMLP_OUTPUT_R383146513321010166_en-gb
    PATH_INFO=/f
    SCRIPT_NAME=/pls/apex
    REMOTE_HOST=
    REMOTE_ADDR=10.184.150.119
    SERVER_PROTOCOL=HTTP/1.1
    REQUEST_PROTOCOL=HTTP
    REMOTE_USER=apex_public_user
    ORACLE_SSO_USER=
    OSSO_IDLE_TIMEOUT_EXCEEDED=
    OSSO_USER_GUID=
    HTTP_CONTENT_LENGTH=
    HTTP_CONTENT_TYPE=
    HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 1.1.4322)
    HTTP_HOST=nww.infoportal.wiltshire.nhs.uk
    HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*
    HTTP_ACCEPT_ENCODING=gzip, deflate
    HTTP_ACCEPT_LANGUAGE=en-gb
    HTTP_ACCEPT_CHARSET=
    HTTP_COOKIE=ORA_WWV_R1=%23ALL; ORA_WWV_R2=%23ALL; ORA_WWV_R3=%23ALL; LOGIN_USERNAME_COOKIE=dpithouse; ORA_WWV_REMEMBER_UN=DPITHOUSE:cascard; ORA_WWV_USER=180C4AB57E701292; WT_FPC=id=2c0fb891060c298ae401208366087265:lv=1208518017286:ss=1208517692850; WWV_CUSTOM-F_6578422443884676_105=AEA5DD5F752363DA; WWV_CUSTOM-F_6578422443884676_100=180C4AB57E701292
    HTTP_IF_MODIFIED_SINCE=
    HTTP_REFERER=http://nww.infoportal.wiltshire.nhs.uk/pls/apex/f?p=105:7:4081603134239502428:::::
    HTTP_SOAPACTION=
    HTTP_ORACLE_ECID=1208540734:10.162.200.150:1328:5536:2513,0
    HTTP_ORACLE_CACHE_VERSION=
    HTTP_AUTHORIZATION=
    WEB_AUTHENT_PREFIX=
    DAD_NAME=apex
    DOC_ACCESS_PATH=docs
    DOCUMENT_TABLE=wwv_flow_file_objects$
    PATH_ALIAS=
    REQUEST_CHARSET=WE8MSWIN1252
    REQUEST_IANA_CHARSET=WINDOWS-1252
    SCRIPT_PREFIX=/pls
    HTTP_IF_MATCH=
    HTTP_CACHE_CONTROL=
    SOAP_BODY=
    HTTP_X_ORACLE_DEVICE_CLASS=
    HTTP_X_ORACLE_DEVICE_ORIENTATION=
    HTTP_X_ORACLE_DEVICE_MAXDOCSIZE=
    HTTP_X_ORACLE_DEVICE=
    HTTP_X_ORACLE_ORIG_ACCEPT=
    HTTP_X_ORACLE_ORIG_USER_AGENT=
    HTTP_X_ORACLE_USER_LOCALE=
    HTTP_X_ORACLE_USER_NAME=
    HTTP_X_ORACLE_USER_DISPLAYNAME=
    HTTP_X_ORACLE_USER_USERKIND=
    HTTP_X_ORACLE_USER_AUTHKIND=
    HTTP_X_ORACLE_USER_DEVICEID=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE1=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLINE2=
    HTTP_X_ORACLE_USER_LOCATION_ADDRESSLASTLINE=
    HTTP_X_ORACLE_USER_LOCATION_BLOCK=
    HTTP_X_ORACLE_USER_LOCATION_CITY=
    HTTP_X_ORACLE_USER_LOCATION_COMPANYNAME=
    HTTP_X_ORACLE_USER_LOCATION_COUNTY=
    HTTP_X_ORACLE_USER_LOCATION_STATE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODE=
    HTTP_X_ORACLE_USER_LOCATION_POSTALCODEEXT=
    HTTP_X_ORACLE_USER_LOCATION_COUNTRY=
    HTTP_X_ORACLE_USER_LOCATION_TYPE=
    HTTP_X_ORACLE_USER_LOCATION_X=
    HTTP_X_ORACLE_USER_LOCATION_Y=
    HTTP_X_ORACLE_SERVICE_HOME_URL=
    HTTP_X_ORACLE_SERVICE_PARENT_URL=
    HTTP_X_ORACLE_HOME_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_URL=
    HTTP_X_ORACLE_MODULE_CALLBACK_LABEL=
    HTTP_X_ORACLE_CACHE_USER=
    HTTP_X_ORACLE_CACHE_SUBID=
    HTTP_X_ORACLE_CACHE_AUTH=
    HTTP_X_ORACLE_CACHE_DEVICE=
    HTTP_X_ORACLE_CACHE_LANG=
    HTTP_X_ORACLE_CACHE_ENCRYPT=
    HTTP_X_ORACLE_ASSERT_USER=

    Unfortunately I can't provide much help, other than that we have seen this before with 9iR2, but haven't yet figured out when this does occur, so not sure if it's related to a specific patch version. If possible, I'd recommend upgrading to database 10g or higher. And if we do figure out under what circumstances this problem comes up in 9iR2, I'll post this on the forum.
    Regards,
    Marc

  • Printing from a DOS application to Adobe PDF Printer

    I have been asked to provide reports from a legacy DOS application to PDF and of course decided to use my Adobe PDF Printer that came with the copy of Adobe Acrobat 8 Standard I purchased. I am running Windows XP.
    I am able to overcome the obvious problem of mapping LPT1 to the Adobe PDF Printer, however, all the DOS print jobs just sit there in the queue and do nothing. I have tried forcing a form feed within print processor but Adobe keeps overwriting the processor used with standard RAW.
    What do I have to do create PDF's from DOS based print jobs?
    I apologise if this question has been asked before and I have not managed to find it on searching through.
    Any help would be very much appreciated.

    This is not going to work. The printing architecture just doesn't do
    what you want it to do.
    The PDF printer works because a Windows program uses GDI (a
    programming interface) to describe what it wants to print in graphical
    terms. This gets converted to PDF. What you are hooking into in the
    DOS world is just that part of the printer that carries the already
    formed printer file to the printer hardware.
    There may be hope if your DOS application is capable of printing to a
    PostScript printer. If so, you can capture the stream and use
    Distiller to convert it directly.
    Aandi Inston

  • Configuring Problem in Oracle Application Express  3.0  Print Server

    hi all,
    Configuring for my Oracle Application Express Print Server in apex 3.0 I have used apache foa and made all steps in the documentation
    http://www.oracle.com/technology/products/database/application_express/html/configure_printing.html
    the print attribute works but I have a problem in the pdf print with characters.
    My reports columns characters are turkish and when I linked to print pdf the print the turkish characters are seeming #
    and I try to change in the script apex_fop_render.jsp I changed the encode but the problem was not solved.Can you help please urgently!
    I am waiting your helps!

    Apache FOP does not support some character sets out of the box, i.e. Asian languages require additional configuration steps. Not sure about those non-standard ISO characters in the Turkish alphabet though. But since you’re writing that those are returned as #, looks like the same problem. There should be information available on the Internet on how to configure those fonts and character sets with Apache FOP. Once BI Publisher is out, using that as the rendering engine with APEX might be another alternative to consider, as that product will support this out of the box.
    Regards,
    Marc

  • HELP! Why can't I print PDFs from my applications?

    For over a year I've used Adobe Pro to "print" PDFs from AutoCAD LT (a drafting program). This allows me to perform design/drafting services for long distance clients and email them PDF "prints" of drawings for them to review, print, and use. It has worked beautifully...until this week. Now whenever I go to print a PDF from AutoCAD (or even other Windows applicacations like Word) it gives me an error telling me to change the Advanced printer preferences to "print directly to printer". When I go into the Adobe printer preferences and select this option. and return to print the PDF, selecting the print command causes AutoCAD to hang indefinitely and eventually crash when I try to cancel the print command. This behavor is the same inside other Windows applications like Word. So I've concluded that the issue is inside Adobe or my computer's Adobe "printer" settings. I've spent 5-6 hours unistalling a reinstalling Adobe several times in hopes to get back to whatever settings that worked before...to no success.
    The last piece to the puzzles is that I was on vacation last week. Instead of the desktop computer in my office that I typically use, I took my old laptop. I only have one license of Adobe Pro. Even though I hadn't used it for months on the laptop, it worked fine creating PDFs from AutoCAD. My question is: did using Adobe on my laptop deactivate the Adobe loaded on my desktop? And if so, why hasn't deactivating and uninstalling the Adobe Pro on my laptop, and unistalling/reinstalling/activating the Adobe Pro on my desktop, fixed the problem?
    I'm at my wits' end...any feedback/advice would be much appreciated!

    In WORD (Sorry I don't have Autocad), can you go to the FILE>Print and print to the Adobe PDF printer with no problem? If not, can you select print-to-file and then open the file in Distiller to complete the conversion? If the latter works, it sounds like you may have disabled AcroTray, a necessary part of the printing process.

  • Print a report from Application Express direct to a CUPS Printer

    Hi all, I'm new to this technology, is it possible to print a report from Application Express directly to a CUPS Printer? Can someone tell me in laymans terms how to do it? I find the terminology and documentation less than helpful.

    Jeremy,
    BI Publisher handles submitting reports directly to a CUPS printer. However, the APEX integration doesn't currently integrate with that portion of BI Publisher.
    Here's an options:
    Use the Java API of BI Publisher to build a custom Java program that would do this for you. Delivering to CUPS is part of the Java API.
    Bryan

Maybe you are looking for

  • [solved] pdf preview in dolphin high CPU

    Hi, I've got an issue with pdf preview in dolphin when the cursor is kept on a pdf file. It tries to generate a preview and I can see that there various instance of ghostscript resulting in high CPU usage (99%). Here is an example for a 45ko pdf file

  • Date format for import sub-folder destination

    Greetings, I have been using a trial version of LR 4 and would like to know if LR can use the format of "MM-DD-YY" for the subfolder of the destination folder. My many years of files are organized by the "YYYY" top folder then "MM-YY" then by date of

  • Regarding document flow

    what is document flow in abap.          could u plz explain clearly,.

  • Firefox 34 unstable. Plugins blocked, Flash not working, cannot update Flash. Cannot update FLASH, as Adobe not offering update.

    Repeated crashes with latest Firefox Version 34, running on Win XP SP3. Older Firefox version worked flawlessly. Update was a bad idea, as "security" fixes now block Flash from working. Attempt to update via Adobe cause further problems. Repeated cra

  • SAPGUI versions / Backend versions

    We're running SAP 6.2 ( 4.7 ) on our SAP server. We are also using on our frontend SAPGUI 6.2. As a developer I'd like to take advantage of the "newer" ABAP editor in version 6.4 / 7.X. I've been told that one could use the newer versions of the SAPG