Displaying 20 results from an estimated 21 matches for "pdffile".
Did you mean:
pdbfile
2006 Oct 13
2
cygwin script for Sweave
...t;>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
#!/bin/bash.exe
# rnw.sh [.Rnw file]
#
# $1 must be a .Rnw file
#
RNWFILE=$1
PWD=`pwd`
FILEBASE=`basename $1 .Rnw`
TEXFILE=$FILEBASE.tex
PDFFILE=$FILEBASE.pdf
echo " \
library(\"utils\"); \
setwd(\"`cygpath -m $PWD`\"); \
Sweave(\"$RNWFILE\") \
" \
| /c/R/R-2.3.1/bin/Rterm.exe --no-save --no-restore
# the resulting .tex file contains an annoying "c:" ...
# repl...
2010 Sep 22
1
problem opening pdf device on Windows 7
I can not open PDf device. Acrobat is closed. I have checked archives but
could not find a solution. What should I do?
> cont.cdfplot("myanalysis.pdf", myanalysis$CDF, ylbl.r="Stream Length (km)")
Error in pdf(file = pdffile, width = width, height = height) :
unable to start device pdf
In addition: Warning message:
In pdf(file = pdffile, width = width, height = height) :
cannot open 'pdf' file argument 'myanalysis.pdf'
Then I tried:
> pdf()
Error in pdf() : unable to start device pdf
In additi...
2007 Jun 20
1
Help With Sweave:
Hi All,
I am running Ubuntu Feisty (7.04) on a Thinkpad T41. I've installed
the nowebm package for Ubuntu. Working from this HowTo:
http://www.ci.tuwien.ac.at/~leisch/Sweave/example-1.Snw
I try to compile the example *.Snw as in the Sweave manual:
mdj at lapmdj:~/Desktop/Sweave/example1$ noweb example-1.Snw
Can't open output file
Despite the error, a *.tex file is produced. Now I am
2007 May 09
5
Reading a web page in pdf format
Each day the daily balance in the following link
http://www.
snamretegas.it/italiano/business/gas/bilancio/pdf/bilancio.pdf
is
updated.
I would like to set up an R procedure to be run daily in a
server able to read the figures in a couple of lines only
("Industriale" and "Termoelettrico", towards the end of the balance)
and put the data in a table.
Is that possible? If
2014 Dec 23
1
ReceiveFax for multiple page (asterisk 13.0.1)
...> s,1,NoOp(**** FAX RECEIVED from ${CALLERID(num)}
${STRFTIME(${EPOCH},,%c)} ****)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten =>
s,n,Set(FILENAME=fax-FR_${CALLERID(num)}-TO_${CALLERID(dnid)}-${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)})
exten => s,n,Set(FAXFILE=${FILENAME}.tif)
exten => s,n,Set(PDFFILE=${FILENAME}.pdf)
exten => s,n,Set(FAXOPT(ecm)=yes)
exten => s,n,Set(FAXOPT(headerinfo)=Received by MYCOMPANY
${STRFTIME(${EPOCH},,%Y-%m-%d %H:%M)})
exten => s,n,Set(FAXOPT(localstationid)=5555551212)
exten => s,n,Set(FAXOPT(maxrate)=14400)
exten => s,n,Set(FAXOPT(minrate)=9600)
exten...
2002 Oct 30
4
PDF printer using ps2pdf ?
Hi,
Is it possible to set up a printer in samba
that will use ps2pdf converter to create pdf documents when printing on it ?
Best Regards
Steph
2012 Oct 05
2
SendFAX - multi-page TIFF
Hi,
Does anyone had the problem of asterisk SendFax + spandsp sending only
the first page of a multi-page TIFF file?
Seams to be related to spandsp ECM config.
Any thoughts about it?
Thanks,
Gabriel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121005/ac471600/attachment.htm>
2011 Apr 19
0
PDF help for linux
...a different place other than current working directory?
Now I want to write a small function to do the above together.
> viewpdfhelp <- function(topic, reader = getOption("pdfviewer"))
+ {
+ genpdf <- help(topic = topic, help_type = "pdf") # save pdf file
+ pdffile <- paste(topic, ".pdf", sep = "") # the pdf file name
+ system(paste(reader, pdffile)) #call the viewer
+ }
>
> viewpdfhelp("options")
To my surprise "help" does not generate the pdf file at all this time.
Can someone tell me what's going...
2006 Nov 07
2
How to link to vignette from .Rd file
I am building a package for various noncentral hypergeometric distributions.
I want to include some heavy mathematical formulas. It appears that the
build and INSTALL commands produce only .chm files and not .pdf files
from my .Rd files under Windows. This means that it cannot show
complicated mathematical formulas.
The solution might be to include a .pdf file as a vignette. I tried
that,
2006 Nov 07
2
How to link to vignette from .Rd file
I am building a package for various noncentral hypergeometric distributions.
I want to include some heavy mathematical formulas. It appears that the
build and INSTALL commands produce only .chm files and not .pdf files
from my .Rd files under Windows. This means that it cannot show
complicated mathematical formulas.
The solution might be to include a .pdf file as a vignette. I tried
that,
2004 May 28
0
Samba PDF printer...
...as a variety of users, on this NT share from
the Linux box so I think that part is fine but I cannot do this from
Samba. I would normally expect some sort of complaint in the form of a
log entry but nothing shows up in the logs (log level = 3).
---------8<----snip from smb.conf-----------
[PDFFiles]
path = /mnt/gpsc/pdfs
invalid users =
read only = No
guest ok = Yes
[Create a PDF]
comment = Check your 'K:' drive for your .PDF file. Check in
the folder named 'PDFFiles'.
path = /tmp
guest ok = Yes
printa...
2013 Jun 19
6
Mailing a fax with mutt does not succeed
Hello everyone,
I'm trying to send a received fax with mutt, when I try it from the Linux
shel it works, but when trying with Asterisk's System command it doesn't.
Successful Linux command:
echo | mutt -s "New fax" earohuanca at gmail.com -a /tmp/faxes/201306191111.tif
Unsuccessful Asterisk Command:
same => n,System(mutt -s "New fax" elder.arohuanca at
2006 Jul 15
1
ActionMailer and PDF Attachment and corrupt file?
Community,
I''m struggling with an issue and I''m sure it is trivial but I cannot find the solution. I''m trying to attach a PDF file to an email. For simplicity, I have explicitely named a given file but when I get the email, the attachment is only a partial of the document which causes it to be corrupt. Sample below:
@recipients =
2004 May 31
2
[OT] "plot y against x"
...[vertical axis]"
Google tells me that "plot y against x" throws up about 147 hits,
while "plot x against y" throws up about 54 hits. One of the
latter is unequivocal and comes from a respected department of
mathematics:
http://www.maths.lancs.ac.uk/dept/coursenotes/lab100/pdffiles/a12.pdf
Q 12.1 A simple plot.
Invoke Matlab in an Xterm window and position the
Figure window so that you can see it properly.
x = -3:5 % plotting values (range)
y = 2*x + 3 % a linear function of x
plot(x,y) % plot x against y
and at least two refer to "Statistical analysi...
2003 Apr 30
2
Working comfortably with (X)Emacs + Sweave
Dear List,
I am trying to become more familiar with Sweave at the moment, beacuse
I am convinced that it will eventually make my life easier. However,
I have not found anything relevant in the mail archives about the
following problem.
Both the article in R-News and the Sweave FAQ suggest that Emacs would
be a great development environment for working with Sweave. So far, it
doesn't seem to
2005 Jun 08
2
Problems with Lotus Notes R5.0.12 under Wine 20050524
Hello all,
I have installed R5.0.12 on Red Hat Fedora Core 3, using Wine 20050524. I'm
getting a lot of FIXME messages but everything seems to be working fine.
Except for the following things:
1) Attachments are working fine, except for launching the attachment to
open directly in OpenOffice.org or Adobe Reader ... Most likely that this
is a WINE issue rather than a Lotus Notes/Under Wine
2006 May 05
5
Attach a PDF File to an Email
Hello ~
I have an email that I need to attach a PDF to. The email is being
sent, and a file is attached but it is not the original file. I am
following the example:
attachment :content_type => "image/jpeg", :body => File.read("an-image.jpg")
changing it to:
attachment :content_type => "application/pdf", :body => File.read("pdf/my.pdf")
2007 Mar 26
0
rx_fax and Asterisk 1.4.2
...-- Executing [fax@incoming:3] Set("Zap/5-1",
"FAXDIR=/var/spool/faxes") in new stack
-- Executing [fax@incoming:4] Set("Zap/5-1",
"TIFFILE=/var/spool/faxes/20070326-150200.tif") in new stack
-- Executing [fax@incoming:5] Set("Zap/5-1",
"PDFFILE=/var/spool/faxes/20070326-150200.pdf") in new stack
-- Executing [fax@incoming:6] RxFAX("Zap/5-1",
"/var/spool/faxes/20070326-150200.tif") in new stack
asterisk*CLI>
Disconnected from Asterisk server
Executing last minute cleanups
asterisk:/usr/src/1.4/asterisk#...
2004 Mar 03
0
rpcclient addprinter error
...1:
Driver Name: [Apple LaserWriter 12/640 PS]
Printer Driver Info 1:
Driver Name: [HP LaserJet 1220 Series PCL]
Printer Driver Info 1:
Driver Name: [Win2PDF]
result was WERR_INVALID_ENVIRONMENT
3) enumports also works:
rpcclient $> enumports
Port Name: [PDFFILE:]
Port Name: [COM1:]
Port Name: [COM2:]
Port Name: [COM3:]
Port Name: [COM4:]
Port Name: [FILE:]
Port Name: [LPT1:]
Port Name: [LPT2:]
Port Name: [LPT3:]
Port Name: [IR]
Port...
2012 May 22
4
Creating formatted PDFs
Hello,
I''m writing a mail-merge application with Ruby on Rails. I have one
user-created template, wich he creates with a CKEditor (in HTML). I have
a list of members, and in the "mailings" controller I mix the template
with the members data to create a PDF with a letter to every member.
This is all working correctly... Except one part: I don''t know how to
render