Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,936 for

resource

(0.09 sec)
  1. Best Practices used in Argument Classes in Grou...

    It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of new features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices....ResourcesHere are a few channels and resources for you to download, try,...

    blog.groupdocs.com/search/groupdocs.search-for-...
  2. Ver archivos CAD en C# usando .NET API | Conver...

    Cree su visor de archivos CAD en C# para ver dibujos. Convierta DWG, DGN para renderizar como HTML, JPG, PNG o PDF utilizando el visor de documentos .NET API de GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/es/viewer/view-cad-documents...
  3. Load document from url | Documentation

    Learn how to Load document from url.... ReadToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... Save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-with-defa...
  5. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....+ Wildcard – + – – – More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/nesting-search-qu...
  6. Load a password-protected document | Documentation

    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:...remove metadata here } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  7. Get supported file formats | Documentation

    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....getDescription ()); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/get-supported-...
  8. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... Xls ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/exporting-metad...
  9. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...RasterizeToPDF = true }); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-in-raster...
  10. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...RasterizeToPDF = false }); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-overwriti...