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
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...