Skip to content

Commit

Permalink
eux-pdf-flattener
Browse files Browse the repository at this point in the history
  • Loading branch information
walberg committed Oct 21, 2024
1 parent 0422cb3 commit df32793
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ class FlattenPdfService(
log.info { "Retrieving final file"}

val readBytes = File(completeFilename).readBytes()
log.info { "File length ${readBytes.size}" }
return readBytes
}

Expand Down

0 comments on commit df32793

Please sign in to comment.