How to Convert Word to PDF in SharePoint Online?

Requirement: Convert Word document into PDF in SharePoint Online. How to Convert Word to PDF in SharePoint Online?  Here is a nifty trick to convert word documents to PDF in SharePoint Online without using any 3rd party tools. Prerequisites: Make sure the library is in “Classic Experience”. You can change the UI…

Read more

Open PDF Documents in New Window in SharePoint

By default, PDF documents are opened in the same browser window in SharePoint. Here is the trick to open PDF files in new window: Option 1: Open PDF in new window with jQuery Use this jQuery to script to open SharePoint 2010 PDF documents in a new window: This script can be…

Read more

Display PDF Files in Content Editor Web Part

We can display PDF files inside content editor web part. Here is how:add a Content Editor web part to the page and place the object tag as below in HTML Source of the content editor web part. Using Object Tag to display PDF document in CEWP: <object width=”400″ height=”500″ type=”application/pdf” data=”https://sp10.Crescent.com//MCM/Documents/Pre-Reads.pdf?#zoom=75&scrollbar=1&toolbar=1&navpanes=1″ id=”pdf_content”>…

Read more

Configuring iFilter for PDF Search in SharePoint 2010 – Step by Step

What is iFilter by the way? IFilters are components that allow SharePoint to index content of specific file types, letting users search for content in those files. Using the SharePoint Search we can find documents based on their filename, metadata, or content within a document. By default, the content of Office documents…

Read more

Change PDF Icon in SharePoint

By default, SharePoint does not include PDF document file type icon. So we need to do the below changes to display the PDF icon for PDF files in our SharePoint environment. Here is how we can add PDF icon in SharePoint 2010: Download an appropriate icon for the PDF document type. You…

Read more