Sort Score
Result 10 results
Languages All
Labels All
Results 1,711 - 1,720 of 3,222 for

file editor

(0.15 sec)
  1. Indexing documents | GroupDocs

    This page contains information about indexing documents in the search network....Editor Product Solution GroupDocs...DateTime modificationDate = File . GetLastWriteTime ( filePath...

    docs.groupdocs.com/search/net/indexing-documents/
  2. Set document metadata on save | GroupDocs

    Follow this guide and learn how to set document metadata when saving output document after Files comparison within your Java applications....Editor Product Solution GroupDocs...metadata: Set metadata from source file Java import com.groupdocs.comparison...

    docs.groupdocs.com/comparison/java/set-document...
  3. eSign Document with Multiple Signatures | Group...

    This article explains how to sign a document with multiple signatures of various types by GroupDocs.Signature for Python via .NET API...Editor Product Solution GroupDocs...pfx" ) digital_options . image_file_path = "./signature.jpg" digital_options...

    docs.groupdocs.com/signature/python-net/esign-d...
  4. Set image size limits | GroupDocs

    This article shows how to set image size limits when rendering image to PNG or JPEG...Editor Product Solution GroupDocs...)) { // Create a JPG or PNG file. JpgViewOptions viewOptions...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  5. Skip image | GroupDocs

    The listed articles below explain how to skip saving images during document conversion....Editor Product Solution GroupDocs...options MarkdownConverter . to_file ( "business-plan.pdf" , "skip-images-static...

    docs.groupdocs.com/markdown/python-net/image-sk...
  6. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document to remove the confidential information before publishing it. With GroupDocs.Redaction tool you can redact PDF and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and images (JPG, PNG, BMP, GIF and more..)....Editor Product Solution GroupDocs...Redaction product creates a new PDF file and adds raster images of redacted...

    docs.groupdocs.com/redaction/java/features-over...
  7. How to Run Examples | GroupDocs

    This article describes how to run GroupDocs.Merger for .NET code examples....Editor Product Solution GroupDocs...Open Visual Studio and go to File -> New -> Project . Select the...

    docs.groupdocs.com/merger/net/how-to-run-examples/
  8. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....Editor Product Solution GroupDocs...optionsTextDIG ); // sign document to file signature . Sign ( "signedSample...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Editor Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Microsoft Word and various text editors. There may be instances where...Converter class using the MSG file path as an argument for its...

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