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.
Here is what it should look like.
Solved! Go to Solution.
Hello @mcmagento_mcmagento,
After uploading logo here, https://www.screencast.com/t/3PWhgcSwlu1
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
Hello @mcmagento_mcmagento,
After uploading logo here, https://www.screencast.com/t/3PWhgcSwlu1
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