when dealing with files, is it possible to write or read any file extensions e.g. .docx, .pdf e.t.c.?

Recommended Answers

All 2 Replies

Yes, you can read or write the bytes of any file, Java doesn't care what the extension is. But you will need extra libraries to interpret the contents of MS office files, PDFs etc. It's easy to find them, just Google.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.