Skip to content

Instantly share code, notes, and snippets.

@arthurattwell
Created October 15, 2016 13:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurattwell/8f6215f2b282aff1b71ebfa8d8173751 to your computer and use it in GitHub Desktop.
Save arthurattwell/8f6215f2b282aff1b71ebfa8d8173751 to your computer and use it in GitHub Desktop.
CSS to remove bleed when creating PDFs with PrinceXML
@charset "utf-8";
/* Remove bleed */
@page {
prince-bleed: 0 !important;
prince-trim: 0 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment