Add styling to HTML before converting it to PDF in JAVA

Hi @alexey.noskov,

I have a requirement where I need to pass cookie value as string so that authentication will be performed using cookie. I do not want to use username and password to make Http get request. In my resource loading class I am making GET call with cookie but resource loading class is static. Is that resource loading class must be static??

@ramesh676 Passing credentials to the server is our of Aspose.Words scope. You can achieve this using standard java compatibilities. A quick search gives the following answer on stack overflow:
https://stackoverflow.com/questions/2528935/sending-cookie-with-http-request-in-java