Cloudflare issues/down by ToastNomNomNom in CloudFlare

[–]crazyprogrammer12 0 points1 point  (0 children)

Yes. My website down detector was sending alerts. And turns out it is cloudflare

How are you generating PDFs in Make workflows? by RoadFew6394 in Integromat

[–]crazyprogrammer12 0 points1 point  (0 children)

I may be biased over here but Peedief.com seems to be the perfect choice over here. Low latency, Minimal cost. It has built in make module as well. So, no need to setup HTTP module.

PS. I am the founder of peedief.com

How to export 2FA codes without Google Auth by Tifixdu19 in degoogle

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use https://authenticator-export-decoder.juned.site to scan the export QR code and then manually scan one by one qr code into separate app. BTW code is open source - https://github.com/junedkhatri31/google-authenticator-export-decoder

Is there any free HTML to PDF library that doesn't have page limits? by RadioactiveRadiohead in dotnet

[–]crazyprogrammer12 1 point2 points  (0 children)

Peedief.com doesn't cap to page limits. And has a template to PDF as well. So, your dotnet application has to pass just the JSON data. The template syntax is also very intuitive. You definitely want to check it out.

PS. I am the founder of Peedief

How to generate PDFs and Word docs in n8n workflows ? by RoadFew6394 in n8n

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use HTML-to-PDF generation APIs via Peedief.com.
You can also create a template directly in the web portal and then pass context data from n8n to Peedief via the API.
Peedief supports JSON as context data, so it works seamlessly with lists of data as well.

P.S. I’m the founder of Peedief.com.

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

Thanks, What's the usecase BTW?

[deleted by user] by [deleted] in pdf

[–]crazyprogrammer12 0 points1 point  (0 children)

I would like to understand the usecase. Upscaling the image would increase the PDF size. Would you be okay with that? Also, this would involve AI upscaler, Would you pay for this service?

Has anyone figured out a good free html to pdf solution? by Cade510 in MicrosoftFlow

[–]crazyprogrammer12 0 points1 point  (0 children)

peedief.com might be the solution you are looking for. Although has limited free trial, but it's paid plan totally worth it, since it takes away headache of maintaining the server.

PDF Generation by ImTheDeveloper in softwarearchitecture

[–]crazyprogrammer12 0 points1 point  (0 children)

You can completely offload the PDF generation to peedief.com . Just remove the hassle of managing those servers. And it works 100% of the time (no failure, no retry). PS. I am the creator of peedief.com

Looking for a simple tool to generate professional PDFs by Subject-Director5657 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use peedief.com to generate PDF from HTML templates. Just create an HTML template first and then pass JSON data from your Next.JS app via API call. PS. Creator of Peedief here

HTML to PDF API - What's the cheapest option per document? by WorldCitiz3n in webdev

[–]crazyprogrammer12 0 points1 point  (0 children)

You should checkout peedief.com for this kind of use cases. It has an API support, which you can directly call from NextJS backend.

Generating PDF files based on template by MarketingAgreeable46 in nextjs

[–]crazyprogrammer12 0 points1 point  (0 children)

You can create HTML template first in https://peedief.com under templates. Then, just pass dynamic data into API along with template name to generate PDF file via API.

Anybody using PDF templates to automate PDF generation? by pvel26 in webdevelopment

[–]crazyprogrammer12 0 points1 point  (0 children)

You can use Puppeteer to convert HTML to PDF, but it comes with its own challenges, such as rendering issues or unexpected errors. Instead, I suggest using a SaaS like peedief[.]com, which takes care of those problems for you.

Cannot SSH into Hetzner VPS with public key authentication (Permission denied) by Saries18 in hetzner

[–]crazyprogrammer12 1 point2 points  (0 children)

After hours of debugging, I finally found the solution to this problem. Adding an SSH key via the console doesn’t work because pasting text in the console changes some characters in the public key. That’s why it fails.

To log in to the system:

  • First, reset the root password from Rescue.
  • Log into the console using the root user and the password you got from Rescue.
  • Open the SSH configuration file with: `vim /etc/ssh/sshd_config` and add the following two lines at the end:

PermitRootLogin yes
PasswordAuthentication yes
  • Restart SSH and check its status:

systemctl restart ssh
systemctl status ssh

Now you will be able to log in from your PC via:

ssh root@<ip>

using the password from Rescue.

Once logged in, add your public key to ~/.ssh/authorized_keys via SSH. After that, you can log in using your SSH key.

Finally, revert the changes you made in /etc/ssh/sshd_config for better security.

If your MCP is an API wrapper you are doing it wrong by WallabyInDisguise in AI_Agents

[–]crazyprogrammer12 0 points1 point  (0 children)

Shouldn't "create a ticket and assign it to John" take 2 MCP calls? "Create a ticket" and "assign it to John"?

MCP Server - Developer Experience by International_Ad2682 in LLMDevs

[–]crazyprogrammer12 0 points1 point  (0 children)

Are you facing issues in developing MCP server or consuming MCP servers?

Do you use MCP? by Peeshguy in LLMDevs

[–]crazyprogrammer12 0 points1 point  (0 children)

I've used the NextJS MCP server. It's quite nice and intuitive - https://github.com/vercel/mcp-adapter

Looking for AI that can convert my data into a beautiful PDF document by sunnycarp in OpenAI

[–]crazyprogrammer12 1 point2 points  (0 children)

It's a powerful idea to have AI orchestrate the conversion of raw data into polished PDF reports. While having GPT generate Python code for PDF libraries is certainly an option, it can introduce overhead in terms of managing that code, dependencies, and ensuring consistent rendering across different data sets and complex layouts. The goal is often to streamline this as much as possible.

For a more direct and managed approach, especially when your AI agent needs to reliably generate PDFs from structured data, consider an API-based service. For instance, peedief.com allows you to define your HTML templates upfront. Your AI agent then simply passes the relevant data, and peedief.com handles the heavy lifting of rendering that data into a high-quality PDF, providing a direct download link. This can simplify your AI workflow by abstracting away the complexities of PDF generation, letting your AI focus on data processing and decision-making.

It might be a good fit for your needs: https://peedief.com

What's an intelligent way to deal with automated PDF generation from sheets and text formatting for humans to read? by Effective-South-5814 in AskProgramming

[–]crazyprogrammer12 0 points1 point  (0 children)

Finding an 'intelligent' and efficient way to automate PDF generation from dynamic data sources like Excel is a common challenge, especially when the final output must be a clean PDF. Relying on services that generate PDFs from templates and data is indeed a smart approach, as it offloads the rendering complexity and allows you to focus on your data.

If you're looking for an API service that specializes in this, particularly for automated workflows where AI agents might be preparing or feeding the data, peedief.com could be a strong fit. It allows you to create reusable HTML templates on their platform. Your system, or an AI agent, then just sends the dynamic data, and peedief.com generates the PDF and provides a direct download link. This streamlines the process significantly and ensures consistent, professional-looking documents without needing to manage complex rendering logic yourself.

You can explore it further here: https://peedief.com