pdf_to_emf: Convert PDF to EMF

View source: R/tools_pdf.R

pdf_to_emfR Documentation

Convert PDF to EMF

Description

Convert a PDF file to an EMF file. Requires inkscape command-line utility.

Usage

pdf_to_emf(filename)

Arguments

filename

A PDF file name or file path

Details

The function creates an EMF file at the same location where the PDF is.

Examples

## Not run: 
pdf_to_emf(filename = "~/test.pdf")

## End(Not run)

rpkgs/Ipaper documentation built on March 24, 2024, 3:09 p.m.