Category: PDF Light Viewer Plugin

Home Knowledge Base PDF Light Viewer Plugin
Convert CMYK PDFs to RGB with GhostScript

The following command will convert the PDF. Useful for cases when colors are wrong after the import by PDF Light Viewer plugin: gs -dSAFER -dBATCH -dNOPAUSE -dNOCACHE -sDEVICE=pdfwrite -sColorConversionStrategy=CMYK -dProcessColorModel=/DeviceCMYK -sOutputFile=some.rgb.pdf some.pdf

How to position next and previous page arrows at the right and left edges of the book?

1. copy template file /wp-content/plugins/pdf-light-viewer/templates/shortcode-pdf-light-viewer.php to your current theme folder: 2. add html somewhere inside <div class=”pdf-light-viewer js-pdf-light-viewer”> tag inside template: <a href=”#!” title=”Previous” class=”pdf-light-viewer-previous-page js-pdf-light-viewer-previous-page”> <i class=”icons slicon-arrow-left”></i> </a> <a href=”#!” title=”Next” class=”pdf-light-viewer-next-page...

Simple Upload How To