Bubble Page to PDF - New Plugin from Zeroqode

Thanks for the reply. I was trying to add HTML code in the Footer Template but the code is not working as expected. I am attaching the pdf and the code below.
And also would love to know if it’s possible to have a meeting or something where you can guide me as I am new to this tool. Thanks

Discount:

Cash:

Credit:

Salesman:

Customer Sign:

Total Amount:

.footer { padding: 20px !important; font-family: Arial, sans-serif !important; } .center { margin-bottom: 20px !important; display: flex !important; justify-content: center !important; } .center > div { margin-right: 20px !important; } .center p { font-size: 15px !important; margin: 0 !important; } .bottom { display: flex !important; justify-content: space-between !important; } .left { flex: 1 !important; } .right { flex: 1 !important; text-align: right !important; } .bottom p { font-size: 15px !important; margin: 0 !important; } .footer-shape { width: 100% !important; height: 15px !important; background-color: #125b34 !important; border-top-left-radius: 10px !important; border-top-right-radius: 10px !important; }

(Attachment invoice-bill (20).pdf is missing)

Attaching Screenshot

Thank you! All understood and aware of the limitations. :+1:

1 Like

Hi @shuaibmj369

Thank you for your question! :blush:

To correctly set up your footer, please try using the following HTML and CSS code:

<div class="footer">  
  <div class="center">  
    <div>  
      <p>Discount: </p>  
    </div>  
    <div>  
      <p>Cash: </p>  
    </div>  
    <div>  
      <p>Credit: </p>  
    </div>  
  </div>  
  <div class="bottom">  
    <div class="left">  
      <p>Salesman:</p>  
      <p>Customer:</p>  
      <p>Sign:</p>  
    </div>  
    <div class="right">  
      <p>Total Amount:</p>  
    </div>  
  </div>  
  <div class="footer-shape"></div>  
</div>  

<style>  
  .footer {  
    padding: 20px !important;  
    font-family: Arial, sans-serif !important;  
  }  
  .center {  
    margin-bottom: 20px !important;  
    display: flex !important;  
    justify-content: center !important;  
  }  
  .center > div {  
    margin-right: 20px !important;  
  }  
  .center p {  
    font-size: 15px !important;  
    margin: 0 !important;  
  }  
  .bottom {  
    display: flex !important;  
    justify-content: space-between !important;  
  }  
  .left {  
    flex: 1 !important;  
  }  
  .right {  
    flex: 1 !important;  
    text-align: right !important;  
  }  
  .bottom p {  
    font-size: 15px !important;  
    margin: 0 !important;  
  }  
  .footer-shape {  
    width: 100% !important;  
    height: 15px !important;  
    background-color: #125b34 !important;  
    border-top-left-radius: 10px !important;  
    border-top-right-radius: 10px !important;  
  }  
</style>  

In addition, feel free to check out our Documentation for more details on advanced setup options.

If you’d like further assistance or guidance, while we don’t offer live meetings, you can always share any additional questions or challenges via email, and we’ll do our best to support you.

Looking forward to your reply! :pray:

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

Hi @shuaibmj369,

We wanted to follow up and see if you’ve had a chance to go over the steps we shared earlier. If the issue persists or if there’s anything else you’d like help with, please don’t hesitate to let us know.

We’re always here to assist and would be happy to help address any challenges you might be facing.

Looking forward to your reply! :pray:

Best regards,

Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi there,

Very sorry, but I need to double check on this. In your instructions you mention the "“PDF Merge” plugin. Can you clarify to which specific plugin you’re referring to? I assumed that there was a Zeroqode plugin by that name, but I can’t find one. Are you referring to the “PDF merger” by Nicholas Barrow?

Many thanks and Merry Christmas
Alex

Hi @AvG,

Thank you for your message, and wishing you a very Merry Christmas and Happy Holidays! :christmas_tree::blush:

You’re absolutely right. I can confirm that we’re referring to the “PDF Merger” plugin by Nicholas Barrow. It’s great to see that you’ve aligned the context and functionality correctly.

If you have any additional questions or if there’s anything further we can assist you with, please don’t hesitate to reach out.

Your feedback is always appreciated, and we are here to help! :raised_hands:

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

Hi @AvG ,

Just checking in to see if you’ve had a chance to review the message we shared earlier. If the issue is still unresolved or you need help with anything else, feel free to reach out—we’re here for you!

Let us know how we can assist further.

Looking forward to your reply!

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

No further questions at this point, but really appreciate your outstanding support!

Hi @AvG

Thank you for your kind words! :raised_hands:

If you ever need assistance or have more questions, feel free to reach out anytime—it’s always a pleasure to help! :blush:

If you’re enjoying our plugins, we’d love for you to leave a quick review. Simply head to the Plugins tab in the Bubble editor, search for the plugin, and rate it with the stars it deserves.

You can also share your experience on these platforms:

:link: Zeroqode Reviews
:link: G2
:link: Clutch
:link: Trustpilot

Your feedback means the world to us and helps inspire better products for the Bubble community.

Thanks again, and have an amazing week ahead! :pray:

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

hello @ZeroqodeSupport i had encounted a issue while using the plugin initially it was working fine but currently this error message comes appear can you guys assist me on this

Hi @shariksolution ,

Thank you for reaching out and for your recent purchase! :blush:

The message you’re seeing is the PDF file link from the Bubble File Manager. However, please note that earlier today, there was a bug affecting all PDF plugins on Bubble, which has now been resolved.

If you are still experiencing issues, we’d be happy to assist further. To help us understand and address the problem more effectively, could you please share the following details:

  • A detailed description of your use case.
  • Screenshots or screencasts showing how you’ve set up the workflow, the plugin element configuration, the issue you’re encountering, and what you were expecting instead. For screencasts, Loom is a great option.
  • The type of device and operating system version you’re testing on, as well as the version of the plugin you have installed.
  • If error messages appear, kindly open your browser console during the screencast and share a link to the recording.

Looking forward to your reply and helping you resolve this! :pray:

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

Hey everyone! :raised_hands:

We just wanted to drop by with a quick update regarding the Page to PDF plugin issue that some of you might experience today.
Given how widely this plugin is used, we’ve received several reports from Bubblers around the world facing problems with PDF generation, or failed to fetch errors.

It seems there was a technical hiccup on Bubble’s side a few hours ago, and since then, the PDF generation feature has stopped working.

Our team is currently investigating to determine if the issue stems from Bubble or the plugin’s service itself. In the meantime, we recommend keeping an eye on things for the next few hours, as sometimes these types of issues get resolved automatically on the server side without requiring any manual adjustments.

Please bear with us. :pray:

We’ve already escalated this to our development team, and it’s being treated as a Top Priority. :top:

We’ll keep you posted with any updates as soon as we have them.

Thank you so much for your patience and understanding — we appreciate your cooperation!
Wishing you all a smooth and productive day ahead. :hugs:

Best regards,

Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

1 Like

Thanks for the update. I’ve commented on another thread as didn’t see this one, so I’ll delete that comment and watch this thread :+1:

I have encountered a “TypeError: Failed to fetch” problem with my PDF plugin. What should I do to solve it?

Has this been fixed?

Hi guys - just checking when will this be up again. as we have alot of workflows relaying on this and user’s tickets are coming in. thanks :pray:t2:

Hi everyone,

Good news! :tada: The issue has been resolved — the server was temporarily down but is now fully restored.

Please give the Page to PDF plugin another try, and let us know if everything is working smoothly on your end.

We sincerely appreciate your patience and understanding throughout this process and apologize for any inconvenience this may have caused.

Wishing you all the best and a great day ahead! :pray:
Best regards,

Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi everyone, :raised_hands:

Here is a Quick Update:

To prevent similar issues in the future, we’ve implemented a backup mechanism that automatically redirects requests to a secondary server if the main server encounters any errors. Additionally, we’ve optimized the client request flow to reduce the risk of overloading and ensure a smoother experience for everyone.

We’re always striving to improve our plugins to ensure they are more reliable and efficient. :rocket:

If you’ve had a positive experience with our plugin and support, we’d greatly appreciate it if you could take a moment to leave a review. You can do so directly from the plugin tab in your Bubble editor or by visiting this link: https://zeroqode.com/review.

Your feedback means a lot to us and is incredibly valuable to the entire Bubble community.

Wishing you an amazing week ahead! :raised_hands:

Best regards,

Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

Hi @shariksolution,

We wanted to follow up regarding the issue you mentioned with the Page to PDF plugin.

Good news — the issue has been resolved! :tada: The server downtime that caused the problem has been fully restored.

Please try using the plugin again, and let us know if everything is now working smoothly on your end.

For additional updates and details about this issue, you can refer to these threads:
:link: Zeroqode Forum Thread
:link: Bubble Forum Thread

We sincerely appreciate your patience and understanding and apologize for any inconvenience caused.

Thank you again for your cooperation. Wishing you a wonderful day! :pray:

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