I have a new task about Converting pdf file to Excel file using Spring Boot framework.
If any one suggest me the maven dependency and Code, It will be much help for me.
<code> @PostMapping("/convert")
public ResponseEntity<byte[]> convert(@RequestParam("file") MultipartFile pdfFile) throws IOException {
// Code will be here for Converting Pdf to Excel.
return null;
}
</code>
<code> @PostMapping("/convert")
public ResponseEntity<byte[]> convert(@RequestParam("file") MultipartFile pdfFile) throws IOException {
// Code will be here for Converting Pdf to Excel.
return null;
}
</code>
@PostMapping("/convert")
public ResponseEntity<byte[]> convert(@RequestParam("file") MultipartFile pdfFile) throws IOException {
// Code will be here for Converting Pdf to Excel.
return null;
}