PDF_extractImages {metagear}R Documentation

Attempts to extract all images from a PDF

Description

Tries to extract images within a PDF file. Currently does not support decoding of images in CCITT compression formats. However, will still save these images to file; as a record of the number of images detected in the PDF.

Usage

PDF_extractImages(file = file.choose())

Arguments

file

The file name and location of a PDF file. Prompts for file name if none is explicitly called.

Value

A vector of file names saved as images.


[Package metagear version 0.7 Index]