The PDF Flip Viewer is a component that allows end users to view PDF files with an interactive page-flip animation. It supports binary inputs, zoom functionality, and navigation controls (Next, Previous, and Page Number display).
Accepts binary PDF files as input.
Page flip animation for a realistic book-like experience.
Zoom in / Zoom out controls for better readability.
Next and Previous buttons for navigation.
Page number display (current page / total pages).
Responsive design for desktop and mobile devices.
Property
Data Type
Description
PDFBinary
Binary Data
The PDF content as a binary object.
Control
Next Button
Advances to the next page with flip animation.
Previous Button
Goes back to the previous page.
Zoom In
Increases zoom level by a fixed increment.
Zoom Out
Decreases zoom level.
Page Indicator
Displays current page number and total pages (e.g., 3 / 10).
Customize the size of the viewer using CSS or by adjusting its container.
You can modify button icons for Next, Previous, Zoom In, and Zoom Out using simple JS snippet present in OnParameterChange.