radicle-it / rad_pdf
PublicNative PL/SQL library for generating PDF documents from Oracle Database 19c+.
RAD_PDF is a library that runs inside Oracle Database to create PDF documents. Instead of needing separate PDF software or programming languages, you write simple commands in SQL and the database generates complete, professional PDF files. It offers two approaches: a Canvas API for precise control over document layout, and a Template engine for describing documents in simple text that automatically converts to PDF. The library handles text, tables, images, fonts, and page layouts entirely within the database.
How It Works
A colleague mentions that RAD_PDF lets you create PDF documents directly from your Oracle database without any extra tools or software.
You confirm you're running Oracle Database 19c or later, which is the only requirement to use this library.
You run the installer script which automatically sets up all the PDF-making tools inside your existing Oracle database.
You can either write code to draw each element exactly where you want it, or describe your document in simple text-like templates that get converted automatically.
You pull information from your database tables, write headings and paragraphs, insert images, and arrange everything into a professional report.
The library produces a complete, valid PDF file that you can save to a table, send to a browser, or write to a folder.
You've created a polished PDF document entirely from inside your database, with no external dependencies or extra software needed.
Star Growth
Repurpose is a Pro feature
Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.
Unlock RepurposeSimilar repos coming soon.