replied on August 14, 2018
I'd say that trying to force LF to always generate PDF versions of TIFF documents on-the-fly is probably not the best idea. Generating a PDF is relatively resource-intensive and the larger a document is the longer it will take to generate meaning your users would be waiting for the document each time.
I think the big question is why do they want a PDF in the first place? If they have that strong a need for the PDF copy, then it would make a lot more sense to pre-generate the PDF and have it ready to go rather than adding the overhead at the point where the user views a document.
I don't think it is really possible to automatically generate them on-the-fly without custom solutions, but the web interface should already have a way for them to request a PDF.