similar to: Support for transparency in metafile export & support for export to Powerpoint

Displaying 20 results from an estimated 400 matches similar to: "Support for transparency in metafile export & support for export to Powerpoint"

2015 Jul 04
0
Support for transparency in metafile export & support for export to Powerpoint
Dear all, Further to my previous message I now made a one-line convencience function to export your currently active graphics window/plot to either Word or Powerpoint in Office-native vector-based DrawingML format using either export2ppt(file="plot.pptx") or export2doc(file="plot.docx") : see
2019 Dec 27
0
Providing R binaries compiled against a multithreaded BLAS like Intel MKL by default?
Dear all, Given that the Intel MKL multithreaded BLAS is now free (https://software.intel.com/en-us/mkl/choose-download, released under the very permissive Intel Simplified Software License, https://software.intel.com/en-us/license/intel-simplified-software-license) and that this BLAS comes out as the fastest in most benchmarks, and that Microsoft R Open compiled against Intel MKL seems to be
2013 Jan 29
2
converting XML document to table or dataframe
I am a relatively new user to R, and I am trying to learn more about converting data in an XML document into "2-dimensional format" such as a table or array. I might eventually wish to export this data into a relational database such as SQL, and/or to work with this data within the R package. My sample XML document is located at "
2010 Oct 28
2
How to enable Arial font for postcript/pdf figure on Windows?
Hi, I need to generate some figure using the Arial font as a requirement for PLoS. Following their guidelines, I have converted the windows font files arial.tff files to .afm using tff2afm (exec file from MikTeX), but when I try to generate a postcript file, the postcript device does not recognize the .afm files. The code I use to test the new font is the following:
2015 Jul 18
0
Use cairo fallback resolution greater than 72dpi in cairo_pdf and cairo_ps in grDevices
The 'at a minimum' information requested by the posting guide is missing. According to their documentation the cairo default fallback resolution is now 300dpi, and when I run your example on Fedora 21 that is what the emitted postscript says it is. You can easily alter the R code to set it to something different: see http://cairographics.org/manual/cairo-cairo-surface-t.html for the
2007 Dec 10
1
Question re: RWinEdt conflicting with my WinEdt
Hi, This is a question regarding the RWinEdt package for R. I have WinEdt 5.5, RWinEdt 1.7-9, and R 2.6.0 on WindowsXP. Somehow my configuration or start up files between RWinEdt and WinEdt are getting confused. Usually when I open either one, the last files I was working on *with that program* are opened automatically. So if I last used mydoc.tex in WinEdt and myprogram.R in RWinEdt those
2005 Apr 13
1
How to plot Contour with NA in dataframe
Dear friends, I am trying to produce Contour Plot with R, but there are some NA in my data matrix. After I ran the following R script, I got the error message:"no proper `z' matrix specified". Does anybody know how to plot contour chart with R for the non-strict matrix? Thank you in advance!!!
2013 Apr 12
1
Problem with handling of attributes in xmlToList in XML package
Hello all, I have a problem with the way attributes are dealt with in the function xmlToList(), and I haven't been able to figure it out for days now. Say I have a document (produced by nmap) like this: > mydoc <- '<host starttime="1365204834" endtime="1365205860"><status state="up" reason="echo-reply"
1999 Sep 09
0
print: spool filename not the doc filename
I use [Epson Stylus] path = /var/spool/samba comment = Epson Stylus Photo 750 - PC DO printer name = epson browseable = yes printable = yes public = yes writable = no create mode = 0700 printer driver = EPSON Stylus Photo 750 Printing is ok from win9x. I have filename problems... Suppose I print the file "mydoc.doc": as soon as I print a file, when it still is in /var/spool/samba, I
2015 Jul 14
2
Use cairo fallback resolution greater than 72dpi in cairo_pdf and cairo_ps in grDevices
Dear all, In grDevices R functions cairo_pdf and cairo_ps it is mentioned that when transparency (alpha channels) are used in vector output, it will rasterize the PDF or postscript exported graph at a resolution of 72 dpi : https://stat.ethz.ch/R-manual/R-devel/library/grDevices/html/cairo.html You can see the problem if you try library(ggplot2) cairo_ps(file = "test.eps",onefile =
2010 Jul 06
1
R2wd- how to open an existing document
Hi: How?can one open an existing word document with wdGet() I?am getting an error message when trying to open it like this: wdGet(filename="myDoc.doc",path="c/mydata") Looking at Tal Galili's website example it appears that double backslashes are used but i tried it and didn't work either. Thanks ? Felipe D. Carrillo Supervisory Fishery Biologist Department of the
2008 Jan 24
1
package manual in pdf
Hi all, I am trying to write a pdf manual for my package. I create a file inst\doc\myDoc.tex. I taught that R CMD build will call latex on this file (like it is said in Writing R extension), but it does not happen. I also notice that a pdf manual is produce automatically but with a not so good presentation (very long lines that step outside the page for example). Where can I find the source code
2006 May 30
11
Display XML file, with some formatting.
Hi. Im quite new to this Rails thing, but it seems like a good product so why not try it out whit a little prototype i need to build. What i want is to load any given XML file, and display it with some formatting. I have some XSD shemes to validate the XML files against, but its not vital rigth now. But how should i approach this task? At first it would proberly be a good idea to load the
2015 Sep 05
0
Support for high DPI 4K screens
On 09/05/2015 06:46 AM, Tom Wenseleers wrote: > I was recently testing R and RStudio on a high dpi 4K monitor under > Windows and noticed that the plot window cannot be scaled or zoomed > without affecting the relative sizing of all plot elements (line > widths, font sizes, legend spacing etc). RStudio seems to try to > overcome this by enabling dpi scaling for the plot window on
2009 Oct 23
0
Powerpoint file locking issue
Hello, We've been seeing a problem with Samba server 3.0.33-0.17 handling lock files for Microsoft Powerpoint 2007. The problem is observed in both Windows XP and Windows Vista. If a user opens an existing file, smbstatus looks like this: 10781 11021 DENY_WRITE 0x2019f RDWR NONE /usr/test/dssg test1234ecg2.pptx Fri Oct 23 17:21:52 2009 10517 11021
2009 Feb 03
1
PowerPoint 2007 filter
Hi, I'm trying to write the PowerPoint2007 filter in the same manner that I did for *.docx and *.xlsx but I'm getting the following error when I tru an index. The document is called: Indexing "/Frisk in Power Point.pptx" as application/vnd.openxmlformats-officedocument.presentationml.presentation ... caution: filename not matched: ppt/notesSlides/notesSlide*.xml caution:
2006 Apr 07
0
odt2txt: OpenDocument to Markdown
I wrote myself a script to convert Open Document files to Markdown. Being able to do "odt2txt.py mydoc.odt | less" is the main motivation, but it also works for doing command line conversion of odt to html by combining odt2txt with any of the Markdown implementations. If anyone uses OpenOffice and wants to check it out: http://www.freewisdom.org/projects/python-markdown/odt2txt.php
2008 Aug 25
0
How to work with a file through the VBScript?
I have same script with generates a MS Word document based on a data in a Lotus Notes database. I can run Word from Lotus Notes well but I have a problem to open a Word document. This code Code: Set myDoc = myWord.Documents.Open("C:\windows\temp\test.doc") causes this error prompt (http://www.abclinuxu.cz/images/screenshots/5/3/102535-store-for-snapshots-16717.png). ("Could not
2008 Oct 15
3
Extract text from Microsoft PowerPoint files
Hello CentOS people, I'm wondering if there are command tools like antiword and docx2txt for Microsoft PowerPoint files (.ppt and .pptx). The idea is to extract text from PowerPoint files. Sorry this isn't exactly about CentOS, but I'd really like it if Yum has something. I tried xlhtml, but it hasn't been updated in a while and isn't exactly wanting to work on CentOS
2015 Sep 05
2
Default location where packages are stored under Windows
With a default installation of R on Windows platforms, packages are stored under Program Files/R/R-3.X.X/library. This often causes permission problems, as this directory is always read only by default, requiring the user to either change permissions for that directory or to change the directory where packages are stored later on option wise through modification of .libPaths in .Rprofile. For most