PDF Print

Hi,

My clent is seeking a Web 2 PDF converter. We are currently using Web2PDF, however, it won't print the footer that we want. Here is a sample page:

http://www.williamsfire.com/productpdf.aspx?ProductID=6c7c9903-9249-4cfc-9ffb-dd0a8fbe89e2

Does your software allow me to send a URL to you and let a customer download the file? Preferably, we don't want the customer to know we're using a 3rd party software, so we just want them to see a file download.


This message was posted using Aspose.Live 2 Forum

Hi there,

Thanks for your inquiry.

Aspose' products are used to programmatically generate, load, work with and convert many different document formats. These components are avaliable in .NET and Java platform. We do not offer any web service to submit documents for conversions.

Your client can however setup there own service on their server using Aspose components they can set up such a service on a server to handle conversion between file formats.

You could achieve what you looking for by using either Aspose.Words or Aspose.Pdf.

Using Aspose.Words you can load the HTML content from a webpage using the code of the second example from this API page here. You can then convert this to PDF and send to the users web browser by calling the Save method overloaded described here. Simply outputting the file name with ".pdf" will convert the HTML to PDF.

Using Aspose.Pdf you can insert HTML and convert it to PDF in a similar way which is described here.

If you have any further questions, please feel free to ask.

Thanks,