File with HTML .tiff file.

Is there a way to convert an HTML string to a .tiff file.

I am using C # .NET 3.5. The requirement is to provide the user with the opportunity to confirm the fact. Acknowledgment is created using XML and XSLT. It is usually sent by email.

Is there a way that I can take the HTML string generated by the HTML conversion string and convert it to .tiffor any image that can be faxed?

Third-party software is allowed, however, the cheaper the better.

We use a third-party fax library that will only accept images .tiff, but if I can get an HTML image of any image, I can hide it until .tiff.

+3
source share
2 answers

Here are some free use cases:

You can use the PDFCreator printer driver, which comes with ghostscript and prints directly to a TIFF file or in many other formats.

If you have MSOffice installed, the creator of the Microsoft Office Document Writer will produce a file that you can convert to other formats.

But in general, it is best to print a driver that will produce an image file of some type or a Windows metadata file format (.wmf) file.

Is there a reason you can't just print by fax? Does third-party software support the printer driver? This is unusual these days.

+4
source

WebSuperGoo, , .

, PDF- HTML (http://www.websupergoo.com/helppdf6net/source/3-concepts/b-htmlstyles.htm). TIFF.

HTML CSS. Microsoft ActiveX ActiveX.

+2

Source: https://habr.com/ru/post/1696773/


All Articles