Hello All,
I have created a custom web service that user the SDK to create a pdf from a LaserFiche document and then opens the pdf in a browser. The logic used is as follows
- The LaserFiche session is opened. If no sessions are available, a session/connection attempt will continue for 5 seconds before failure.
- The document is retrieved and exported to a pdf byte array,
- The LaserFiche session is closed,
- The pdf byte array is used as content to open the document in a browser.
- The entire process takes less than 5 seconds.
Currently, I am using a read-only account that can have up to 8 concurrent sessions opened. For now, the 8 sessions seem to more than sufficient.
Does this process have any down-side as compared to using a LaserFiche Integration License that so far, does not seem necessary? Does an integration license give me any advantages?
Thanks,
Bruce