

The LEADTOOLS SDK is a commercial SDK that provides you with a DocumentViewer Control that you can embed in your application to display all different kinds of formats, including over 150+ different image formats as well as all of the common Office formats. The iFrame would then contain the document you wanted to view, including the ability to scroll the pages and print, etc.
Google docs pdf viewer url software#
This allows you to use the Microsoft Office software installed on your machine to do the conversions for you.ĭisclaimer: I am an employee of this company One way of showing a formatted document on your web page is to embed a Google Document as an iFrame within your page. One option is using the to achieve this:
Google docs pdf viewer url how to#
Then you have to figure out how to convert the office formats to PDF. That said, when I use the Google Docs viewer on my site, 'fit page to screen' is the default view without. You can convert all of your input images to PDF using iTextSharp: Parameters I know of: url (obviously) embedded (obviously) hl set language of UI (tooltips) :0.page.1 jump to page 2 (page 1 is numbered 0) - this is unreliable and often requires a refresh after the first load, defeating the purpose. Then the next step is converting your documents and images to PDF.

Using PDF.JS to display PDFs in web browser

Here is information on how to view PDFs using PDF.JS: To add a document viewer to your web application that isn't using an iframe with google docs, you could look into using PDF.JS. Option 1 - Open Source (Pdf.js, iTextSharp, ) The second option will be to use a commercial sdk. Your first option will be to use a combination of various open source libraries in order to get it to work. You have 2 options to achieve the functionality that you are wanting.
