Displaying 20 results from an estimated 1100 matches similar to: "spandsp and page orientation"
2005 Jan 11
1
rxfax troubles..
what is g723? ive never seen that before...
-- Executing Answer("Zap/1-1", "") in new stack
-- Accepting call from '2819870065' to '2815692780' on channel 0/1, span 1
-- Executing Wait("Zap/1-1", "1") in new stack
-- Executing SetVar("Zap/1-1",
"FAXFILE=/var/spool/asterisk/fax/1105486770.492.tif") in new stack
--
2016 Apr 10
0
How to print the graphs in landscape/portrait orientation (revised)
Hi,
I made a few graphs by ggplot. The following codes produce a pdf file
with graphs, sometimes in landscape orientation, sometimes in portrait
orientation. I am using both Mac and Windows PC.
Question: how can I control the orientation of the pdf file? I try to
add a line pdf(paper = ?USr?) (or pdf(paper="letter")) in the following
code, but it does not work.
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 May 13
4
Asterisk - fax - spandsp
Dear all
I have a Asterisk server (version 1.0.7) running with a TE110P card
on a 3Ghz P4 machine (running nothing else but asterisk)
So far so good.
Today I was trying to receive faxes using spandsp fax client.
I used spandsp v0.0.2pre18 (which compiled against libtiff 3.5.7)
It compiled fine, installed fine, run fine.
But when sending a fax (from a Brother fax machine) the image
received
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)
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
2007 Nov 29
1
Controlling Postscript output, size and orientation
I'm trying to get my graphics so that I can use them in LaTeX to create (via
) a pdf presentation.
I've tried controlling inner and outer margins and figure size using par(),
to no avail. The ps output keeps appearing as a portrait page with a
centered figure. Nothing I have been able to do so far has changed that.
Below is the code:
par( bg="yellow",
lab=c(10,5,7)
2004 May 27
0
[OT] spandsp hylafax asterisk and confusion
This really only seems practical in a corporate environment however, I would
suggest decoupling the creation of faxable material from the act of
transmitting it.
First use CUPS/Samba to create a 'print to PDF' printer
(http://www.google.ca/search?q=samba+pdf+printer)
Second use an LDAP to look up to return the email address of the submitter
of the job and send them the resulting PDF
2011 May 20
2
Faxing with Asterisk 1.8.4 & T.38
Hi -
I am looking for suggestions for ITSPs for faxing with asterisk 1.8. We are based in the US, so would need an ITSP with US DIDs.
#1) We would like to use Fax For Asterisk with asterisk 1.8.4 in order to receive faxes via T.38. Sending faxes is not a requirement. Does anyone have a working asterisk 1.8.4 configuration and ITSP provider that they can recommend? We have been trying T.38
2004 Apr 18
4
Intel 536ep as a FXO?
Hi,
I've seen some reports about ruuning Intel modem with 537 or MD3200
chipset running with Zaptel drivers as a FXO port. Did anybody managed
to set up a PCI faxmodem based on Intel536ep chipset to work with * and
Zaptel drivers?
Modem seemd to work just fine with Linux, but the driver says no;)
some more info:
Linux 2.4.26
mazuchna:~# cat /proc/pci | grep 536
Communication
2006 Oct 23
2
T.38 faxing with spandsp and Grandstream HT.486
Hello !
I 'm trying T.38 faxig with spandsp using rxfax/txfax as fax terminal.
As another endpoint I 'm using Grandstream HT 486 ATA and a fax machine.
Has anybody success with the HT486 as T.38 terminal ?
ATA as originator: I managed only onetimes a successfull T.38 fax
session. The other times the HT486 did not initiate a re-invite with
T.38 parameters. Or shall the Terminator
2006 Jun 19
0
image rotation? (orientation)
Hi there,
So, I have this photo site. When the users upload photos, they are
generally in a zip file. So the site unzips the photos and then
generates 5 versions of each one: small_thumb, large_thumb, small,
medium, and large. After it finishes that, it will forward the user
onto a page where they can edit the pictures'' title, caption and
orientation (20 pictures per page). This page
2003 Jan 14
2
graphics landscape orientation
Hello listers,
I would like to know how I can get the resulting graphic of the function
plot.hclust (from the package cluster) in landscape orientation. Is it
possible?
Thanks,
Juan
2011 Jun 25
3
How to export to pdf in landscape orientation?
Does anybody know how to get a pdf file with landscape orientation?.
pdf(file= 'my_file.pdf' ,onefile=T,paper='A4')
plot(sin, -pi, 2*pi)
dev.off()
Thank's in advance
Juan A. Hernandez
Spain
[[alternative HTML version deleted]]
2008 Aug 13
1
reverse orientation of text in plot margins
Dear R users,
I am trying to reverse the orientation of axis labels and title in the right margin of a plot, so that they read from top to bottom. I know that this can be done using text() as follows:
par(mar=c(5,4,4,4)+.1)
plot(1:4,las=0)
par(new=T)
y <- rnorm(4)
plot(y,axes=FALSE,ann=FALSE,pch=17)
axis(4,labels=FALSE)
par(xpd=TRUE)
2012 Apr 25
0
Excel file with landscape orientation with the Spreadsheet gem
Hi,
Does anyone know if there is a way to generate Excel spreadsheets
with
landscape orientation with the Spreadsheet gem?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
2006 Oct 31
0
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Author: muffin
Repository: /hg/zfs-crypto/gate
Revision: fecd74c42540dbb707f29987c4b4e10ecff69818
Log message:
6266832 UNIX98/UNIX03: getc(), getchar(), putc(), putchar() did not set stream to byte orientation
Files:
update: usr/src/head/iso/stdio_iso.h
2009 Apr 02
1
Tick label orientation
I had hoped that
plot(c(0,24),c(0,-6),xlab="Time",ylab="Day",
type="n", main="This Week",axes=FALSE)
axis(2,at=0:(-6), labels =
c("Sun","Mon","Tues","Wed","Thurs","Fri","Sat"),hadj=TRUE)
axis(1,at=seq(0,24,4))
would give me horizontal tick labels.
It doesn't. What would?
2006 Jun 19
0
Iamge orientation using JavaScript
Hi Ryan!
Just Google Rotating the image using JavaScript and i think you will find
what you want.
Regards,
Swanand
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060619/34a0d5fc/attachment.html
2007 Aug 20
1
polar.plot orientation and scale in plotrix
Hello all-
I would like to orient my polar.plot (from package plotrix) so that the
circular scale runs clockwise and the origin (ie. 0 degrees) starts at the
top of the plot. The defaults of running the scale counter-clockwise and
beginning with 90 degrees at the top of the graph seems counter-intuitive to
me.
I'm using R 2.5.0, and plotrix version 2.2-4.
Many thanks,
Tim