Français
The free PL/SQL library to generate PDF are very hard to find. As I could not find one, I’ve written it from the well known PHP library FPDF which was written by Olivier Plathey.
I propose you the last release of the PL_FPDF library (0.9.3). I already use it on our production site laclasse.com.
download it on github
This code gives you the same functions than FPDF, except that it converts all the images you need in PNG.
Required Environment Oracle en version 10g (…)
Accueil > [old] Information > Archives > Technologies > Archives > PL/SQL
PL/SQL
-
PL_FPDF
7 July 2008 -
PL_FPDF
7 juillet 2008english
Longtemps j’ai cherché une librairie PL/SQL libre qui permet de faire du PDF, et je n’en n’ai pas trouvé.
Beaucoup de produits commerciaux existent, mais rien de libre dans ce langage.
Voici donc un portage en PL/SQL de la célèbre librairie PHP FPDF développée par Olivier Plathey.
Je vous propose ce portage en version 0.9.3 qui est la dernière version stable. Pour ma part, je l’utilise déjà en production sur laclasse.com.
télécharger sur github
Cette librairie PL/SQL (…) -
pl/sql library for JSON
3 December 2007Français
Here is the first release of a PL/SQL package for JSON (Javascript Simple Object Notation). This program is published under the GNU LGPL License.
The package’s features are : create and manipulate JSON objects add attributes and array to a JSON object convert from JSON to string convert from String to JSON structure debugging function customizable output (web or custom)
a little test procedure gives an idea of capabilities of this package. The 1.1 version has released. Here (…) -
Librairie JSON en pl/sql
22 août 2007english
Voici un package pl/SQL permettant de générer des objets javascript au format JSON (Javascript Simple Object Notation) Cette librairie est publiée sous licence LGPL.
Les fonctionnalités de ce package sont les suivantes : création d’objets JSON ajouts d’attributs, de tableaux conversion et chaîne de caractères d’un objet JSON conversion en objet JSON d’une chaîne de caractères. fonctions de débug Affichage customisable de la sortie (Web ou autre)
Une procédure de test permet (…)
back.projets.erasme.org