Category: Core Java

Core Java

Power Of ffmpeg

In a previous post I have demoed how to use this wonderful html5 getUserMedia spec to record audio and video directly in client side without get involved the server. but problem with that post is script is only effective in webkit browser like Chrome. and the next issue is recording happens in two separate  files, […]

Imal Perera 
Core Java

Create PDF from HTML – java

IReport is one of the good tools that I found for creating PDF documents dynamically but most recently I got an requirement to create a PDF file exactly same to a dynamically generated html page, so rather than looking to create a template using Ireport I just curious to know is there any java libraries […]

Imal Perera