# Is it possible to construct PDFs by merging many PGraphics?

**URL:** https://discourse.processing.org/t/is-it-possible-to-construct-pdfs-by-merging-many-pgraphics/2522
**Category:** Processing
**Created:** [August 10, 2018, 2:25am UTC](https://discourse.processing.org/t/is-it-possible-to-construct-pdfs-by-merging-many-pgraphics/2522 "2018-08-10T02:25:35Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![Kevin](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/kevin/32/2297_2.png) [@Kevin](https://discourse.processing.org/u/Kevin)
#### Post date: [August 10, 2018, 6:28pm UTC](https://discourse.processing.org/t/is-it-possible-to-construct-pdfs-by-merging-many-pgraphics/2522/4 "2018-08-10T18:28:28Z")

</div>

Then sure, that’s possible.

```auto
image(graphicsOne, 0, 0);
image(graphicsTwo, 0, 0);

```

Can you please post a simplified example that shows what you’re trying to do? See this guide for more info:

> [@Guidelines—Asking Questions](https://discourse.processing.org/t/guidelines-tips-on-asking-questions/2147):
>
> Summary (TL;DR) Ask complete questions to get better answers! Be specific. For example: I want to load an image. I tried using createImg() , and I expected the image to be on canvas, but what happened instead was the image showing up below the canvas. Isolate your problem and work in small steps. Share only the code directly related to your problem if it is part of a bigger project, and if something isn’t working, try the smallest code that could do the thing you want. Can we run your code to …

---

_[View the full topic](https://discourse.processing.org/t/is-it-possible-to-construct-pdfs-by-merging-many-pgraphics/2522)._
