Generating a pdf school report

Hello,

I am searching for a someone who is specialized in pdf generation of complex elements, such as nested tables inside tables (see example below)

Explaination of the example above:

What are you seeing above are nested repeating groups.

The elements ”Reading” & “Writing” are part of a table called “Skills”
Then, below each of them is nested another table contening “Criterias”
The “No rating yet”, “Not acquired”, “In the process of being acquired” and “Acquired” are simple option sets.

Now creating this in bubble was rather easy, but I am not able to generate similar results inside a PDF using the plugin pdf conjurer.

So I am searching for someone who is specialized in this matter, and who knows how to user the older version of pdf conjurer (before being acquired by Zeroqode).
Other solutions / plugins might also be considered.

If you apply, kindly explain me briefly how would you approach this matter, otherwise if you have already done similar “projects”, it will be way better.

French speaking prefered.

Thank you.

I think when I did this in the PDF conjured I had to use the looper plugin as well to create the nested pdf. Hope that helps. :blush:

Is it the looping plugin from zeroqode ?

Could you please explain, did you use it inside the pdf conjurer workflow ?

I used the looper one before Zeroqode acquired it. It is probably still good to use. Yes, you would use it in the PDF conjurer workflow. For example:

Start with skills loop: Reading

Display the list of criterias for that Reading table.

Next skills loop iteration: Writing

Display the list of criterias for that Writing table.

Keep looping until you are done with all the skills.

Does that make sense? :blush:

The method I use is create a page with the whole layout how you like (will require some tweaking on page size, zoom, etc)

Then use Website Screenshot API | CloudConvert to capture the page as a PDF. Page breaks aren’t very graceful since its just one long screenshot split across pages. Since the data is protected by privacy rules I had to make a flow where it generates a magic login link that redirects to the page and provide that in the API request.

Or even use their HTML to PDF API and create the whole block of HTML in advance. I never tried that.

For all types of PDFs, complex and straightforward, I always use and recommend Carbone. It has a bit of a learning curve, and you’ll have to create a .docx file from scratch. But it offers a lot of flexibility

I didn’t get into details, but just as a quick idea,
Screenshot the page , via prompt, send it to any AI models to process it and send it back as you would like it.