X.509 인증서를 사용하여 PDF에 암호화 디지털 서명을 추가합니다. PKCS#12(.pfx, .p12) 및 PEM 형식을 지원합니다. 개인키는 브라우저 밖으로 나가지 않습니다.
인터넷 연결 필요
서명을 검증하기 위해 인증서 발급자 서버에서 인증서 체인 정보를 가져와야 할 수 있습니다.
클릭하여 파일 선택 또는 파일을 끌어다 놓으세요
PDF 문서
파일이 기기 밖으로 나가지 않습니다.
인증서 업로드 (.pfx, .p12, .pem)
소유자 -
발급자 -
유효 기간 -
활성화하면 PDF에 표시되는 서명 상자가 나타납니다. 이미지/로고를 업로드하거나 텍스트를 추가할 수 있습니다. 둘 다 제공되지 않으면 인증서의 서명자 이름이 자동으로 표시됩니다.
이미지 업로드 (PNG, JPG, WebP)
처리 중...
서명할 PDF 문서 선택
.pfx 또는 .p12 인증서 파일과 비밀번호 제공
디지털 서명을 적용하고 서명된 PDF 다운로드
Sign PDF places a drawn, typed, or uploaded picture of your signature on the page; it's visual only. This tool applies a cryptographic PKCS#7 signature using your X.509 certificate, so a PDF reader can verify who signed and detect any change made afterward. You can also show a visible signature block at the same time.
Yes. Upload a single .pem file that contains both the certificate and the private key. Encrypted private keys work too; enter the key password in the Certificate Password field. If your certificate and key are in separate PEM files, paste them into one file first.
Often, yes. The signing library fetches the issuer certificate chain from the URLs in your certificate's Authority Information Access extension, and if those servers can't be reached, signing fails for certificates that need chain validation. Your PDF and private key are never part of those requests; only the certificate URLs are fetched.
The reader can't trace the certificate back to a root it trusts. That's expected for self-signed certificates, which are fine for testing but always show a warning. For documents other people need to rely on, use a certificate issued by a Certificate Authority that PDF readers trust.
No. The cryptographic signature is embedded whether or not the visible block is enabled. Turn on Visible Signature if you want a stamp on the page: pick the first, last, all, or a specific page, set the position and size in points, and add a PNG, JPG, or WebP image or a line of text; with neither, the tool writes the certificate's common name and the current date.
They're optional metadata stored inside the signature itself. Reason records why you signed, such as "Approved" or "Reviewed", Location where it happened, and Contact Info how to reach you. PDF readers display them in the signature panel.
The file can still be opened and edited, but any change made after signing breaks the integrity check and readers will report the document as modified. If the PDF has form fields or annotations that should be fixed in place, run it through Flatten PDF before signing, not after.
Open the signed file in Validate Signature. It lists every signature, shows the signer and issuer, checks the certificate dates, and confirms whether the bytes have changed since signing. You can also load your CA certificate there to verify the trust chain.