Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 934 for

presentation to pdf

(0.04 sec)
  1. C# Compare Excel, Word, Text Files | .NET Docum...

    Compare two files or more using C#. .NET SDK allows comparing two Excel spreadsheets, Word documents, Pdf files or compare text files in CSharp....files, compare excel files, PDF documents or even compare text... XLTM, XLSB, XLSM, CSV Presentations PPT, PPTX, PPS, PPSX, POT...

    blog.groupdocs.com/comparison/compare-excel-wor...
  2. Introducing API v2 of GroupDocs.Parser for .NET

    The all-new API v2 of GroupDocs.Parser for .NET has been released! It would be a piece of breaking news for those who are already using our document parsing API as well as who are looking for an easy To use solution for extracting text, images, and metadata from Pdf, word processing documents, spreadsheets, Presentations, emails, EPUB & ZIP file formats. What’s new in the API v2? We have done some major updates at the architecture level of the API To perform product optimization.... images , and metadata from PDF , word processing documents ..., spreadsheets , presentations , emails , EPUB & ZIP file formats...

    blog.groupdocs.com/parser/introducing-api-v2-of...
  3. Get supported file formats | GroupDocs

    This page describes how the search api is used To obtain a list of supported file types....of supported file types is presented below. const supportedFileTypes...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/get-suppo...
  4. GroupDocs.Total Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Annotate PDF, word processing documents and...formats so you can annotate PDF, word-processing documents and...

    blog.groupdocs.com/categories/groupdocs.total-p...
  5. eSign Document with Image Signature | GroupDocs

    This article demonstrates how To add signature image on document page with GroupDocs.Signature for Python via .NET....alternative way to put any presenting data in a visual form. This...example shows how to sign a PDF document with the image signature...

    docs.groupdocs.com/signature/python-net/esign-d...
  6. Sign Document With Secure Custom Metadata Signa...

    id: sign-document-with-secure-cusTom-metadata-signatures url: signature/net/sign-document-with-secure-cusTom-metadata-signatures title: Sign document with secure cusTom Metadata signatures weight: 12 description: “This section contains articles with explanation how To create Metadata electronic signatures and embed inTo metadata cusTom object with its serialization and encryption. The examples show how To cusTomize object serialization and encryption.” keywords: productName: GroupDocs.Signature for .NET Toc: True hideChildren: False GroupDocs.Signature provides additional features with MetadataSignature class like following ability To embedded cusTom objects inTo metadata ability To specify cusTom objects encryption and serialization ability To collect and populate standard document signatures Here are the steps To embed cusTom object inTo Metadata signature with GroupDocs....jpg" , options ); } Sign PDF with embedded object and encrypted...or update standard embedded PDF document metadata signatures...

    docs.groupdocs.com/signature/net/developer-guid...
  7. Document rendering basics | GroupDocs

    This section describes how To use GroupDocs.Viewer for Node.js To convert different document types To Pdf, HTML, PNG, and JPEG formats....Render Word documents Render PDF documents Render Spreadsheet...files Render PowerPoint presentations Render Visio documents Render...

    docs.groupdocs.com/viewer/nodejs-java/document-...
  8. Save Annotations in a DB and Set User Avatars i...

    Today, I’d like To present several great enhancements that we’ve implemented in the GroupDocs.Annotation for Java library version 1.6.0: User Avatars Remote collaboration in groups is much more engaging and productive when we can see each other (or at least put a face To each other). In this release we’ve implemented functionality that allows users To use personal avatars when annotating documents in a group. The avatar functionality can be easily configured through the library’s API....Today, I’d like to present several great enhancements that we’ve...improved support for native PDF and Word annotations and added...

    blog.groupdocs.com/annotation/save-annotations-...
  9. Convert Spreadsheets using GroupDocs.Conversion...

    Reason To use a Document Conversion API The world is becoming a global village and businesses running all over the world interacting and collaborating with hundreds of institutions across the globe, the data gathered from different sources come in a number of different formats. Even the data arranged within an organization could be compiled in different formats depending upon the person or department gathering and maintaining it. You may also find yourself in a situation where the older files being used within the company may no longer be compatible with the company’s needs due To certain changes in company policies and software being used by it....sure that the valuable data present in actual files may not get...can be used when converting to PDF using GroupDocs.Conversion for...

    blog.groupdocs.com/conversion/convert-spreadshe...
  10. Get supported file formats | GroupDocs

    The getSupportedFileTypes method of the FileType class is used To obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); IteraTor iteraTor = supportedFileTypes.iteraTor(); while (iteraTor.hasNext()) { FileType fileType = (FileType)iteraTor.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } 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....of supported file types is presented below. Iterable < FileType...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/get-supported-...