<?php


Class PDFProductor {
	
	function initPDF() {
			require_once("PDF.php");
	}
    
    
}


?>
