PDF Generator (Modified)

I managed to resolve the issues. There was no need for a Make integration. I switched from going back and forth with Claud 3.5 (using a dedicated project) to using OpenAI playground with the latest version of GPT 4o. I rewrote and organized both the code and the prompt, and I even added user input to personalize the PDF output.

Notes and Tips:

*Claude seems to be stubborn or even clueless on how to work with wrapped GPTs. Use OpenAI’s playground OR ChatGPT 4o on a Plus subscription to diagnose issues within a third of the time.

  • Click “Format as JSON’ to view the code and make edits”
    image

  • Change the original XML pdf format over to:


    “fpdf” and update the code with the help of GPT 4o.

Pay attention to indentation in your code as it could cause errors.

2 Likes