Web Based Printing

  • Thread starter Thread starter Andrew Robinson
  • Start date Start date
A

Andrew Robinson

I have a web site that needs to print or fax a series of office (word and
excel) and/or PDF documents. Does anyone know of a service / api that will
allow me to print or fax these as a group? i.e. one fax or continuous
printed document.

-Andy
 
I have a web site that needs to print or fax a series of office (word and
excel) and/or PDF documents. Does anyone know of a service / api that will
allow me to print or fax these as a group? i.e. one fax or continuous
printed document.

-Andy

There are a lot of faxing solutions but a specific one I know of is
http://www.dataoncall.com/web-fax-api/index.jsp

You can either send an email to kick off the fax or do a POST to their
service with your information in it.

I'm not sure about printing. Are the printers located within your
offices or in one specific location or are there numerous destinations
like a users printer at their house?
 
Thanks for the pointer Jeff, but I am looking for something that I can host
on my own server.

-Andy
 
Hi Andy,

Regarding on sending FAX, the raw interface on windows platform should be
tha TAPI api, however, due to the complexity of TAPI and time consuming for
completely developing a FAX solution via TAPI, it does be preferred to use
an existing component. Here are some FAX components I've searched:

#FaxMan - ActiveX/DLL/.NET - V4.0
http://www.componentsource.com/products/faxman/index.html

#RFax 1.1 for .NET - Fax component
http://www.java4less.com/fax_dotnet.htm

IMO, since your main application is ASP.NET web application, you can
consider separate the FAX sending service from your web application. for
example, you can use a standard winform or console or service application
to host the FAX sending program and let your web application send FAX
sending request to the FAX service application (through remote method call)
in a queued model, this can make your web application loose coupled with
the FAX functionality.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top