Skip to content

jeremycoppey/UI5LabLibraryPDFViewer

 
 

Repository files navigation

UI5Lab Library PDFViewer

The PDFViewer is a custom UI5 control that enables you to view PDF's by using a base64 data uri instead of a file URL. This can be useful in case you want to preview a PDF that you want to upload without uploading it.

Demo

https://htmlpreview.github.io/?https://github.com/lemaiwo/UI5LabLibraryPDFViewer/blob/master/test/ui5lab/wl/pdf/demo/index.html

Usage

Include the library in your project

  1. Include the library-preload.js in your project

  1. Configure the manifest.json

  1. Use the PDF Control

Build

npm install grunt build

For WebIDE Use Package and Grunt with WebIDE extension (remove webide out of the filename)

  1. import in the SAP Web IDE
  2. Right click on the project --> Build

About

UI5Lab Library PDFViewer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.6%
  • HTML 20.4%