Menu

landscape

PhpRtf
2011-07-20
2013-04-30
  • Vasile Cazacu

    Vasile Cazacu - 2011-07-20

    Hi,
    I use setLanscape() but allways Microsoft Office 2003/2007 display the file only in portrait mode. What is wrong? Someone tried and succeeded?
    Thanks for this great class.

     
  • Steffen Zeidler

    Steffen Zeidler - 2011-07-27

    Hi vcazacu,

    thx for the report. I fixed that for the 1.1.1 release. Please check out and let me know if you have any problems.

    Best regards
    SigmaZ

     
  • Vasile Cazacu

    Vasile Cazacu - 2011-07-28

    It works! Thx.

     
  • Vasile Cazacu

    Vasile Cazacu - 2011-10-10

    I find an error at line 1243 from PHPRtflite.php (settings for landscape):
            if ($this->_isLandscape && $paperWidth < $paperHeight) {
                $paperWidth = $paperHeight;
                $paperHeight = $paperWidth;
            }
    If _isLandscape is true the page will be a square (29x29!!).

     
  • Steffen Zeidler

    Steffen Zeidler - 2011-10-19

    Fixed that error in the repos. Will release in a few days. Thanks for the report.

     

Log in to post a comment.