Print Pro Plugin by Zeroqode

Hi, @ksaitow1!

As far as I can see from your screenshots, the popup appears which means that the settings are set to “ON”.
image

If the settings were set to “Off” you wouldn’t see this popup but sow a Print preview.

image


image

Please, check the settings carefully once again and give it another try! Hope this helps!

Best,
Zeroqode Team

Hi @ZeroqodeSupport,

I checked my settings again and “block pop up” is definitely off (see screenshot). I also closed Safari and cleared the cache. Same result. What version of iOS are you on (I am on 14.2.1)?

If you send me an email address, I can forward the email that includes a button that initiates this process on my bubble app - perhaps you can try using the app and see if you get the same result. Then we can further narrow in on the issue.

Really appreciate all of the help.

Ken

@ksaitow1, we checked on iOS 14.2 . Yes, sure, no problem, here is e-mail: support@zeroqode.com .

Great… email is on the way!

1 Like

Hey guys - this looks like something I’ve been looking for…

I’d need something that could be used for the following:

A) To generate a receipt in PDF-format after successful purchases (that will be emailed to the customer)

B) Generates an image (.jpg or .png) out of a group including dynamic inputs (like pictures, texts, etc.), which also can be downloaded by the user.

Is the plugin able to handle these tasks @ZeroqodeSupport?
Looking forward to your reply - thanks for your support.
//Jonas

Hello, @vonhertzen.jonas.
Thanks for reaching out, and please accept my apologies for the late reply :pray:

A) - you can try our Bubble Page to PDF plugin for this case:

B) - you can take a look at our Anything to Image plugin:

The Print Pro plugin does not allow saving the PDF file into the Bubble database and, as a result, you can’t send a PDF file to your client via email using this plugin, unfortunately. It does not allow generating image files from page elements.
But it does a great quality PDF document ready to be printed.

I hope it helps.
Feel free to ask more questions when you need.

Regards,
Zeroqode Team

I’m having similar issues in that I can’t get dynamic data to print. Here is how the page looks on the screen.

When it prints, though…

Only the non-dynamic button text prints. Any suggestions?

I’ve made your agency a collaborator on my site. Thanks!

Hello, @rick4 . Thanks for reaching out.
Apologies for the late reply. :pray:

I’ve just previewed your print page and it’s a bit confusing because it is blank. I’ve tried running as different DB users or checking the visibility conditions of the page content - no luck. Can you please advise how can I reproduce the case you’ve faced on the print page?

Thanks.
Zeroqode Team

Thank you for looking. You need to hit a hidden button on schedule_test to make it work (sorry – got frustrated and just hid everything to wait out a reply).

Try going to: https://vsafely.com/version-test/print_page?debug_mode=true&session=1616113894733x777233833138585600

That should have enough data on there to give you an idea of what’s going on.

Thanks!

Rick

1 Like

@rick4 ,

Thanks for the details. I’ve created a test page in your app (zq) where I tried to run the plugin’s action after clicking the button, not on the page load, plus converting only one cell of your repeating group - it seems to work perfectly:

I suppose the plugin can’t convert big repeating groups without the quality/dynamic data and other issues fastly. Adding pauses before the next action won’t help here too (I’ve tested it).

I will ask my colleagues about this moment (the plugin can not convert nicely RG with a lot of data at once), perhaps we can find a solution or fix for it. Meanwhile, I can recommend you using my method - convert one RG cell per user/try.

P.S.: I hope you don’t mind if we will use the test page for the issue investigation process. I promise not touching any other pages, except the test page I’ve created. :slightly_smiling_face:

Regards,
Zeroqode Team

@rick4 ,

We have done an additional investigation of your case and it revealed that the issue is not in the plugin, but in the setup you have. We recommend you place the image file behind the other elements you have in the repeating group, this way:
image

In this case, the image element and dynamic data will be present on the result PDF page with no issue. The only thing you need to adjust here - is the position of the dynamic (text) elements inside the repeating group.

Hope it helps.
Zeroqode Team

Absolutely! We’re much closer now. Can you help me figure out how to not have the dynamic text drift from page to page? It looks fine on the webpage, but when you print, the dynamic text fields drift up and up more with each page:

