+ All Categories
Home > Documents > Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI...

Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI...

Date post: 13-Apr-2020
Category:
Upload: others
View: 6 times
Download: 0 times
Share this document with a friend
15
1 Copyright © 2012, Oracle and/or its affiliates. All rights reserved.
Transcript
Page 1: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

1 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Page 2: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

2 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Building Custom PDF Reports

with Oracle Application Express

and the APEX Listener

Chaitanya Koratamaddi

Principal Product Manager

Oracle Application Express

http://chaitanyain.blogspot.in/

@chaitanya_in on Twitter

Page 3: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

3 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

The following is intended to outline our general product direction.

It is intended for information purposes only, and may not be

incorporated into any contract. It is not a commitment to deliver

any material, code, or functionality, and should not be relied

upon in making purchasing decisions. The development,

release, and timing of any features or functionality described for

Oracle’s products remains at the sole discretion of Oracle.

Page 4: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

4 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

• Oracle Application Express PDF Printing Architecture

– Oracle APEX with Apache FOP

– Oracle APEX with BI Publisher

– Oracle APEX with APEX Listener

• Configuring APEX Listener as a Print Server

• Printing a Simple Classic Report as PDF

• Creating and Using a Fully Custom Report Layout

Agenda

Page 5: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

5 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Oracle APEX PDF Printing Architecture

Page 6: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

6 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Oracle APEX with Apache FOP

• OC4J (10.1.3.2) or above

• Installation under /home/oracle/utilities/fop/fop.war

• APEX calls apex_fop.jsp through utl_http

• Supports XSL-FO based templates

• Template design using third party tools

• Output to PDF and XML

Page 7: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

7 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Oracle APEX with BI Publisher

• Oracle BI Publisher 10.1.3.2.1 or above

• APEX calls “convert” Servlet through utl_http

• Supports XSL-FO and RTF based templates

• Template design using MS Word Plug-In

• Output to PDF, Word, Excel, HTML and XML

Page 8: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

8 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Oracle APEX with APEX Listener

• APEX Listener 2.0 includes FOP support

• APEX generates report XML data with

XSL-FO style sheet in single document

• Listener intercepts file and renders PDF document

• PDF is then downloaded straight to browser

Page 9: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

9 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

APEX Listener as Print Server

Page 10: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

10 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Printing a Simple Classic Report as a PDF

Page 11: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

11 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Creating a Custom Report Layout

Page 12: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

12 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Key Benefits

• No separate external printing engine is required

• Using a supported Oracle product, APEX Listener

• Single step configuration as a print server for Oracle

Application Express

Page 13: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

13 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Learn More…

Page 14: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

14 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.

Page 15: Copyright © 2012, Oracle and/or its affiliates. All rights ...€¦ · Oracle APEX with BI Publisher • Oracle BI Publisher 10.1.3.2.1 or above • APEX calls “convert” Servlet

15 Copyright © 2012, Oracle and/or its affiliates. All rights

reserved.


Recommended