Getting Started
RADPrint-Free Installation
This guide explains how to install the RADPrint Free APEX plugin into your Oracle APEX application.
- Clone the repository
git clone https://github.com/RADAPEX/RADPrint-Free.git
- Locate the SQL file
Inside the repository, find the plugin installation file (e.g., radprint-free.sql).
- Log in to Oracle APEX
Open your APEX workspace in your browser.
Navigate to the application where you want to install the plugin.
- Install the plugin
Go to Shared Components → Plugins.
Click Import.
Drag and drop the radprint-free.sql file (or use the file picker).
Follow the wizard steps and click Install.
- Verify installation
After installation, RADPrint-free will appear under Shared Components → Plugins.
You can now add it to your application pages.
Updating RADPrint-Free
To update to the newest version:
- Get the latest install file via git pull
- In APEX, go to Shared components -> Plugins -> RADPrint-Free -> Replace
- Upload the new sql file
RADPrint Installation
TIP
Coming Soon!