Great news for all Drupal CMS users! We have released a PDF Viewer module for Drupal. The module allows you to seamlessly embed PDF documents, as well as PowerPoint presentations, Excel spreadsheets, word processing documents and images into web-pages on your Drupal website. The PDF document Viewer module for Drupal utilizes our GroupDocs Viewer’s functionality and provides you with the following benefits:
Your website visitors don’t need any browser plug-ins or Flash to View documents hosted with our document Viewer....browser plug-ins or Flash to view documents hosted with our document...Drupal web-page and visitors can view it right away. High-fidelity...
Rendering files to PDF with GroupDocs.Viewer for .NET. It means that you can embed PDF in websites or applications by using this C# API... View ( viewOptions ); } VB.NET Imports...New PdfViewOptions () viewer . View ( viewOptions ) End Using End...
This article explains how to View specific pages when processing documents with GroupDocs.Viewer within your Java applications.... view ( viewOptions , 1 , 3 ); } Specify...forEmbeddedResources (); viewer . view ( viewOptions , pageNumbers...
Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs.... View ( viewOptions ); } VB.NET Imports...viewOptions . Quality = 50 viewer . View ( viewOptions ) End Using End...
This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...
This article explains how to open password-protected document with GroupDocs.Viewer within your .NET applications.... View ( viewOptions ); } VB.NET Imports...ForEmbeddedResources () viewer . View ( viewOptions ) End Using End...
This topic describes how to use the GroupDocs.Viewer Java API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... view ( viewOptions ); } The following...forRenderingByScaleF ( 0 . 5f )); viewer . view ( viewOptions ); } When you...
This topic describes how to use the GroupDocs.Viewer Node.js API to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG.... view ( viewOptions ) HousePlan.dwg...forRenderingByScaleF ( 0.5 ) ) viewer . view ( viewOptions ) HousePlan.dwg...
Today we will find out how to use GroupDocs’ Ruby SDK. We will create a GroupDocs Signature envelope sample with the Sinatra framework. GroupDocs Signature envelopes are used to prepare documents for digital signature and managing the signature process.
Setting Up First, create the application folders structure:
your_app/public – for CSS files. your_app/samples – for sample files. your_app/Views – for View files, we will use Haml for these. Also we need to create a Gemfile in our project’s root directory with the following content: https://gist.... your_app/views – for view files, we will use Haml...our views. Lines 5-7 creates our first root with a view named...