# NOT RUN {
path <- system.file("examples", "example2.pdf", package = "fulltext")
pdfx(file = path)
out <- pdfx(file = path)
pdfx_html(out)
out <- pdfx(file = path)
tarfile <- tempfile(fileext = "tar.gz")
pdfx_targz(input = out, write_path = tarfile)
# }
Run the code above in your browser using DataLab