lars.noack Posted February 23, 2010 Share Posted February 23, 2010 After moving to another server (from cpanel to confixx), I have the problem of the deals that I have just created, and that appears to expire only in 4 weeks already on the PDF form as expired. In addition to me when you see the links (http://....dl.php?type=i&id=XXX) text message, only the following: oring, translation, rotation and skewing. * Use StartTransform() before, and StopTransform() after the transformations to restore the normal behavior. * @access public * @since 2.1.000 (2008-01-07) * @see StartTransform(), StopTransform() */ function StopTransform() { $this->_out('Q'); if (isset($this->transfmatrix)) { array_pop($this->transfmatrix); } array_pop($this->transfmrk[$this->page]); } /** * Horizontal Scaling. * @param float $s_x scaling factor for width as percent. 0 is not allowed. * @param int $x abscissa of the scaling center. Default is current x position * @param int $y ordinate of the scaling center. Default is current y position * @access public * @since 2.1.000 (2008-01-07) * @see StartTransform(), StopTransform() */ function ScaleX($s_x, $x='', $y='') { $this->Scale($s_x, 100, $x, $y); } /** * Vertical Scaling. * @param float $s_y scaling factor for height as percent. 0 is not allowed. * @param int $x abscissa of the scaling center. Default is current x position * @param int $y ordinate of the scaling center. Default is current y position * @access public * @since 2.1.000 (2008-01-07) * @see StartTransform(), StopTransform() */ function ScaleY($s_y, $x='', $y='') { $this->Scale(100, $s_y, $x, $y); } /** * Vertical and horizontal proportional Scaling. * @param float $s scaling factor for width and height as percent. 0 is not allowed. * @param int $x abscissa of the scaling center. Default is current x position * @param int $y ordinate of the scaling center. Default is current y position * @access public * @since 2.1.000 (2008-01-07) * @see StartTransform(), StopTransform() */ function ScaleXY($s, $x='', $y='') { $this->Scale($s, $s, $x, $y); } /** * Vertical and horizontal non-proportional Scaling. * @param float $s_x scaling factor for width as percent. 0 is not allowed. * @param float $s_y scaling factor for height as percent. 0 is not allowed. * @param int $x abscissa of....... Does anyone have a clue where crept to the side a broken? Thanks Lars 0 Quote Link to comment Share on other sites More sharing options...
lars.noack Posted March 2, 2010 Author Share Posted March 2, 2010 Hi. Problem is fixed. It was an error by uploading with the ftp-program. After new uploading the file the system shows all pdf-files. Lars 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.