Page 2 webpage:

Page 2 Print:

It just gets worse from page to page. Actually - any guidance you can give on how to format the webpage so it will print correctly would be appreciated.

@rick4 ,

I’m afraid, I can not provide any suggestions on this matter. The easiest way here seems to be - simply recreate a repeating group from the image you have. It should be more responsive and accurate for printing with dynamic values.

Regards,
Zeroqode Team

Hey! :slightly_smiling_face:

We have updated the Print Pro demo page! Hope you will like it:
https://zeroqode-demo-10.bubbleapps.io/print-pro

Cheers! :tada:
Zeroqode Support Team

1 Like

Hi @ZeroqodeSupport

I need to print a RG of 3 cols, 11 rows/page on an A4 page. It contains both text and images.

The RG is exactly aligned to match the 3 by 11 stickers on the printing paper. My RG is of course >11 rows and I want to print all pages at once, each 11 rows being the exact same place on all pages, not cutting up a line like this where stuff below the orange line is part of what should be on the next page.

Screenshot 2022-01-21 at 17.11.18

Can this plugin do this?

I can accept to go via generating a PDF, if using this works: Bubble Page to PDF converter Plugin | Bubble

Best, Peter

Hello, @philledille, thanks for reaching out.
Please accept our sincere apologies for the late reply due to the weekend. :pray:

Both plugins are great and help you achieve your result.
Print Pro Plugin, first allows you to preview your page and customize its layout, and after you can either print it or convert it to pdf. On the other hand Bubble Page to PDF converter Plugin is also a great plugin, instantly converts your page or element to a pdf file and saves it. After that, you can open this saved file and print it.

It’s up to you what plugin to choose. We can suggest you, first of all, take a subscription for these plugins and test them inside your app. If you cancel the subscription after a few days, it will cost you just a few cents but in this way, you will know for sure which one works best for you.

In case there will be any other plugin-related questions, please don’t hesitate to contact us, we will be glad to help. :slightly_smiling_face:
Best regards,
Zeroqode Support Team.

Can you print to jpeg or pdf a repeating group element of images. Example I have repeating group of 4 images, but I want to capture the images as a static jpeg or pdf element, for a single file collage image. Please advise.

Hi @dwightjames.pm, thanks for reaching out.
We’ve carefully analyzed your request and please allow us to explain how you can achieve the result. :pray:

Can you print to jpeg or pdf a repeating group element of images. - Yes you can, this can be easily done by assigning an element ID to the Group and indicating the same ID in the plugin workflow action. This will allow you to print only the RG with its content. See the screenshots below.

Details




Kindly Note: Print Pro plugin takes the content from your page, calls the function from your browser “print” and generates a browser window with a suggestion to print what you see. After that, you can change the printing layout, format, size, and more.

As well, the main difference between our Print Pro plugin and the Page to PDF converter is that the Print Pro plugin allows you first to choose the printer and the format of the page and you have the option to save the file. On the other hand Page to PDF converter, is saving the file instantly on your device and after that, you can open this file and print it. It’s up to you which one suits you better for your use case.

We hope the above will be useful to you. :slight_smile:
Best regards,
Zeroqode Support Team.

1 Like

Hi @ZeroqodeSupport i have a bug redering the page, need refresh the page until get the correct page to print.
Correct page to print :point_down:


wrong page to print :point_down:


My settings :point_down:

Hi @yorgio1024,
Thank you for reaching out and for your purchase.

We’ve carefully checked your request and tested our plugin’s demo page, in order to note something similar, but the plugin is working properly on the live demo page.

In order to be able to reproduce your use case on our side, would it be convenient for you to share more details about the issues you’ve encountered?
Are you using the new Bubble’s responsive engine, is it a repeating group that you are trying to print, does this issue is happening in the specific browser?
Please send us a screencast of your setup and the elements from your page, for the screencast recording we can suggest using the Loom tool, please record a short video and send it to us.

Thank you once again and looking forward to your reply. :pray:
Best regards,
Zeroqode Support Team.