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

Description Usage Arguments Value Author(s) See Also Examples

View source: R/aiutils.r

Description

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

Usage

1
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

Author(s)

jefferis

See Also

ailinkedfiles

Other linked_from: ailinkedfiles

Examples

1
2
3
4
5
6
## Not run: 
lfs=linked_from_ai(system.file('tests/testthat/testdata/lyx/composite_fig.pdf',
  package='paperutils'))
stopifnot(length(lfs)==2)

## End(Not run)

jefferis/paperutils documentation built on Sept. 20, 2019, 10:20 a.m.