The goal of sntaskreader is to read the PDF task exports from ServiceNow into R.
You can install the released version of sntaskreader from GitHub with:
remotes::install_github("ir-sfsu/sntaskreader")
This is a basic example which shows you how to solve a common problem:
library(sntaskreader)
task <- read_sntask("path_to_task_pdf")