Skip to content

Quire PDF for Print-on-Demand #46

Answered by geealbers
chrisdaaz asked this question in Get Help
Discussion options

You must be logged in to vote

Hi @chrisdaaz. In the source/css/variable.scss file of your project's theme, there are a number of print/pdf-related variables exposed there including for the page width and height.

// Print/PDF stylesheet
// -----------------------------------------------------------------------------
$print-width: 8.5in;
$print-height: 11in;
$print-bleed: .125in;

$print-base-font-size: 8.5pt;
$print-text-color: $black;

$print-splash-color: $off-white;

$print-entry-image-color: $rich-black;
$print-entry-caption-color: $white;
$print-entry-image-display: all; // first | all

You'll find even more at the top of the source/css/print.scss file. Everything you need for adjusting the file to your liking for …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chrisdaaz
Comment options

Answer selected by Erin-Cecele
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants