cancel
Showing results for 
Search instead for 
Did you mean: 

PDF Invoice Logo Color

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

PDF Invoice Logo Color

Hey Guys,

 

I have been looking around and trying to find another person having the same problem as me but I can't seem to find anyone. I am having a problem with the color of the logo only on the PDF invoices. It looks as if it is inverted. I have re-uploaded the image for the PDF but still no difference. I am at a lose for were to start. My custom theme does not have any Magento_Salse overrides. Here is what it looks like.

Screen Shot 2018-09-25 at 10.21.44 AM.png

Here is what it should look like.

Screen Shot 2018-09-25 at 10.26.34 AM.png  

1 ACCEPTED SOLUTION

Accepted Solutions

Re: PDF Invoice Logo Color

Hello @mcmagento_mcmagento,

 

After uploading logo here, https://www.screencast.com/t/3PWhgcSwlu1

2018-09-26_10-30-13.jpg

Please run below command in magento root directory and try to generate new pdf

rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ var/generation/ var/page_cache/ var/view_preprocessed/ var/composer_home generated/
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento cache:clean

--
If my answer is useful, please Accept as Solution & give Kudos

View solution in original post

1 REPLY 1

Re: PDF Invoice Logo Color

Hello @mcmagento_mcmagento,

 

After uploading logo here, https://www.screencast.com/t/3PWhgcSwlu1

2018-09-26_10-30-13.jpg

Please run below command in magento root directory and try to generate new pdf

rm -rf pub/static/frontend/* pub/static/adminhtml/* var/cache/ var/generation/ var/page_cache/ var/view_preprocessed/ var/composer_home generated/
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
php bin/magento cache:clean

--
If my answer is useful, please Accept as Solution & give Kudos