Sort Score
Result 10 results
Languages All
Labels All
Results 2,831 - 2,840 of 17,199 for

file

(0.96 sec)
  1. 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....avatarStream = new FileInputStream(new File("E:\\\\Images\\\\smile.jpeg"));...can still use good old local file storage but if you need more...

    blog.groupdocs.com/annotation/save-annotations-...
  2. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....PPTX using C# Metadata in PPTX files can contain sensitive information...before sharing or publishing files to protect confidentiality and...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  3. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....recognized metadata properties from a file Sometimes you may need to just...packages/properties. Load a file to clean Call the sanitize method...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  4. Clean metadata | GroupDocs

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....recognized metadata properties from a file Sometimes you may need to just...metadata packages/properties. a file to clean Call the method Check...

    docs.groupdocs.com/metadata/net/clean-metadata/
  5. Render to PNG or JPEG | GroupDocs

    With GroupDocs.Viewer for .NET you can render documents to PNG and JPEG formats.... To render files to PNG/JPG, follow these steps:..."sample.docx" )) { // Create a PNG file. PngViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/rendering-to-png-...
  6. How to Sign XLSX with Image Signature using C#

    This article will provide help on how to sign XLSX with image signature using C#. Also, a code example will be provided to create image signature in XLSX using C#....electronic documents, including XLSX file format. This article will guide...Signature class by passing the XLSX file path as an argument to its constructor...

    kb.groupdocs.com/signature/net/how-to-sign-xlsx...
  7. Adjust the JPEG image quality | GroupDocs

    Following this guide you will learn how to adjust JPG images quality when rendering documents with Image Viewer by GroupDocs....reduces the size of the output file. To adjust images quality, set..."sample.docx" )) { // Create a JPG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/image-viewer-adju...
  8. Extract Text from ODT using C#

    This article provides a detailed guide on text extraction from ODT in C#. It includes a code example to assist you in performing how to extract text from ODT using C#....C# OpenDocument Text ( ODT ) files, commonly used with word processors...facilitates text extraction from ODT files Create a Parser object and set...

    kb.groupdocs.com/parser/net/extract-text-from-o...
  9. Convert PDF to Presentation using Node.js

    Learn how to convert PDF to Presentation using Node.js with a step-by-step guide. Easily export PDF to Presentation in Node.js and transform documents into slides....instance and load the source PDF file Set the output format to PPTX...method to save the output PPTX file to disk The conversion library...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  10. How to Convert DOCX to DOC using C#

    In this article, you will explore how to convert DOCX to DOC using C# without installing extra software. Also, we will provide the code to export DOCX to DOC in C#.... The DOCX is the XML-based file format used by Microsoft Word...However, DOC is older binary file format used by Microsoft Word...

    kb.groupdocs.com/conversion/net/how-to-convert-...