Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 3,414 for

library

(0.18 sec)
  1. Load from a local disk | GroupDocs

    The following example demonstrates how to load file from local disk....NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/load-from-a-loc...
  2. Load from a local disk | GroupDocs

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/load-from-a-lo...
  3. Save a modified file to a specified location | ...

    This article shows how to save a document to a specified location on a local disk in Java...Along with full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  4. Get supported file formats | GroupDocs

    This article explains how to obtain supported file formats list for PDF, Words, Spreadsheet or Presentation document types when working with GroupDocs.Signature within your .NET applications....NET library we provide simple, but powerful...

    docs.groupdocs.com/signature/java/get-supported...
  5. GroupDocs.Watermark for Python via .NET | Group...

    A Python via .NET API for adding watermarks to the documents of different file formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....high-performance, and cross-platform library that allows you to build desktop...

    docs.groupdocs.com/watermark/python-net/
  6. Load a password-protected document | GroupDocs

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...with a full featured Java library we provide simple, but powerful...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/net/save-in-raster...
  8. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...NET library we provide simple, but powerful...

    docs.groupdocs.com/redaction/python-net/save-in...
  9. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form....NET library we provide simple, but powerful...

    docs.groupdocs.com/search/net/nesting-search-qu...
  10. Save a modified file to a stream | GroupDocs

    This article shows how to save a file to the specified stream...NET library we provide simple, but powerful...

    docs.groupdocs.com/metadata/net/save-a-modified...