Nothing
# Shared fixtures: a tiny sample PDF and a self-signed PKCS#12 keystore
# (password "password"), both shipped under inst/extdata.
sample_pdf <- function() system.file("extdata", "sample.pdf", package = "pdfsigner")
keystore <- function() system.file("extdata", "keystore.p12", package = "pdfsigner")
keystore_pw <- "password"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.