search for: tiffg4

Displaying 10 results from an estimated 10 matches for "tiffg4".

2007 Apr 25
5
Upload PDF / Save as tiff
...document received via a browser upload to a tiff image via ghostscript. I have the PDF data in a string, and I need the tiff data returned into a string. The general command I want to emulate is: type test.pdf | "c:\program files\gs\gs8.56\bin\gswin32c.exe" -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=- > test5.tiff I''ve had success in writing directly to a file via: IO.popen(''c:\program files\gs\gs8.56\bin\gswin32c.exe -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sOutputFile=test3.tiff -'', "wb") do |pipe| pipe.write pdf_data end However, I real...
2008 Mar 05
1
queries about bitmap()
Hi, There are different types of tiff methods in bitmap(), which one should be used for publication-quality pictures ? '"tiffcrle"', '"tiffg3"', '"tiffg32d"', '"tiffg4"', '"tifflzw"', '"tiffpack"', '"tiff12nc"', '"tiff24nc"', Thanks [[alternative HTML version deleted]]
2015 Jun 24
4
asterisk email to fax
2005 Feb 24
1
SAMBA + LDAP : Unable to Login on a domain
...guest ok = Yes # printable = Yes # print command = /usr/bin/imprimepdf %s # printer name = Imprimante PDF # comment = Imprimante de generation de fichiers PDF # lpq command = # lprm command = # printer admin = @users # write list = @users # writable = yes # directory = /home/printer #[tiffg4] # path = /home/printer # guest ok = Yes # printable = Yes # print command = /usr/bin/imprimetiffg4 %s # printer name = Imprimante Tiffg4 # comment = Imprimante de generation de fichiers Tiffg4 # printer admin = @users # write list = @users # writable = yes # directory = /home/printer # If you wa...
2015 Jun 25
0
asterisk email to fax
...oing/ and Asterisk sent off the fax. There are some free fax echo numbers out there that are useful when debugging. If I wanted to drive this automatically from email, I would probably just use procmail and some scripts. Ghostscript produces the right kind of image file if you use "-sDEVICE=tiffg4". You'd have to define some syntax for specifying the outgoing number and cover page info in the email body, and extract the MIME attachment for the document from the email. Hope this helps. -- Eric Cooper e c c @ c m u . e d u
2002 Aug 08
2
R graphics and dpi
Is there a way to tell at what dpi R generates graphics at? I need to generate 600 dpi graphics for an article. -roger _______________________________ UCLA Department of Statistics rpeng at stat.ucla.edu http://www.stat.ucla.edu/~rpeng -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send
2014 Oct 29
0
My Asterisk can not send fax via T.38
...t38pt_udptl = yes,redundancy,maxdatagram=400 faxdetect = yes extension.conf [sendFAX] exten => s,1,VERBOSE(sending fax...) exten => s,n,Set(FAXOPT(headerinfo)=Fax from a Demo test) exten => s,n,SendFAX(/tmp/demo.tiff,f) ;I get demo.tiff file from "$ gs -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sPAPERSIZE=letter -sOutputFile=<dest> <src>" exten => s,n,VERBOSE(ok!) exten => s,n,Hangup I use AMI to originate a fax call. In the CLI, everything looks well. I didn't get any error message. When I use wireshark to check the detail of this comunication, I found Asteri...
2005 Dec 04
2
tiff graphics
Colleagues I frequently insert PDF graphics created with R into Word (Office 2004 for Mac) documents. The documents are created on either a Linux machine (RedHat 9) or a Mac (Tiger). I am using R 2.2.0. These pdf graphics often lose a great deal of resolution after insertion into Word compared to their high quality when printed as PDF documents. I recently learned that converting the
2010 May 12
3
Asterisk core dumping on SendFax with FFA
...ue seems to be with the error - "failed to queue document '/var/spool/asterisk/fax/campaign_70.tif'" However I can confirm that a) the file exists, b) it is worl readable and c) is created from a pdf with ghostscipt in the recommended fashion - gs -q -dNOPAUSE -dBATCH -sDEVICE=tiffg4 -sPAPERSIZE=a4 -sColorMode=mono -sOutputFile=campaign_70.tif combo2010.pdf and can open the file in preview on mac without any issues. There is no further information in the logs / console I cannot think of any other reason why it would not be able to queue the file. Digium for some reason do...
2004 Mar 16
24
Softfax/spandsp
Hi all, After a long time having no time, I have finally done some fresh work on my software fax machine. I have replaced the original carrier tracking with something more robust. I have also added 4800, and 2400 bits per second modes, and cleaned up a few bugs in areas like superfine mode operation. I apologise for this update taking so long. At ftp://ftp.opencall.org/pub/spandsp you will