if we need to send more 2048 characters in URI it’s not possible. Exactly we must do a call api to generate long PDF.
One update to send and one update to store result back to Glide plus some service to proceed api request.
Or use 5 updates with integration which itself have a cost.
I don’t know, may be that service see many long requests and going to reduce acceptable length. All service, evet its free have a cost for them for each run.
If you insist on using this method, you can follow the steps in my thread above. My method successfully prints 16425 characters. Let me know if you succeed.
Hi @Mauricio_Gonzalez, the process is simple as I mentioned above. You can host the code on Netlify, and of course, you will get a 414 error message if you try to print a long text directly. To overcome this, I simply added an additional button labeled “Test Printing” containing short content/messages. Surprisingly, this action can trigger the printing of longer content as long as it does not exceed the aforementioned limit. You can call it a hack, but I prefer to call it warming up . Hope this helps.