Skip to main content

 

Here is the flow I am trying to achieve. I am using BOX Java SDK in my application to invoke BOX API.

  1. A bunch of files get uploaded to a folder (monitored by webhook)

  2. Application receives webhook trigger for each FILE (metadata )

  3. If FILE is a non-PDF (RTF, XLS) then convert to PDF

  4. Upload the converted file to BOX to a different folder

My draft implementation is centered around downloading file to local server on which application is running and then use itext/POI to convert non-PDF to PDF and upload PDF version to BOX.

Is there a simpler approach or a solution this ?

 


Be the first to reply!

Reply