Re: [Dev] Creating and sending PDF as attachments

2017-01-01 Thread Vinuri Perera
Hi Lahiru, Thanks for the input, I have done a small research on this. This contain the MIT license and its seems to be a easy library to do the task. But I also found several drawbacks which will make it hard for us to use. - To use the java wrapper, wkhtmltopdf must be installed and working on

Re: [Dev] Please Review and Merge (WebSocket Suppport for Carbon-Messaging)

2017-01-01 Thread Irunika Weeraratne
Hi all, I did necessary changes after the review. Please review and merge https://github.com/wso2/carbon-messaging/pull/40 Thanks, Irunika *Irunika Weeraratne* *Software Engineer | WSO2, Inc. * *Email : irun...@wso2.com * *LinkedIn :

[Dev] [VOTE] Release WSO2 Identity Server 5.3.0- RC1

2017-01-01 Thread Pulasthi Mahawithana
Hi All, This is the 1st Release Candidate of WSO2 Identity Server 5.3.0 Please download, test the product and vote. Vote will be open for 72 hours or as needed. This release fixes the following issues: Runtime : https://wso2.org/jira/issues/?filter=13612 Analytics :

Re: [Dev] Creating and sending PDF as attachments

2017-01-01 Thread Lahiru Manohara
Hi Vinuri, You can use this library [1] for converting to HTML to PDF. But this is a C library and you can find Java wrappers [2]. [1] http://wkhtmltopdf.org/index.html [2] https://github.com/jhonnymertz/java-wkhtmltopdf-wrapper Best Regards, On Mon, Jan 2, 2017 at 10:04 AM, Vinuri Perera

[Dev] Creating and sending PDF as attachments

2017-01-01 Thread Vinuri Perera
Hi All, Currently we are sending an HTML template in an email. We have an requirement of moving the HTML template content to PDF and sending as attachments. As to my initial research, we can develop this using 2 different approaches - Convert the HTML file to PDF - Modify the PDF Also these are