Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 705 for

spreadsheet to pdf

(0.07 sec)
  1. Adding watermarks | GroupDocs

    GroupDocs.Watermark for Java supports the following watermark types. TextWatermark ImageWatermark Adding watermark To any supported document format using GroupDocs.Watermark consists of some easy steps. Following are the steps To add a watermark To a document. Load the document Create and initialize watermark object Set watermark properties Add a watermark To the document Save the document For more details please refer To the following guides:...to images Add watermarks to PDF documents Add watermarks to presentation...documents Add watermarks to spreadsheet documents Add watermarks...

    docs.groupdocs.com/watermark/java/adding-waterm...
  2. Extract tables from document | GroupDocs

    Learn how To extract tables from documents including Excel Spreadsheets, Word documents, and Pdfs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....Excel spreadsheets (XLS, XLSX) , Word documents, PDFs, and other...structured table data from Excel spreadsheets. This is especially useful...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  3. GroupDocs.Viewer for .NET | GroupDocs

    GroupDocs.Viewer for .NET allows you To render documents in various formats as HTML, Pdf, JPEG, and PNG files. You do not need To use third-party software To view files within your .NET application....text documents, spreadsheets, presentations, PDF files, web pages...render/display them in HTML, PDF, PNG, and JPEG formats. You can...

    docs.groupdocs.com/viewer/net/
  4. Announcing GroupDocs' Online Document Viewer Mo...

    Good news To all Orchard CMS users! We’ve rolled out a module for the Orchard platform, which lets you embed GroupDocs’ high-fidelity online document viewer as well as selected documents To Orchard pages. No matter what the format is, you can now embed and view documents online using GroupDocs’ efficient online document viewer. [caption id=“attachment_999” align=“alignnone” width=“600” caption=“Announcing GroupDocs’ online document viewer module for Orchard”] [/caption] GroupDocs Viewer is a powerful online document viewer, which allows you To view documents online simply using a browser....all-in-one viewer ** as an online: PDF viewer Word viewer (DOC, DOCX...PowerPoint viewer (PPT, PPTX) Spreadsheet viewer (XLS, XLSX) Image...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  5. GroupDocs Newsletter November 2018 – .NET and J...

    Share this issue: Monthly NewsletterNovember 2018 Merge and Compare Business Documents of Same Format Documents Difference Checker APIs for .NET and Java GroupDocs.Comparison Product Family includes .NET and Java APIs To efficiently merge and compare all popular business document formats (Microsoft Word, Excel, PowerPoint, OpenDocument ODT, Pdf, Text and HTML) for difference checking. The APIs support comparing text contents, words, paragraphs, characters and style changes like font size, bold, italic etc....PowerPoint, OpenDocument ODT, PDF, Text and HTML) for difference...namely: Microsoft Word, Excel Spreadsheet, PowerPoint Presentation...

    blog.groupdocs.com/total/groupdocs-newsletter-n...
  6. PngViewOptions | GroupDocs.Viewer for .NET API ...

    Contains options for rendering documents inTo PNG format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingTopngorjpeg/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...SpreadsheetOptions { get; set; } The spreadsheet files view options. TextOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  7. Load a file of a specific format | GroupDocs

    This example demonstrates how To load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage Topics To learn more about library features and get familiar how To manage metadata and more, please refer To theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Spreadsheet ); const metadata = new groupdocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  8. How to Use GroupDocs' Online Document Viewer Pl...

    We have published a GroupDocs’ online document viewer plugin for Chrome. This add-on provides GroupDocs users with a slick interface for viewing documents right in the Chrome browser. GroupDocs’ Online Document Viewer gives you the ability To view documents and images right in your web browser, without having To install bulky office software. Whether you need To view a text document, an image or a PowerPoint presentation, GroupDocs’ online document viewer opens it for you....TIFF) Portable files (PDF) Spreadsheets (XLS, XLSX) Thanks to...

    blog.groupdocs.com/viewer/how-to-use-groupdocs-...
  9. Get file info | GroupDocs

    The page describes how To detect document file type, size and calculate pages count when annotate documents or images with GroupDocs.Annotation....file type (PDF, Word document, Excel spreadsheet, PowerPoint...

    docs.groupdocs.com/annotation/net/get-file-info/
  10. Generate previews | GroupDocs

    This article provides learning contents about how To generate page previews of documents in .NET using GroupDocs.Parser API...OutputPath , fileName ); } Note Spreadsheets are rendered by tiles. See...are the steps to generate spreadsheets page previews: Prepare object;...

    docs.groupdocs.com/parser/net/generate-previews/