Print Poster from PDF

Upload a large PDF or image and split it into printable tiles. Print on your home printer and assemble into a wall-sized poster.

กรุณารอสักครู่ กำลังโหลด...
Poster Settings
ตัวอย่าง
Assembled poster size: 84 × 89 cm

How to print a poster at home from a PDF?

  1. Upload your large PDF or image file.
  2. Select your paper size (A4, Letter, A3) and orientation.
  3. Adjust the grid to control how many pages your poster will span.
  4. Preview the tiling with the real-world size reference and click "Start".
  5. Download your multi-page PDF and print it on your home printer.
ภาพพื้นหลังของโฟลเดอร์

Print Wall Posters at Home
Free online poster maker - no software required

Turn Any File into a Wall Poster

Upload a single-page PDF, a photo, or any image and transform it into a large-format poster. PDF2Go tiles your file across multiple standard-sized pages that you can print on any home or office printer. This tool takes one large page and divides it into a grid of printable tiles - ready to assemble into a poster. If you need to separate a multi-page PDF into individual files, use our [Split PDF tool](/split-pdf) instead.

Print on Any Paper Size

Choose your output page size - A4, US Letter, A3, Legal, or define custom dimensions. PDF2Go automatically defaults to the standard paper size in your country so you can start printing immediately. Select portrait or landscape orientation for each tile to make the best use of your paper.

Flexible Grid Layout

Control exactly how many pages your poster will span. The default grid produces approximately 12 tiles - ideal for a large wall poster from standard paper. Adjust the grid to create anything from a 2x2 small print to a full wall mural. The preview instantly updates to show how your image is divided across the tiles.

Real-World Size Preview

See exactly how large your finished poster will be before you print. The live preview displays your tiled poster next to a standard door (2 m / 80 in) for instant size reference. No guesswork - you know the final assembled dimensions before printing a single page.

Secure and Free

Your files are processed using encrypted connections (TLS) and automatically deleted after processing. No registration required for basic use. Works entirely in your browser - no software to install. Compatible with Windows, Mac, Linux, and mobile devices.

คำถามที่พบบ่อย

"Split PDF" separates a multi-page document into individual page files. "Print Poster" takes a single large page or image and tiles it across multiple smaller pages so you can print and assemble it as a poster. They solve completely different problems.

Choose the paper your printer uses. Most home printers use A4 (Europe, Asia) or US Letter (North America). PDF2Go automatically detects your region and sets the correct default.

PDF (single-page, any size), JPG, PNG, TIFF, BMP, WebP, and SVG. For best results, use a source file with at least 150 DPI at the final assembled poster size.

Yes. Upload your photo directly from your phone. PDF2Go works on all devices - iPhone, Android, tablet, or desktop. Download the tiled PDF and print at home or send to a print shop.

There is no hard limit on grid size. You can set up to 50 columns and 50 rows. The preview with the door reference shows you exactly how large your finished poster will be before printing.

Print all pages, trim the white margins if needed, and tape or glue the tiles together following the grid order (left to right, top to bottom). For best results, overlap edges slightly and use a straight edge when cutting.

Quality depends on your source file resolution. A high-resolution image or vector PDF will produce sharp results at any size. For photos, aim for at least 150 DPI at the final assembled poster dimensions.

Developer API

Automate Poster Tiling via API

Integrate PDF poster tiling into your application with the Online-Convert API. Use `split_page_x` and `split_page_y` to tile PDF pages programmatically.

Example API Call

{
                                "input": [{
                                    "type": "remote",
                                    "source": "https://example.com/poster.pdf"
                                }],
                                "conversion": [{
                                    "category": "document",
                                    "target": "pdf",
                                    "options": {
                                    "split_page_x": 4,
                                    "split_page_y": 3,
                                    "page_size": "a4",
                                    "orientation": "landscape",
                                    "allow_multiple_outputs": false
                                    }
                                }]
                            }