List all linked files from given illustrator file (ai or pdf)

linked_from_ai(x, AbsolutePaths = TRUE, mustWork = NA)

Arguments

x

Path to Illustrator file (ai,pdf)

AbsolutePaths

Return absolute path to linked files

mustWork

If true, check that linked files actually exist

Value

Character vector of paths to linked files

See also

ailinkedfiles

Other linked_from: ailinkedfiles

Examples

if (FALSE) { lfs=linked_from_ai(system.file('tests/testthat/testdata/lyx/composite_fig.pdf', package='paperutils')) stopifnot(length(lfs)==2) }