Learn R Programming

mindr (version 1.4.1)

outline_pdf: Extract the outline from pdf toc, and output as Markdown

Description

Extract the outline from pdf toc, and output as Markdown

Usage

outline_pdf(input_toc)

Value

Character, showing the TOC in Markdown.

Arguments

input_toc

Character. The table of contents (TOC) of a pdf file, extracted by pdftools::pdf_toc().