Services Plugins FAQs

PDF Conjurer File Name Problem

I have a website I built for my construction company. I’m adding in the ability to send our bid to the customer from our website. I’m using the PDF Conjurer plugin. I have it set to title the pdf as " Contractor name - Job Name" based on whatever we named it on my website. (it pulls the info from two different inputs and combines them to make the title of the pdf)

Here’s the issue, when it shows up with the email that is sent, the title of the pdf file is “contractor%20name%20-%20-Job%20Name%20.PDF”

Basically it puts “%20” in between every word. I’m wondering why it’s doing this and if it can be fixed so it just has a normal clean looking title

Hi @Ian.L ,

Thank you for reaching out!

We’ve actually addressed your question in detail on the forum thread here: PDF Conjurer File Name Problem. Feel free to check it out for a comprehensive explanation and visual examples.

To summarize the key points:

  • The %20 in your file name is due to standard URL encoding for spaces. This ensures file names are web-compatible when generated by Bubble’s file manager.
  • To fix this and display a clean file name in your email, you can use the :find and replace operator to replace %20 with a single space.

How to Do It:

  1. Use the dynamic expression:
    PDFModel A’s Saved PDF’s URL:find and replace.
  2. Set the “Find” value to %20 and the “Replace” value to a single space (" ").

This simple step will clean up the file name and make it appear professional when attached to your email.

Let us know if you need further guidance or have additional questions!

Wishing you a Happy New Year in advance! :tada::sparkles:

Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3