Displaying 2 results from an estimated 2 matches for "484773".
Did you mean:
48477
2008 Jan 08
3
app_rxfax.c and app_txxfax.c where?
Hi All,
Where can I find copies of the app_rxfax.c, app_txfax.c and
apps_Makefile.patch. They don't seem to be located at soft-switch.org
anymore.
I am currently trying to compile Asterisk 1.2.26.1 and need the fax
components.
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2007 Apr 25
5
Upload PDF / Save as tiff
Hi,
I''m trying to automate the conversion of a PDF 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