Skip to content

Tafkadasoh/print-export-sketchplugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Print Export Plugin

With this plugin you can export one Artboard per PDF page for printing, or export all Artboards on one Sketch page to a PDF to share User flows or prototyping overviews.

You can choose to show Artboard names, shadows and prototyping links, export to a variety of standard paper sizes in landscape or portrait orientation, and even add bleed and crop marks.

Export options to export a Sketch document into a PDF

Installation

From a release (simplest)

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

From source

You'll need Xcode and Xcode Command Line Tools (xcode-select --install) installed.

  • Clone the repo
  • Install the dependencies with npm install

Usage

  1. Open the Sketch document you want to generate a PDF from
  2. Go to PluginsPrint Export
  3. Choose your options and press Export
  4. Choose a name for your PDF file and the location you want to save it and press Export

In the options dialog you can specify bleed and slug. Bleed is the area that's trimmed off the page after printing, while the slug is the area beyond the bleed that contains crop marks. If you don't want to include either of these in your export, enter 0. If you do want crop marks in your export, be sure to check the "Include crop marks option" and enter a 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 78.3%
  • JavaScript 21.6%
  • Ruby 0.1%