Skip to content Skip to sidebar Skip to footer
Showing posts with the label Java

Android: Fill Form Data And Extract Html

I have a very simple problem: Using java (and android) I am trying to go to a certain website (URL… Read more Android: Fill Form Data And Extract Html

Convert .jsp Or Html File To Pdf

Does anyone knows how to convert a jsp or html file to pdf format using Java? Something else than f… Read more Convert .jsp Or Html File To Pdf

Parse The Inner Html Tags Using Jsoup

I want to find the important links in a site using Jsoup library. So for this suppose we have follo… Read more Parse The Inner Html Tags Using Jsoup

Ftp Look A Like Application In Java/html

What would be a better approach to develop a FTP look a like application as the one shown below . I… Read more Ftp Look A Like Application In Java/html

Itext Partial Html Rendering

I am using iText PDF library for Java in order to generate PDF. I want to partially render some HTM… Read more Itext Partial Html Rendering

How To Remove All Elements On Text Level With Jsoup?

I'm working on a project and i'm only interested in the page layout and not in the text. I&… Read more How To Remove All Elements On Text Level With Jsoup?