Glide HomepageOpen Glide

Getting Started

Quickstart
Agent
Intro to Layout
Intro to the Data Editor
Data to Layout
Intro to Actions
Intro to Workflows
App Settings
Templates

Essentials

Data Sources
Basic Columns
Components
Security and User Data
Users
Publishing and Sharing

Automation

Actions
Add Row
Compose Email
Compose Text Message
Copy to Clipboard
Delete Row
Dial Phone Number
Generate CSV
Go Back
Go to Tab
Increment value
Open Address on Map
Open Link
Print Screen to PDF
Record and Transcribe Voice
Reload Query
Scan Barcode or QR Code
Send Email
Set Column Values
Share Link
Show Detail Screen
Show Edit Screen
Show Form Screen
Show New Screen
Show Notification
Show User Profile Screen
Shuffle Order
Sign In
Trigger Workflow
Wait/Wait for Condition
Webhook
Zapier Action
AI
Computed Columns
Integrations
Workflows
View API Docs

Use Cases

Forms
Images in Glide
Conditions, Filtering, and Visibility
Duplicating Apps

Reference

Account
User Experience
Values
A new Glide, built for the AI age

A new Glide, built for the AI age.

The new Glide combines the power of generative AI with the visibility and control of spreadsheets and no-code.

  • Actions
  • Print Screen to PDF

Print Screen to PDF

Capture the current app screen as a PDF.

Don't see Print Screen to PDF?

Print Screen to PDF is available on Business and Enterprise plans. Browse our plans to find the right fit for you.

The Print Screen to PDF action captures the current screen of a Glide app and generates a PDF file from it. This is useful for creating printable records, reports, or snapshots of app screens on demand.

When the action runs, Glide captures the current screen and renders it as an A4-format PDF. The PDF generates asynchronously—the URL is available in the designated column immediately, and the PDF renders in the background. The action stores a temporary URL to the generated PDF in a designated column.

Adding and setting up Print Screen to PDF

The Print Screen to PDF action creates a temporary URL available for 1 hour. This URL is a link to the PDF that can be saved, printed, or shared. To configure the Action, you’ll need a column in the Data Editor to store this URL.

[BLANK] Each time the action runs, it uses...

Each time the action runs, it uses 1 update. The generated URL is temporary and expires after 1 hour. To save it beyond 1 hour, create an Upload File action to store the URL.

In the Data Editor

Create a column to store the temporary PDF URL before configuring the action.

  1. Open the Data Editor and select a table to store the URL.

  2. Add a new URL column. This holds the temporary link to the PDF file.

In the Layout Editor

  1. Select or add a Component that supports Actions, such as a Button.

  2. Open the Action configuration menu.

  3. Click + Add action and select Print Screen to PDF from the Communication category.

  4. Name the action.

  5. Choose an icon.

  6. Configure the Temporary file URL field by selecting the column created in the Data Editor. Glide writes the generated PDF URL to this column each time the action runs.

  7. Click away to exit the configuration.

In the Workflow Editor

[BLANK] Print Screen to PDF can only be triggered...

Print Screen to PDF can only be triggered by an App Interaction workflow. It will not be available for any other workflow trigger type.

  1. If you have not already, create a URL Column in the Data Editor to store the temporary link.

  2. Open the Workflow Editor and create a new workflow.

  3. Select App interaction as the trigger.

  4. Choose the table for the screen to capture.

  5. Click the + button to add a new step or update the default action.

  6. Select Print Screen to PDF from the Communication category.

  7. Configure the Temporary file URL field by selecting the column created in the Data Editor. This is where Glide writes the generated PDF URL when the workflow runs.

  8. Add any additional conditions or steps as needed. For example, add an Upload File step after Print Screen to PDF to save the file permanently before the URL expires.

  9. Name the workflow.

  10. Click away to exit the configuration.

Controlling component visibility in the PDF

Components on the screen include a Visible in PDF setting in the Options tab. This controls whether the component appears in the generated PDF.

The Visible in PDF dropdown has two options:

  • Always — The component appears in the PDF. This is the default for most components.

  • Never — The component is hidden from the PDF.

Some components are always hidden from the generated PDF regardless of this setting: Location, Audio, Audio Recorder, Barcode Scanner, and Spinner.

Interactive elements are automatically cleaned up in the PDF. Buttons, input placeholders, and other interactive UI elements are removed or simplified to produce a clean, print-ready document.

Frequently Asked Questions

Have a question about Print Screen to PDF? Ask the Glide community.
Need more help? Hire an Expert.

Updated more than a week ago

Previous

Open Link

Next

Record and Transcribe Voice

Was this article helpful?
Exit Preview Mode