Jump to content

PDF not visible


lars.noack

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated