Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

I'm using PDF-Catalogue V1.55 and I'm trying to generate the catalog.pdf with a logo instead of the PDF-Title

 

define('PDF_LOGO','name_of_my_logo.jpg');

 

but with PDF_LOGO defined the script seems to send lots(!) of data to the browser (I stopped it when it reached a memory use of 1GB) and of course no catalog.pdf has been created... someone know's about that?

 

regards

Manne

Posted
I'm using PDF-Catalogue V1.55 and I'm trying to generate the catalog.pdf with a logo instead of the PDF-Title

 

define('PDF_LOGO','name_of_my_logo.jpg');

 

but with PDF_LOGO defined the script seems to send lots(!) of data to the browser (I stopped it when it reached a memory use of 1GB) and of course no catalog.pdf has been created... someone know's about that?

 

regards

Manne

 

 

OK, since no one had an idea (or wouldn't share it with me :'( ) I finally found some time to get into the problem on my own... if I used a logo in gif-format it worked

 

 

define('PDF_LOGO','name_of_my_logo.gif');

 

regards

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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.

×
×
  • Create New...