This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Using java to create a web browser
Is there any way to make a webbrower using java?.
if yes pls give the idea about it.
Of course you can make a webbrowser by using java.
You would have to parse the html content of the pages you request.
If you're not interested in creating your own browser, here is a link how to display simple html files.
Related
This question already has answers here:
Using Java to pull data from a webpage?
(5 answers)
Closed 5 years ago.
Can anyone suggest me a way to retrieve contents on a web page page using java?
I need to redirect to a web page, expand a block, and copy certain strings under it. Now I need to feed part of that string into another text box on a different page. How can this be done using java?
You should use Selenium (http://www.seleniumhq.org/). You can look up a tutorial on how to properly implement it for pulling data from websites. Assuming this is your own website, however, you can use a Socket.IO connection to communicate data.
Have you looked at Jsoup? https://jsoup.org/ it is a nice library for getting documents, parsing, etc.
This question already has answers here:
Closed 10 years ago.
Possible Duplicate:
Generating excel documents programmatically
I want to generate excel reports using Java/J2EE. Can anyone let mw know which is the best open source API to do this, which is simple & easy to use.
If anyone can provide me the link to sample programs will be great.
Thanks in Advance
You can try to use the Apache POI. They have examples on their web page. See their website here.
This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Creating online help in Java Swing application - using pdf user docs
Opening a PDF in a desktop application in Java
I want to add pdf file in GUI form and want to navigate up and down in pdf file. I am using J2SE.
This one should suit your requirements: http://www.icepdf.org/
This question already has an answer here:
Closed 11 years ago.
Possible Duplicate:
How to create pdf files on android
I need to create app for exporting text into pdf file. But I don't know how to do it, because I never used it ever. Help me please, give me an example for this task or link for tutorial.
Some libraries in java to acheive this
http://pdfbox.apache.org/
http://itextpdf.com/
This question already has answers here:
Closed 12 years ago.
Possible Duplicates:
How to programmatically download image from website ?
Download all images from a single directory of a website
I like to take all images from given Url and also from sub URL like wwebpage crawling.
I think you can use this WebReaper. There could be many alternatives to this software. I just showed here one.