On 14/08/2013 11:23, Christof Kluß wrote:
Hi
is there a way to generate a pdf, e.g. pdf("test.pdf"), even if the file
"test.pdf" is open? (e.g. with acrobat)
i.e. I would have to close "test.pdf" in the viewer without any user
interaction, than override the file and maybe open it again.
thx
Christof
This is not an R question, and depends on your unstated OS and precisely
how it was opened by the viewer.
R behaves just like any other standards-conformant C program in this
respect. For Acrobat, ask Adobe, and so on. For Acrobat Reader the
three OSes I use regularly all behave differently, and other PDF viewers
behave differently from Acrobat Reader.
--
Brian D. Ripley, rip...@stats.ox.ac.uk
Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/
University of Oxford, Tel: +44 1865 272861 (self)
1 South Parks Road, +44 1865 272866 (PA)
Oxford OX1 3TG, UK Fax: +44 1865 272595
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.