#1
Posted
:
Monday, June 13, 2016 9:35:07 AM(UTC)
Groups: Registered
Posts: 8
How do I convert and save a html/webpage as an image file?
#2
Posted
:
Wednesday, June 22, 2016 5:13:14 AM(UTC)
Groups: Registered
Posts: 119
Was thanked: 4 time(s) in 4 post(s)
Fred,
Using LEADTOOLS, the easiest way to do this is to just simply load an html/webpage file using RasterCodecs.load method:
https://www.leadtools.com/help/leadtools/v19/dh/co/leadtools.codecs~leadtools.codecs.rastercodecs~load.html
Once you have loaded your image, you can then save the file to an image using the RasterCodecs.save method:
https://www.leadtools.com/help/leadtools/v19/dh/co/leadtools.codecs~leadtools.codecs.rastercodecs~save.html
We also have s demo that you can try if you have downloaded our free 60 day evaluation, this demo can be found here:
C:\LEADTOOLS 19\Examples\DotNet\CS\MainDemo
If you have any further question, do not hesitate to ask!
Nick Villalobos
Developer Support Engineer
LEAD Technologies, Inc.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.