Services Plugins FAQs

Issue with Centering Images in PDF Conjurer

Hello everyone,
Please forgive me if my question is very simple. I have a lot of difficulty centering images in PDF Conjurer, especially when I don’t know the size of the image (for example, a logo that a client uploaded).

How do you solve this?

Hi @aloysiofranca,

Thank you for reaching out and apologies for the delayed response over the weekend! :pray:

No worries! Centering images in PDF Conjurer requires a manual approach. Here’s how you can do it:

:white_check_mark: How to Center an Image in PDF Conjurer

:one: Get the Page Width

  • Standard A4 page width in PDF Conjurer is 595 px (assuming a default unit of points).
  • If using a different page size, set a custom page width.

:two: Get the Image Width Dynamically

  • If the image is user-uploaded, you need to retrieve its width.
  • Use Bubble’s “Image Width” dynamic value or set a fixed width if unknown.

:three: Calculate the X Position for Centering

  • Use this formula to determine the starting X position
    Formula: X Position = (Page Width / 2) - (Image Width / 2).

:four: Use the Calculated X Value When Adding the Image

  • In the “Add Image” action, set the X position to the calculated value.
  • The Y position can be adjusted based on where you want the image placed.

Bonus Tip: Scaling Large Images

If the image size varies, you can resize it proportionally using Bubble’s Imgix processing (:resize) before adding it to the PDF.

This method ensures that the image is always centered, no matter its original size.

Looking forward to your feedback! :sparkles:

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

Thank you, @mina.rotari ! That was a great tip!

I noticed that PDF Conjurer had an update, and now the images no longer have a custom margin option. I will downgrade for a while, but only until I’m ready to launch my app.

Once again, thank you very much!

Hi @aloysiofranca
​
I’m thrilled to hear everything is running smoothly now! :raised_hands: It’s always a pleasure to help, and we truly appreciate having you as part of our community.

If you’ve been enjoying our plugins, we’d love to hear your thoughts! Your feedback not only makes our day but also helps others in the Bubble community discover the best tools for their projects.
​
Leaving a quick 5-star review takes just a minute and makes a world of difference. Simply head to the Plugins tab in the Bubble editor, search for the plugin, and rate it! :star2:

Want to help even more? Share your experience on:
:link: Zeroqode Reviews
:link: G2
:link: Clutch
:link: Trustpilot
​
Your support means everything to us and helps us continue building awesome products for you! :rocket:
​
Thanks a ton, and have an amazing week ahead! :pray:
​
Best regards,
Support Team
Browse all Zeroqode Plugins for Bubble
Banner_Last3

1 Like