Activity for mrpix

  • mrpix mrpix modified a comment on discussion PhpRtf

    Hi, I'd like to create 2 pages that have different margins. I had a look to the section example but I didn't find the way to do this. I want the first page without margin (to import a full page image) and the second page with margins. If I create 2 setMargins parameters the last one is kept even on the first page. Thx! $sect1 = $rtf->addSection(); $rtf->setMargins(0,0,0,0); [...] $sect2 = $rtf->addSection(); $rtf->setMargins(2,1.5,2,2); [...] or $sect1 = $rtf->addSection(); $sect1->setMargins(0,0,0,0);...

  • mrpix mrpix posted a comment on discussion PhpRtf

    Hi, I'd like to create 2 pages that have different margins. I had a look to the section example but I didn't find the way to do this. I want the first page without margin (to import a full page image) and the second page with margins. If I create 2 setMargins parameters the last one is kept even on the first page. Thx! $sect1 = $rtf->addSection(); $rtf->setMargins(0,0,0,0); [...] $sect2 = $rtf->addSection(); $rtf->setMargins(2,1.5,2,2); [...]

  • mrpix mrpix posted a comment on discussion Help

    Hi, I need to import icons on a page and thoses can only be PDF files. Is there a...

1