[sane-devel] Neither get_select_fd() nor non-blocking

2006-10-31 Thread astr...@cendio.se
On Mon, 30 Oct 2006, m. allan noah wrote: > > You might need non-blocking with command line or cgi scripts as well. > > Nowadays, users expects "AJAX-typ" pages, that can load incrementally. The > > old style "read everything, write everything" is not fun, not even with > > CGI scripts. > > ajax

[sane-devel] tiff2pdf script or sample

2006-10-31 Thread Tom Miller
Jens, Michael, Keith and David, This is exactly what I am looking for. $ tiffcp page*.tiff article.tiff $ tiff2pdf article.pdf Thank you so much for all the respond. Tom Original message >Date: Tue, 31 Oct 2006 00:47:30 +0100 >From: Jens Gulden >Subject: Re: [sane-devel] t

[sane-devel] Re: Neither get_select_fd() nor non-blocking (astr...@cendio.se)

2006-10-31 Thread zf
Force backend support non-blocking mode ? I don't think it's a good idea. These work will be done more easily in frontend than backend. - Original Message - From: To: Sent: Monday, October 30, 2006 8:42 PM Subject: sane-devel Digest, Vol 16, Issue 34 > Send sane-devel mailing list

[sane-devel] tiff2pdf script or sample

2006-10-31 Thread Jens Gulden
Tom Miller schrieb: > Does any one have any information on how to > use tiff2pdf so that it will combine > mulitple files into one file and convert to pdf? > > Thanks much, > > Tom > Use tiffcp to combine multiple tiffs to one, e.g. tiffcp page1.tiff page2.tiff page3.tiff allpages.tiff (or j

[sane-devel] tiff2pdf script or sample

2006-10-31 Thread David Yoder
Hi, You are a little shy on describing how you want to do this, but you might look at the man pages for tiffcp (multiple tiff files into one). Then use tiff2pdf to convert the combined tiff file into your pdf. Dave __