DEV Community

Discussion on: Spring boot - java - AWS

Collapse
 
snorri1986 profile image
Denys Shabelnyk

1.Read first pdf using FileReader;

  1. Read second file using FileReader;
  2. Add content of second to the end of first. In my opinion it is first part of algorithm.