Sort Score
Result 10 results
Languages All
Labels All
Results 2,541 - 2,550 of 13,530 for

file

(0.06 sec)
  1. .Net Core version of the Assembler product - Fr...

    Will there be .Net Core version of the Assembler product?...FileNotFoundExceptio: 'Could not load file or assembly 'System.Drawing... The system cannot find the file specified.' atir.tahir March...

    forum.groupdocs.com/t/net-core-version-of-the-a...
  2. Load from a stream | Documentation

    This example demonstrates how to load a File from a stream..../ Advanced Usage / Loading files / Load from a stream Load from...example demonstrates how to load a file from a stream. AdvancedUsage...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  3. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....metadata in FLV files Working with metadata in FLV files Leave feedback...format-specific information from the FLV file header. The following are the...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Features Overview | Documentation

    This article describes the main functions of GroupDocs.Comparison for Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Leave feedback On this page File comparison allows you to detect...differences between source and target files for changes at paragraphs, words...

    docs.groupdocs.com/comparison/java/features-ove...
  5. Load document from stream | Documentation

    This article explains how to load PDF, Word(.doc, .docx), Excel(.xls,.xlsx), PowerPoint(.ppt, .pptx) documents from stream when using GroupDocs.Merger for .NET....overhead of saving stream as a file on disk, provides a way to work...case. using ( Stream stream = File . OpenRead ( @"c:\sample.docx"...

    docs.groupdocs.com/merger/net/load-document-fro...
  6. Compare bookmarks in Word documents | Documenta...

    This article explains how to activate the comparison of bookmarks for Word format in GroupDocs.Comparison for Node.js via Java.... Specify the source file path or stream. Call the add()...add() method. Specify the target file path or stream. Instantiate...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. GroupDocs.Watermark for Node.js via Java | Docu...

    GroupDocs.Watermark for Java developer documentation. Learn how to add watermarks using nodejs...support for the documents of 40+ file formats. Supports watermark...Develop Functions GUIDE Retrieve File Info USEFUL RESOURCES GroupDocs...

    docs.groupdocs.com/watermark/nodejs-java/
  8. Introducing GroupDocs.Classification for .NET |...

    What Is GroupDocs.Classification? GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. Why Use GroupDocs.Classification as a Developer? No additional software is required to classify texts or documents. IAB-2 taxonomy for News/Cites classification....Word and OpenDocument Writer file formats, PDF documents, RTF...Classification demo supports file and text classification with...

    docs.groupdocs.com/classification/net/introduci...
  9. ClassNotFoundException BouncyCastleProvider exc...

    This article is about ClassNotFoundException: BouncyCastleProvider exception...jar library as JAR file from . Put the file into your project...

    docs.groupdocs.com/viewer/java/classnotfoundexc...
  10. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....docx" )) { // Create an HTML file. HtmlViewOptions viewOptions..."sample.docx" ) ' Create an HTML file. Dim viewOptions As HtmlViewOptions...

    docs.groupdocs.com/viewer/net/set-custom-fonts/