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/8fd51daef5971bd09ca2d1d2e86a0def to your computer and use it in GitHub Desktop.
Save arthurattwell/8fd51daef5971bd09ca2d1d2e86a0def to your computer and use it in GitHub Desktop.
CSS to remove crop marks when creating PDFs with PrinceXML
@charset "utf-8";
/* Remove crop marks */
@page {
marks: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment