SAP Fiori PDF Plug-in can be integrated with any Fiori App to export the view as PDF on any Device. The generated PDF has similar UI alignment as actual Fiori App. Whether you are developing a new Fiori App or working with standard Apps, it’s easy to integrate this plugin by adding few lines of code.


That’s all we have to do. On click of the PDF button, the program understands the UI and generates the similar layout as per application. We have optimized the PDF layout as much as possible to make it similar with Fiori App.
How it works?
- Create a new folder with name js in Fiori Project folder if does not exist already.
- Copy the source files to the js Folder.
- Add the below lines of code in the include section of component.js
- Open the xxxx.view.xml where you want to provide the export to PDF functionality.
- Add a button with PDF logo in the footer section.
- Copy the below JS method to the xxxx.controller.js
That’s all we have to do. On click of the PDF button, the program understands the UI and generates the similar layout as per application. We have optimized the PDF layout as much as possible to make it similar with Fiori App.
Why use PDF Plug-in:
PDF export is one of the important feature required for business today. Using our plug-in you can accomplish your Application PDF integration in less than 10 minutes. The following image shows how the generated PDF looks comparing with the actual Fiori App.
![]() |
Comparing generated PDF with the actual App |
Comments
Post a Comment