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

View source: R/experimental.R

outline_pdfR Documentation

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)

Arguments

input_toc

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

Value

Character, showing the TOC in Markdown.


mindr documentation built on Dec. 20, 2025, 1:06 a.m.