*
* @param string $tam Tamanio de las hojas.
* @param string $ori Orientacion de las hojaz (portrait o landscape).
+ * @param string $nom Nombre del archivo.
*
* @return void
* @access public
*/
- function MECON_PDF_Marco($tam = "a4", $ori = "portrait") {
- $this->MECON_PDF($tam, $ori);
+ function MECON_PDF_Marco($tam = "a4", $ori = "portrait", $nom = 'Doc.pdf') {
+ $this->MECON_PDF($tam, $ori, $nom);
$this->tamanio = $tam;
$this->_resetConf();
$this->_separador_defecto =& new MECON_PDF_Separador();
$this->_resetConf();
$conf = $this->_config['encabezado'];
if ($this->paginador) {
- $txt = 'Pagina '.$this->numPage().' de '.
+ $txt = 'Pรกgina '.$this->numPage().' de '.
$this->countPages();
$tmp = $this->strlen($txt, $conf['paginador']);
$init = $conf['linea2']['Xi'] + ( $conf['Xf']