Displaying 20 results from an estimated 120 matches similar to: "PDF printing with printing = CUPS"
2003 May 16
1
Modified Cups Backed pdf writer to keep the original document name.
Hi All,
I've got a samba/cups pdf writer going thanks to PeteFwee and Wolfram Q and
a few others... the cups pdf backed i used has a default of
username-date.pdf which I didn't like and wanted the name of the job that
got send in the printer q on the winslows client.
The only way I could see in my very limited experience was to grab the
%%Title out of the postscript file and make sure
2003 May 15
0
PDF Samba Printer - ps2pdf Only Lette
ps2pdf +a4 gives this URL on google:
http://linuxfr.org/~nicOnicO/1514.html
ps2pdf -sPAPERSIZE=a4 monfichier.ps
See if this helps.
------------------------
Matthew Western <mwestern@affairs.net.au> wrote:
------------------------
Hi all,
>
>I've got a nice working pdf samba printer emailing the right person
>thanks to PeteFwee and David F and am doing a little testing.
2003 May 15
4
PDF Samba Printer - ps2pdf Only Letter Size?
Hi all,
I've got a nice working pdf samba printer emailing the right person thanks to PeteFwee and David F and am doing a little testing. I've just realized that it's set to Letter when it creates the .pdf file. and i've googled till i'm blue in the face and can't see any options that says page size or something similar. i'm running ghostscript 7.04.
does anybody
2020 Jun 17
1
Slow and Incomplete printing from DOS Client 3.0
Hi All,
I am seeing issues printing to a text file. I am using Samba Version
4.12.3 and CUPS 2.3.3. I have written a simple BASH backend for CUPS
to simply copy the RAW contents and save it as a file. I do not
believe this is an issue with CUPS simply because I can print from a
Windows 7 Terminal doing something such as:
NET USE LPT1: \\10.111.11.130\RAWCAPTURE
DIR C:\ > LPT1
The
2003 May 30
12
pdf printer
Hi,
I created a PDFPrinter as per
http://marc.theaimsgroup.com/?l=samba&m=105301236523413&w=2
I have another question, do I need to add a Color Laser Printer Driver in
W2K to the PDF share to generate color PDF in Windows?
Regards,
Norman
2006 Feb 07
3
[Possible spam] New project - any volunteers?
Greetings! (and apologies upfront for any duplication as a result of my cross-posting)
It''s been five weeks now since I began working with RoR. My experience has been incredibly positive. So much so that I''m emboldened to undertake a project I''d previously concluded I no longer had the technical chops to even _start_. I''ve included a brief description of
2010 Dec 11
2
remove quotes from the paste output
Hi,
I'm generating the name of the variable with paste function and then using that
variable name further to get the specific position value from the data.frame,
here is the snippet from my code:
modelResults <- extractModelParameters("C:/PilotStudy/Mplus_Input/Test",
recursive=TRUE)
#extractModelParameters reads all the output files from the Test folder and
create the
2012 Jan 15
0
Reading MINE output into a matrix
I've benefited from this list with input on how to build up a
symmetrical matrix. The purpose of that query was to work with the
output from the MINE routine posted at www.exploredata.net
To the extent it helps others, here is the script that I was working on
an which turns a given MINE output column (in the case below, the third
column corresponding to "MIC") into a matrix.
2004 May 28
0
Samba PDF printer...
Hello
Using Samba 2.2.8a on a Redhat 7.2 box
I set up a PDF generator relying on Samba and a shell script to create
the output.
This works fine but I have a further trouble that I am stumped by. The
files cannot be viewed from within a Citrix session (the point of the
entire exercise) unless they are available from this one NT Server
share. So if I mount a Windows NT server share under
2007 May 14
1
a question about spatial autocorrelation in R
Dear all,
I am currently facing a problem related to the spatial autocorrelation of
a sample of stations; these stations supply weekly data for a fixed
time-window during the year (namely, 4-6 months per year).
For this reason I'm trying to use the R package 'spdep' (specifically
Moran's I) in order to get rid of it.
Does anyone know how is it possible (if it is...) to
2009 Jul 29
0
[LLVMdev] Question on llc output stream
On Jul 29, 2009, at 8:09 AM, David Greene wrote:
> In llc's GetOutputStream we have this:
>
> raw_fd_ostream *FDOut = new raw_fd_ostream(OutputFilename.c_str(),
> /*Binary=*/true,
> Force, error);
>
> Why is Binary set true here? We don't know yet whether this is
> going to be an
> AsmFile or a MachOFile.
2005 Aug 02
0
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
On Mon, Aug 01, 2005 at 05:13:15PM -0500, Nicholas Riley wrote:
> The attached patch fixes this.
...but had tabs in it. Misha kindly reminded me off-list that this
was bad. Try this one instead.
--
Nicholas Riley <njriley at uiuc.edu> | <http://www.uiuc.edu/ph/www/njriley>
-------------- next part --------------
Index: tools/gccld/GenerateCode.cpp
2010 Mar 03
2
uint decode error on visual studio...
Is this a common warning? The decoder doesn't return an error on it, but I
see it a lot in my test application on windows. It is non existent on my
linux box. I haven't tried mingw yet.
please note that I'm using visual studio 2008 w/the vcproj that Bjoern
Rasmussen made for 0.5.2 (w/some file references removed) at the moment and
it is giving a lot of C4554 warnings
2005 Aug 01
2
[LLVMdev] [patch] gccld not passing -export-dynamic to gcc for link
gccld passes -shared through if it's generating a shared library, but
if you're compiling a program that needs to have its symbols
externally accessible, it doesn't pass -export-dynamic through to gcc
for the final link.
The attached patch fixes this. I've tested with a small test case I
sent Chris, and with Python; both seem to work.
I also fixed some inaccurate comments in
2006 May 17
0
[LLVMdev] Obfuscation with LLVM
Hi all,
I was trying to implement an obfuscation tool for C-code on the basis of
LLVM. I got a prototype of the simple obfuscation transformation which
converting control flow graph to something like a state machine. I am not
sure I will have time to work on extending further this tool with new
transformations like opaque predicates and decided to put here source code I
have by now with hope
2005 Nov 10
2
is this a DNS resolution problem ?
Hi list,
I encounter a problem again, which I thought resolved : when joining a
domain, sometimes the workstation says it cannot join, or the domain
does not exist, or something like that, because there is a DNS
resolution probleme. I read the Micro$oft documentation listed in the
error message
(http://www.microsoft.com/windows2000/dns/tshoot/dns_tshoot2A.asp)
I solved the problem, the
2008 Jan 09
1
**Full-time Ruby on Rails Programmer Job Opp in Nashville, TN**
Hello All,
My name is Lauren Wulf and I am a technical recruiter for Brooksouce
in Nashville, TN. I have a client here in Nashville that is looking
for a Full-time Ruby on Rails programmer. This client is in the
healthcare industry and is working on some very innovative
applications. Please take a look at the job description and feel free
to send this to anyone that might be interested in a
2004 Dec 21
1
[LLVMdev] Cygwin port
Hi all,
> Please try it out, if it doesn't work, please tell us what's
> wrong, or, better yet, submit a patch. :)
Alright, here are the results of building the latest llvm from CVS under
cygwin:
lib\Debugger\SourceFile.cpp
needs #include <assert.h> when building with gcc 3.3.3
tools\gccld\gccld.cpp line 128
tools\llvm-ld\llvm-ld line 318
need
2009 Jul 29
2
[LLVMdev] Question on llc output stream
In llc's GetOutputStream we have this:
raw_fd_ostream *FDOut = new raw_fd_ostream(OutputFilename.c_str(),
/*Binary=*/true, Force, error);
Why is Binary set true here? We don't know yet whether this is going to be an
AsmFile or a MachOFile.
Setting Binary=true causes the stream to be unbuffered. Is this what we want?
2014 Sep 27
0
Patch to add buffering to decoding too
The previous patch was bugged. The output file wasn't truncated to
correct size and was a bit off from rounding the WAVE/AIFF header to
smallest sector size. And RAW output didn't benefit from the change. And
the existing functions didn't need changes as outputfilename was already
known. Attached is a fixed and improved version.
-------------- next part --------------
diff --git