search for: jpegblip

Displaying 1 result from an estimated 1 matches for "jpegblip".

2017 Sep 22
1
Embedding PDF into RTF document via R language
...R RTF PDF Using R (and a slew of RTF commands), I assemble a text document with an RTF extension. The document contains text, tables, and images (JPEG format, previously created with R). To ?import? the JPEG images into the document, I use the following R code: cat("\\pard\\qc {\\pict\\jpegblip\n", file=TEMPREPORT, append=T) cat(toupper(readBin(IMAGEFILE, "raw", 10000000)), fill=64, sep="",file=TEMPREPORT, append=T) cat("\n}\\par\\ql", file=TEMPREPORT, append=T) The critical text is: jpegblip ? which presumably informs the RTF reader that what follows...