Author: support

Convert CMYK PDFs to RGB with GhostScript 0

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? 0

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

GhostScript Installation 0

GhostScript Installation

GhostScript is a server software. It’s a library to work with PDF files. Usually you want to install it on the server where you host your WordPress.

Get your server php info ( phpinfo() ) 0

Get your server php info ( phpinfo() )

The easiest way to check your server php info is to install the WordPress plugin. For example it could be WordPress phpinfo() plugin. Alternatively you can follow the instructions in the WordPress’ Knowledge Base – Finding Server...

ImageMagick Installation 0

ImageMagick Installation

ImageMagick is a server software. It’s a library to work with images. Usually you want to install it on the server where you host your WordPress.