similar to: CUPS printing from Windows

Displaying 20 results from an estimated 6000 matches similar to: "CUPS printing from Windows"

2002 Jul 11
3
Printing from W2K clients
Hi, I have Slackware 8 Linux Box with Samba-2.2.5 and HP LJ 1200 printer shared by samba (with LPRng). The problemm is: when printing from W2K clients users cannot change print options (like portrait/landscape page orientation, number of copies etc). When printing from Win98 clients all is ok. Could someone help vt with this problemm? -- Sincerely, Elman Efendiyev elman@megacom.com.ua
2005 Jan 10
3
Mixing portrait/landscape in a postscript file
Dear list, I'm stuck with a little graphical problem. I'm generating several lattice plots which are printed in a single postcript device opened by > trellis.device(postscript, theme=canonical.theme("postscript", color=F), file="an_phase2_graph.ps", paper="a4", pointsize = 10, onefile=TRUE, horizontal=TRUE) Everything works fine,but some of these
2016 Apr 09
3
How to print the graphs in landscape/portrait orientation
Hi, I made a few graphs by ggplot. The following codes produce a pdf file with graphs in landscape orientation on my Windows PC, while they produce a pdf file with the same graphs, but in portrait orientation: *p2 <- lapply(1:(2*n), function(.x) xyz_outl[.x][[1]]) #a sequence of graphs made by ggplot* *m2 <- marrangeGrob(p2, nrow=3, ncol=2) * *ggsave("xyz.pdf", m2)*
2005 Mar 02
3
orientation of eps files
hello, i have a problem with the orientation of eps files produced with the postscript() command. i have generated some eps files with R using: postscript(file = filename, horizontal = FALSE, paper = "special", onefile = F ALSE, height = height, width = width, pointsize = pointsize) now, when i include these eps files into a standard paper document (ie. a4 paper, portrait orientation)
2016 Sep 26
3
HP CP2025
[mlapier at peach ~]$ rpm -qa | grep hplip hplip-common-3.14.6-3.el6.x86_64 hplip-libs-3.14.6-3.el6.x86_64 [mlapier at peach ~]$ rpm -qa | grep cups cups-1.4.2-74.el6.x86_64 cups-pk-helper-0.0.4-13.el6.x86_64 gutenprint-cups-5.2.5-2.el6.x86_64 cups-libs-1.4.2-74.el6.x86_64 cups-libs-1.4.2-74.el6.i686 [mlapier at peach ~]$ CentOS release 6.8 (Final) I've been able to print to this printer
2011 Aug 04
4
Sweave - landscape figure
Dear R-users I am trying to understand how Sweave works by running some simple examples. In the example I am working with there is a chunk where the R-commands related to plotting a figure are placed. When running R CMD Sweave ? , pdflatex the output is a portrait figure. I wonder whether it would be possible to change the orientation to landscape (not in the latex file but in Rnw file). Many
2006 May 12
11
Stupid? question about if else logic
this seems so stupid, I keep thinking I''ve dealt with this before but I have this code <h1>Portraits</h1> <% if @image.portrait == 1 %> <%= image_tag(url_for_file_column ''image'', ''file'', ''thumb'') %> <% else %> <h1>Landscapes</h1> <%= image_tag(url_for_file_column
2016 Sep 26
1
HP CP2025
On 27/09/16 10:45, Kay Schenk wrote: > > > On 09/25/2016 06:09 PM, Mark LaPierre wrote: >> >> [mlapier at peach ~]$ rpm -qa | grep hplip >> hplip-common-3.14.6-3.el6.x86_64 >> hplip-libs-3.14.6-3.el6.x86_64 >> [mlapier at peach ~]$ rpm -qa | grep cups >> cups-1.4.2-74.el6.x86_64 >> cups-pk-helper-0.0.4-13.el6.x86_64 >>
2010 Sep 24
1
Printing options for a network printer
I'm using Wine 1.3.3. with Ubuntu 10.04. In Ubuntu there is a network printer installed with a Linux printer driver for Konica Minolta Bizhub C203. The printer works perfect. If I print from OpenOffice (Linux-Version), I can choose different options, may be which printer-slot (A4, A3) colour or black, the print quality - same options like a printer installed in WINXP - but that's in
2011 Oct 17
1
Portrait and Lanscape PDF in the one document
People, I want to create a multi-page PDF doc and the pdf command works fine if I only use Portrait OR Landscape but how do I create a document that contains BOTH sorts of pages? Is it possible? - I couldn't find info about it. Thanks, Phil. -- Philip Rhoades GPO Box 3411 Sydney NSW 2001 Australia E-mail: phil at pricom.com.au
2002 Feb 05
1
eps Portrait to pdf now rotated since gs6.5 --- why?
Hi list, this question has probably been answered but I haven't found a solution in the archives: The older ghostscript gs5.50 (debian,stable) deals well with R-plots: epstopdf yields pdfs with the same orientation as the eps-file. But, since gs6.5 (or earlier) the dimension of the plot is interpreted: if x-width exceeds y-width even a Portrait-eps is rotated to Landscape. A possible
2007 Jan 25
1
printing problem
Hi everybody, i have a debian etch with samba 3.0.23c-4 (it's not the latest version) installed. this server is a member server (print server) of windows 2003 active directory domain - i'm using winbind to provide single sign-on. my problem is that i have a network printer HP Color Laserjet 2600n and it doesn't print using landscape orientation, just with portrait orientation. i'm
2003 Sep 09
1
lattice plot - portrait / landscape
Hi, How can I use portrait/landscape option in lattice bwplot? Is there any option in trellis.device where I can define this? Thanks in advance, Mahbub.
2009 Mar 31
2
To save Trellis Plots on A3 size paper (Portrait and Landscape)
Dear R users, Thanks in advance. I am Deb, Statistician at NSW Department of Commerce, Sydney. I am using R 2.8.1 on Windows XP. I like to save Trellis Plots on A3 size paper (Portrait and Landscape). Currently, I am using the following command to save a Trellis Plot in pdf [This is an example code]: pdf("D:/Analysis/test.pdf") dataFile <- expand.grid(xo=
2006 Nov 02
1
rotated figures within Sweave?
I can't recall (or find an example of) how to rotate figures in Sweave: <<fig=TRUE, echo=false, width=9, landscape=TRUE>>= ??? <<fig=TRUE, echo=false, width=9, rotate=true>>= ??? <<fig=TRUE, echo=false, width=9, sideways=TRUE>>= ??? <<fig=TRUE, echo=false, width=9, par=(something)>>= ??? Does anyone know how to do this?
2016 Sep 09
2
¿Cómo generar tabla apaisada salida PDF con RMarkdown?
Muchas gracias, Jos Antonio y Carlos. Estaba por escribir sandeces varias. Comento, por si hay algn lector, que como yo, se guarda los correos con respuestas a problemas posibles. No estaba usando|header.tex|, que es necesario para una como para otra solucin. El encabezado queda as: |---|| ||title: "Tablas que no entran"|| ||author: "Sandia Urlia"|| ||date: ""||
2009 May 21
1
postscript problems (landscape orientation)
I use the following function to export some figures to .eps: p.eps <- function(p, fname, title = NULL, width, height) { postscript(file=fname, onefile=FALSE, paper="special", width=width, height=height, horizontal=FALSE) print(p + opts(title = title)) dev.off() } Whenever I have a page consisting of *only* figures exported in this way, Acrobat Reader shows them in
2010 Feb 18
1
Mouse cursor rotated on all screens when rotating a single screen.
I've got the exact same problem. So: *BUMP* > I have two monitors, one landscape and the other portrait. When I > rotate the portrait monitor using xrandr (or the xorg.conf option) > the mouse cursor on the landscape monitor is also rotated and the > "click point" is no longer below the cursor (this makes the mouse > practically unusable). The cursor is correct on the
2013 Feb 13
1
plot rtf in landscape orintation
Hello All, I 'm trying to plot R graph in landscape orientation in a .rtf file. i 'm using library(rtf) for this. do we have any option in addPlot() function to rotate the orientation of the rtf file? Thank you, Deepthi BM PGDB-10-10-04 Institute of Bioinformatics and Applied Biotechnology Biotech Park, Electronic City, Phase I, Bengaluru-560100
2005 Oct 18
8
Fax2Mail
Hello, Is there or can anyone provide a comprehensive guide (designed for Linux/Asterisk novices) to installing/setting up Asterisk in order to support Fax2Mail service? In my case, I would like Asterisk to receive fax calls to predefined numbers (ranges) and to associate each of these numbers to email addresses. Thank you in advance. David --------------------------------- Yahoo!