# Configuring URL box

**URL:** https://community.glideapps.com/t/configuring-url-box/69518
**Category:** Ask for Help
**Created:** [January 12, 2024, 7:01pm UTC](https://community.glideapps.com/t/configuring-url-box/69518 "2024-01-12T19:01:39Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 12, 2024, 7:01pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/1 "2024-01-12T19:01:39Z")

</div>

Hello:

Today I integrated my URL box plan with GLIDE. All good as explained in the documentation. However, I need URLBox to convert a LINK of my app into a pdf, a variable of course for each user. But it asks me for parameters that I don’t understand, HTML, CSS, etc. I also need it to print the entire page, which is long at the bottom, it represents approximately 5 to 6 pages of a PDF document. How can I correctly configure this action?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 12, 2024, 7:09pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/2 "2024-01-12T19:09:42Z")

</div>

> [@JL\_AV](#):
>
> to convert a LINK of my app into a pdf

I’m not sure what you mean by this.

The PDF is created from HTML (and CSS if your HTML needs any CSS styling). You have to build the HTML code yourself.

> **[urlbox | Glide Docs](https://www.glideapps.com/docs/automation/integrations/urlbox)**
>
> Render URLs and HTML into images.

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 12, 2024, 7:26pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/3 "2024-01-12T19:26:49Z")

</div>

Thanks Jeff, yes I understand, I was afraid of that, I thought that configuring all the parameters in urlbox was enough. But I must create the document in html. Thanks for your answer.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 13, 2024, 12:24am UTC](https://community.glideapps.com/t/configuring-url-box/69518/4 "2024-01-13T00:24:03Z")

</div>

You might be able to test out Screenshot API solutions. I did this before, but it’s not straightforward. I have to keep my app as optional sign-in, and give the public URL to the API, but it does work if you are willing to test a bit on the height needed for the screenshot.

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 14, 2024, 3:55pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/5 "2024-01-14T15:55:43Z")

</div>

Thanks ThinhDinh for your advice. I’ll try the API

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 14, 2024, 11:35pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/6 "2024-01-14T23:35:40Z")

</div>

> **[HD Website Screenshot API | ScreenshotAPI.net](https://www.screenshotapi.net/)**
>
> Capture HD screenshots for any website in seconds with Screenshot API. We support webp, jpeg, pdf, and more rendered on real Chrome browsers.

I used this one for a project last year, you can try to see if it fits your need.

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 15, 2024, 1:23pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/7 "2024-01-15T13:23:54Z")

</div>

Thanks again, RhinDinh. I am building an app for my colleagues, which consists of creating a technical report. I am already solving the way to build this report for users thanks to GLIDE. But the success of my app depends on the data being converted into a PDF report with a variety of formats. I tried with pdf monkey, with url box with docs sprint, but they all end in the same thing, I must create the html document to convert it into pdf, there I am left without resources, because I really don’t know anything about code, I don’t have the experience or the skills. It occurred to me that something very creative was to synchronize my table with an AirTable table that in turn synchronizes with WordPress, because there I can create a template post to my liking, but all that flow is expensive and the synchronization is slow and unstable. For me the real deal would be to find a no-code PDF builder, where I can clearly identify how to link the texts and images of the Glide content. I thank you again for this option, but when I see code I already paralyze, jeje . Thank you

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 15, 2024, 1:41pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/8 "2024-01-15T13:41:04Z")

</div>

I don’t know much about code, but I do know a little about business, so I’m going to concentrate on finishing my app, before investing in more PDF format solutions. I’m going to check the idea, and let the users validate the solution, and if so, it would be economically viable to invest in a solution to print the reports with many alternatives.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 15, 2024, 11:34pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/9 "2024-01-15T23:34:31Z")

</div>

Have you tried DocsAutomator?

> [@Turn Your Glide Data Into PDFs (native DocsAutomator integration)](https://community.glideapps.com/t/turn-your-glide-data-into-pdfs-native-docsautomator-integration/59849/):
>
> Hey Gliders! wave My name is Rupert, and I’m the founder of [DocsAutomator](https://docsautomator.co/). It’s a powerful document creation tool that I hope will help a lot of you, and I’m thrilled to introduce our native integration with Glide. video_camera To showcase the DocsAutomator integration in action, I’ve recorded a demo you’ll find below. I’d be grateful if you could take a few minutes to check it out and share your thoughts and feedback. bulb Your insights will help me continuously improve DocsAutomator an…

---

<div class="post-metadata">

### Author: ![Rupert](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rupert/32/44178_2.png) [@Rupert](https://community.glideapps.com/u/Rupert)
#### Post date: [January 16, 2024, 8:24am UTC](https://community.glideapps.com/t/configuring-url-box/69518/10 "2024-01-16T08:24:15Z")

</div>

Thanks for tagging @ThinhDinh! 🙏

@JL_AV I’m the founder of DocsAutomator. Let me know if I can help in any way 🙂

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 16, 2024, 10:16pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/11 "2024-01-16T22:16:37Z")

</div>

Rupert, nice to meet you, thanks for your message. To be super practical, I need to create these PDFs, is it possible to do it with docs automator, in the simplest way and without code possible?

> **[1529 - SAN FRANCISCO 1138 - SANTIAGO.pdf](https://drive.google.com/file/d/1wgUsRb_VOix4kGngwEl1saXW1C_f5mHi/view?usp=sharing)**
>
> Google Drive file.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 16, 2024, 11:43pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/12 "2024-01-16T23:43:16Z")

</div>

How many of those would be variables from the app? That looks big, but as long as you can name variables and put them into a template, I believe that can work.

---

<div class="post-metadata">

### Author: ![Rupert](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rupert/32/44178_2.png) [@Rupert](https://community.glideapps.com/u/Rupert)
#### Post date: [January 17, 2024, 9:25am UTC](https://community.glideapps.com/t/configuring-url-box/69518/13 "2024-01-17T09:25:08Z")

</div>

Thanks, @JL_AV

As @ThinhDinh said, it’s doable but creating that template in Google Docs will of course take a bit of time. Also please note that PDF export is limited to 10MB currently, so you’ll have to make sure that the added images are properly compressed / optimized.

Let me know if you need some help with this 🙂

---

<div class="post-metadata">

### Author: ![JL\_AV](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jl_av/32/64638_2.png) [@JL\_AV](https://community.glideapps.com/u/JL_AV)
#### Post date: [January 17, 2024, 12:02pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/14 "2024-01-17T12:02:13Z")

</div>

Thanks for your time @ThinhDinh and @Rupert, I’m going to create a template to use with docs automator and I’ll tell you how it turns out,

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [January 24, 2024, 12:03pm UTC](https://community.glideapps.com/t/configuring-url-box/69518/15 "2024-01-24T12:03:10Z")

</div>

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
