Are the generated PDFs accessible? Do they feature proper tag structures, alt text, and headings, in compliance with PDF/UA standards? With the recent DOJ Rule on accessibility, this has become a vital concern for numerous organizations.
Founder Team
togedir
Oct 28, 2025
A: Sorry for the late response 👋
Yes—MarkupGo now exposes a pdfUA option (“Enable PDF for Universal Access for optimal accessibility”). It’s off by default; you can enable it in the PDF options when generating from URL/HTML/Template/Markdown.
Important clarifications • Enabling pdfUA improves structure for accessibility, but we do not guarantee full, audited PDF/UA compliance yet (e.g., DOJ...
Q: Can I use a Midjourney image as full-screen bg in Markupgo and overlay with my own Mojomox fonts?
Hi, I have a hero image I generated in Midjourney and I’ve purchased a couple of Mojomox fonts (they’re not on Google Fonts).
I’d like to use Markupgo to: 1. Set the Midjourney file as a full-screen background, and 2. Overlay text in my Mojomox fonts.
Is there a simple way to upload both the image and the custom font files inside Markupgo’s editor, or do I need to inject CSS manually? If so, how?
Any step-by-step pointers would be awesome—thanks!
Founder Team
togedir
Oct 22, 2025
A: Hi jamooret 👋
Yes—you can do both: 1. Full-screen Midjourney background • Host the image on your own storage (public URL). • In the template editor, use the Style tab to set it as a full-bleed background (e.g., background-image, background-size: cover, background-position: center). • Optionally pass the image URL as a template variable so you can swap it per render. 2. Mojomox custom...
Hello, I've reached out to support multiple times since June. I am wanting to get the custom domain add-on. Please could you reply to my email or tell me how I go about getting this added to my account? Thanks
Founder Team
togedir
Oct 14, 2025
A: Hi hello1035 👋
We’ve just replied to your email with the details and setup instructions for the Custom Domain add-on. Please check your inbox (and spam just in case).
Is it possible to use our PDF as a template and then "stamp" certain details on it? For example, if we want to sell an ebook (which would be the "template") and add certain details to it (unique to the buyer) with your software. Is this possible?
Also, do we have to upload the templates to your website or do they stay on our server? Thanks
Founder Team
togedir
Oct 14, 2025
A: Sorry for the late response 👋
Yes — you can definitely achieve that workflow with MarkupGo. You can treat your existing PDF (like your ebook) as a background template and dynamically stamp buyer-specific details such as name, date, or license ID using HTML-to-PDF generation.
Here’s how it works: • Convert your static PDF into an image or background layer (for example, by embedding it as a...
+1 for this too. I’m keep to be able to stamp buyer details into a pdf and protect it. My use case is if someone purchases a product using PayPal can the PayPal transaction ID and users email address be “stamped” in the footer of each page, and then have the pdf secured with password or some other way to discourage distribution of the pdf by a buyer? Thanks
Q: Image URL Automation: Caching and Synchronization Strategy for an AI Agent with Google Sheets.
Could I use this method (batch-generating MarkupGo transformation URLs from a spreadsheet) so an AI agent can load and serve over 100 image references automatically—for example, the agent looks up reference C001 and returns the corresponding optimized URL—and what limitations or adjustments should I consider (authentication, rate limits, Google Drive permissions, handling formats/sizes, and keeping the sheet synced with the agent)?
Founder Team
togedir
Oct 14, 2025
A: Sorry for the late response 👋
Yes — you can automate this setup in two ways: 1. Using Magic Template URL You can create a Magic Template URL for each image or PDF and store it directly in your Google Sheet (for example, one per reference like C001). Your AI agent can then read and serve those URLs instantly. • Pros: no authentication needed, very fast, ideal for reusable or cached outputs. •...
Q: Accessibility?
Are the generated PDFs accessible? Do they feature proper tag structures, alt text, and headings, in compliance with PDF/UA standards? With the recent DOJ Rule on accessibility, this has become a vital concern for numerous organizations.
togedir
Oct 28, 2025A: Sorry for the late response 👋
Yes—MarkupGo now exposes a pdfUA option (“Enable PDF for Universal Access for optimal accessibility”). It’s off by default; you can enable it in the PDF options when generating from URL/HTML/Template/Markdown.
Important clarifications
• Enabling pdfUA improves structure for accessibility, but we do not guarantee full, audited PDF/UA compliance yet (e.g., DOJ...
Share MarkupGo
Q: Can I use a Midjourney image as full-screen bg in Markupgo and overlay with my own Mojomox fonts?
Hi,
I have a hero image I generated in Midjourney and I’ve purchased a couple of Mojomox fonts (they’re not on Google Fonts).
I’d like to use Markupgo to:
1. Set the Midjourney file as a full-screen background, and
2. Overlay text in my Mojomox fonts.
Is there a simple way to upload both the image and the custom font files inside Markupgo’s editor, or do I need to inject CSS manually? If so, how?
Any step-by-step pointers would be awesome—thanks!
togedir
Oct 22, 2025A: Hi jamooret 👋
Yes—you can do both:
1. Full-screen Midjourney background
• Host the image on your own storage (public URL).
• In the template editor, use the Style tab to set it as a full-bleed background (e.g., background-image, background-size: cover, background-position: center).
• Optionally pass the image URL as a template variable so you can swap it per render.
2. Mojomox custom...
Share MarkupGo
Q: Custom Domain add-on
Hello, I've reached out to support multiple times since June. I am wanting to get the custom domain add-on. Please could you reply to my email or tell me how I go about getting this added to my account? Thanks
togedir
Oct 14, 2025A: Hi hello1035 👋
We’ve just replied to your email with the details and setup instructions for the Custom Domain add-on. Please check your inbox (and spam just in case).
Share MarkupGo
Verified purchaser
Awesome, thanks for the quick reply!
Q: PDF stamping
Hi,
Is it possible to use our PDF as a template and then "stamp" certain details on it?
For example, if we want to sell an ebook (which would be the "template") and add certain details to it (unique to the buyer) with your software. Is this possible?
Also, do we have to upload the templates to your website or do they stay on our server? Thanks
togedir
Oct 14, 2025A: Sorry for the late response 👋
Yes — you can definitely achieve that workflow with MarkupGo. You can treat your existing PDF (like your ebook) as a background template and dynamically stamp buyer-specific details such as name, date, or license ID using HTML-to-PDF generation.
Here’s how it works:
• Convert your static PDF into an image or background layer (for example, by embedding it as a...
Share MarkupGo
+1 for this too. I’m keep to be able to stamp buyer details into a pdf and protect it.
My use case is if someone purchases a product using PayPal can the PayPal transaction ID and users email address be “stamped” in the footer of each page, and then have the pdf secured with password or some other way to discourage distribution of the pdf by a buyer? Thanks
Q: Image URL Automation: Caching and Synchronization Strategy for an AI Agent with Google Sheets.
Could I use this method (batch-generating MarkupGo transformation URLs from a spreadsheet) so an AI agent can load and serve over 100 image references automatically—for example, the agent looks up reference C001 and returns the corresponding optimized URL—and what limitations or adjustments should I consider (authentication, rate limits, Google Drive permissions, handling formats/sizes, and keeping the sheet synced with the agent)?
togedir
Oct 14, 2025A: Sorry for the late response 👋
Yes — you can automate this setup in two ways:
1. Using Magic Template URL
You can create a Magic Template URL for each image or PDF and store it directly in your Google Sheet (for example, one per reference like C001). Your AI agent can then read and serve those URLs instantly.
• Pros: no authentication needed, very fast, ideal for reusable or cached outputs.
•...
Share MarkupGo