Yo! I’ve been using puppeteer upload pdf to supabase for a while now. One thing I’d recommend is chunking the file uploads if the PDFs are large. Supabase has a limit on file size, so breaking it into smaller chunks can help.
Also, check out this tool called `pdf-lib` for manipulating PDFs before upload. It’s super handy if you need to tweak the files before sending them to Supabase.
Also, check out this tool called `pdf-lib` for manipulating PDFs before upload. It’s super handy if you need to tweak the files before sending them to Supabase.
