Skip to content

mathieudutour/print-export-sketchplugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Print Export Plugin

Exports artboards to a CMYK PDF which can then be printed. Each page in the PDF document can contain all the artboards in a page or just one artboard.

Installation

From a release (simplest)

  • Download the latest release of the plugin
  • Double-click the .zip file to extract the plugin
  • Double-click print-export.sketchplugin to install the plugin

From source

  • Install Xcode
  • Install Xcode command line tools with xcode-select --install
  • Clone the repo
  • Install the dependencies with npm install

Usage

  • Open the Sketch file you want to generate a PDF from and then go to Plugins > Print Export.
  • Specify your options and press Export
  • Then specify a filename and location of the PDF file and press Export

In the options dialog you can specify bleed and slug. Bleed is the area beyond the trimmed page while slug is the area beyond the bleed which contains the crop marks. If you don't want to include either you can enter 0. If you want the crop marks to show up, you will need to enter value greater than 0 for the slug. The size of the page specified is the size of the trimmed area.

About

Exports a PDF for printing

Resources

License

Code of conduct

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages

  • Objective-C 76.3%
  • JavaScript 23.6%
  • Ruby 0.1%