Skip to content

Instantly share code, notes, and snippets.

View callumtempest's full-sized avatar

Callum Tempest callumtempest

View GitHub Profile
@callumtempest
callumtempest / Using-pdf-lib-in-Google-Apps-Script.md
Last active April 16, 2025 16:32 — forked from tanaikech/submit.md
Embedding Objects in PDF using Google Apps Script

Embedding Objects in PDF using Google Apps Script

This is a sample script for embedding the objects in PDF using Google Apps Script.

Recently, I had a situation where it is required to manage PDFs using Google Apps Script. At that time, I had a situation where it is required to embed objects of texts and images in PDF using Google Apps Script. So, I created the following Class with Google Apps Script. When this Class is used, the objects of texts and images can embed in PDF.

Class EmbedObjects