# High resolution print using p5 vs. Processing

**URL:** https://discourse.processing.org/t/high-resolution-print-using-p5-vs-processing/23782
**Category:** Coding Questions
**Created:** [September 10, 2020, 7:48pm UTC](https://discourse.processing.org/t/high-resolution-print-using-p5-vs-processing/23782 "2020-09-10T19:48:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![gjs](https://avatars.discourse-cdn.com/v4/letter/g/eada6e/32.png) [@gjs](https://discourse.processing.org/u/gjs)
#### Post date: [September 10, 2020, 7:48pm UTC](https://discourse.processing.org/t/high-resolution-print-using-p5-vs-processing/23782/1 "2020-09-10T19:48:14Z")

</div>

Casey Reas wrote a wonderful tutorial on printing [[https://processing.org/tutorials/print/](https://processing.org/tutorials/print/)] that detailed instructions on how to export high-resolution files in Processing. I would like to do the same with my p5-generated sketches and wonder if p5 offers a similar path. Alternatively, should I convert my p5 file to Processing and follow his approach? Thanks!

---

<div class="post-metadata">

### Author: ![moritzsalla](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/moritzsalla/32/10593_2.png) [@moritzsalla](https://discourse.processing.org/u/moritzsalla)
#### Post date: [September 14, 2020, 10:13pm UTC](https://discourse.processing.org/t/high-resolution-print-using-p5-vs-processing/23782/2 "2020-09-14T22:13:16Z")

</div>

Check out [https://github.com/zenozeng/p5.js-pdf](https://github.com/zenozeng/p5.js-pdf).

---

<div class="post-metadata">

### Author: ![gjs](https://avatars.discourse-cdn.com/v4/letter/g/eada6e/32.png) [@gjs](https://discourse.processing.org/u/gjs)
#### Post date: [September 15, 2020, 12:45am UTC](https://discourse.processing.org/t/high-resolution-print-using-p5-vs-processing/23782/3 "2020-09-15T00:45:25Z")

</div>

Thank you Moritz Salla!
