MSD
MSD

Reputation: 322

MVC Application to Display embedded PDF documents

I have an MVC 4 Project that i publish to azure. I Want to Embed PDF documents into some Pages. I am looking for a Server side Solution that Does Not Depend on Client side Adobe Installation. Has anyone found a good Solution for this?

Upvotes: 0

Views: 10035

Answers (1)

ElliotSchmelliot
ElliotSchmelliot

Reputation: 8382

Here is a related post that suggests embedding PDFs in HTML, typically via the PDF.JS library.

Upvotes: 1

Related Questions