library(Dociface)
if(require(ReadPDF)) {
doc2 = readPDFXML("SamplePDFs/Amada-2013.xml")
bb = getTextBBox(doc2[[1]])
w = isBold(bb)
table(w)
fontName(bb)
isItalic(bb)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.