c# - Call Website resource through Windows Service -


i have 1 scenario in have call website windows service schedule @ specific time. need html resources , send email using windows service. possibility call web resource through windows service ? open implementation in .net framework.

regards

have 1 scenario in have call website windows service schedule @ specific time. need html resources , send email using windows service.

this harder sounds. components render html viewable web page expect desktop, windows service doesn't have.

then still need render html pdf, else there no native support in .net. need 3rd party library ghostscript or 1 adobe (don't remember name, it's expensive).

when desktop, adobe acrobat doing heavy lifting, that's not available service because acrobat requires desktop.

if can find way render html without having desktop or interactive session, can render html pdf ghostscript.net , system.net.mail.

if doesn't need service, afternoon's work in vb.net or c#, if need windows service, it's going difficult.

new info

apparently phantomjs can run headless , render web pages (see link below)


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -