ARTICLE AD BOX
I've been searching and talking to ssl.com's AI assistant for days now and I'm trying to figure out how to sign a PDF using a hash instead of uploading the PDF bytes to their servers. It seems like this should be possible and and I keep finding partially complete code samples but nothing is complete. Has anyone ever done this before with SSL.com's API?
I can get certs back and I'm able to parse those into certificate objects in C# and I can build the cert chain in code. When I try to convert the bytes they send back for my signature and embed that into the PDF with iText it doesn't seem to be working.
I'm just reaching out to see if anyone has ever tried this and if they've had any sucess.
Thanks.
