Skip to content

Posts tagged "tutorial"

24 articles

Generate Print-Ready PDFs from Dynamic Pages

pdf tutorial automation

Challenges of PDF generation for SPAs and dynamic dashboards: automation steps before print, print CSS, wait strategies, and example payloads — with links to automation and page interaction features.

Julien Sobrier March 26, 2026 Read →

Save Screenshots to S3 Automatically

s3 integration tutorial

Wire the S3 or AWS S3 app to your account, craft path templates, pass apps= on each API call, and combine batches with automatic object storage delivery.

Julien Sobrier March 26, 2026 Read →

Screenshot Dynamic Pages After Click and Wait

automation dynamic-content tutorial

Capture SPAs, lazy sections, modals, and carousels by orchestrating click, wait, and scroll steps with deliberate delays. Learn how timing parameters interact with async rendering.

Julien Sobrier March 26, 2026 Read →

Screenshot API Webhook Integration Guide

webhook tutorial api

Configure HTTPS webhook endpoints, understand signed JSON payloads, implement an Express receiver, and learn retry semantics for async screenshot workflows.

Julien Sobrier March 24, 2026 Read →

Screenshot SERP Previews from Different Countries

seo geo-targeting tutorial

Search engine result pages are localized by design. Learn how to capture Google and Bing layouts from specific countries, monitor SERP appearance over time, and automate search-then-screenshot flows for SEO audits.

Julien Sobrier March 23, 2026 Read →

Automate Login Then Capture

authentication automation tutorial

A practical sequence for typing credentials, clicking through MFA-aware flows where possible, and capturing the post-login UI—with realistic limits for 2FA and CAPTCHA.

Julien Sobrier March 22, 2026 Read →

cURL Screenshot API Quickstart

curl tutorial api

Start with one cURL call, then add country, device, PDF, automation steps, jq helpers, and a polling loop — with links to the live API reference.

Julien Sobrier March 21, 2026 Read →

Java Screenshot API: End-to-End Example

java tutorial api

Use Java 11 HttpClient plus Gson to call ScreenshotCenter: create a screenshot, poll /screenshot/info, and stream /screenshot/thumbnail to disk.

Julien Sobrier March 19, 2026 Read →

Verify Country-Specific Cookie Banners with Screenshots

compliance geo-targeting tutorial

Cookie and consent UX is not universal. This guide explains how to automate geo-targeted screenshots to validate GDPR, CCPA, and APAC-style banners, including interaction steps for accept and reject flows across a batch of countries.

Julien Sobrier March 18, 2026 Read →

Screenshot Pages with Cookies

authentication cookies tutorial

Pass session cookies through the screenshot API to capture authenticated pages without replaying login flows. Learn cookie string format, security boundaries, and how this pairs with custom headers.

Julien Sobrier March 18, 2026 Read →

PHP Screenshot API: End-to-End Example

php tutorial api

A self-contained PHP 8+ script using cURL: create a screenshot job, poll /screenshot/info until it completes, then save the PNG from /screenshot/thumbnail.

Julien Sobrier March 17, 2026 Read →

Go Screenshot API: End-to-End Example

go tutorial api

Build a small Go program that requests a screenshot from ScreenshotCenter, polls until it finishes, downloads the PNG, and handles API errors — using only the standard library.

Julien Sobrier March 15, 2026 Read →

HTML to PDF API for Invoices and Reports

pdf tutorial api

Turn HTML invoice templates into paginated PDFs with controlled paper size, margins, headers, footers, and background graphics — plus cURL and JavaScript examples and a practical comparison with wkhtmltopdf and Puppeteer.

Julien Sobrier March 15, 2026 Read →

Capture Localized Pricing Pages from Any Country

geo-targeting ecommerce tutorial

Learn why SaaS and ecommerce pricing pages render differently per market, how to capture them from 80+ real browser locations with a country parameter, and how to run batch jobs that make regional price and tax comparisons trivial.

Julien Sobrier March 15, 2026 Read →

Screenshot Dashboards Behind SSO

authentication tutorial enterprise

Why SAML and OIDC flows break naive screenshot pipelines, how to drive real browser sessions with automation steps, and when session cookies are the faster path for enterprise dashboards.

Julien Sobrier March 15, 2026 Read →

JavaScript Screenshot API: End-to-End Example

tutorial javascript sdk

A complete JavaScript/Node.js tutorial covering installation, screenshots, PDF generation, automation steps, data extraction, and S3 delivery with the ScreenshotCenter SDK.

Julien Sobrier March 15, 2026 Read →

Python Screenshot API: End-to-End Example

tutorial python sdk

A complete Python tutorial covering installation, basic screenshots, PDF generation, automation steps, data extraction, and batch processing with the ScreenshotCenter SDK.

Julien Sobrier March 12, 2026 Read →

How to Build Client Reporting with Screenshots, PDFs, and Videos

tutorial reporting automation

Automate the production of client reports with screenshots, PDFs, and video recordings. Deliver to Google Drive, Slack, or S3 on a schedule.

Julien Sobrier March 8, 2026 Read →

How to Save Automated Screenshots to S3

tutorial integration s3

Configure the ScreenshotCenter S3 integration to deliver screenshots and PDFs directly to your AWS S3 or S3-compatible bucket. Includes path templates, IAM setup, and date-organized storage.

Julien Sobrier March 5, 2026 Read →

How to Capture Region-Specific Pages from 80+ Countries

tutorial geolocation countries

Use the screenshot API country routing parameter to capture localized content from any of 80+ countries. Verify pricing, translations, GDPR banners, and geo-targeted content.

Julien Sobrier February 27, 2026 Read →

How to Archive a Website with Visual Backups

tutorial archival backup

Set up automated visual website backups using the screenshot API. Capture every page as PNG and PDF, store in S3 or Google Drive, and maintain a timestamped archive.

Julien Sobrier February 19, 2026 Read →

How to Run Batch Website Screenshots at Scale

tutorial batch scale

Learn how to capture thousands of web pages in a single API call using batch screenshots. Covers CSV upload, capture options, progress tracking, and cloud delivery.

Julien Sobrier February 12, 2026 Read →

How to Screenshot Pages Behind Login with Cookies and Automation

tutorial authentication automation

Learn two approaches to capturing authenticated pages: injecting session cookies and using automation steps to fill login forms. Includes code examples in Python and JavaScript.

Julien Sobrier January 22, 2026 Read →

How to Capture a Website as PDF with an API

tutorial pdf api

Step-by-step guide to converting any web page into a print-ready PDF using the ScreenshotCenter API. Covers paper format, margins, headers, footers, and background graphics.

Julien Sobrier January 14, 2026 Read →