Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,987 for

resource

(0.07 sec)
  1. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....search ( "Einstein" ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/indexing-metadat...
  2. Clean metadata | Documentation

    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.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/net/clean-metadata/
  3. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... Planes ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/working-with-bm...
  4. Clean metadata | Documentation

    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.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  5. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System.... } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  6. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....might find the following resources useful: GroupDocs.Merger for...also # Here are some useful resources to further enhance your knowledge...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  7. عرض ملفات CAD في C # باستخدام .NET API | تحويل ...

    قم ببناء عارض ملفات CAD في C # لعرض الرسومات. قم بتحويل DWG أو DGN إلى تنسيق HTML أو JPG أو PNG أو PDF باستخدام عارض المستندات .NET API بواسطة GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/ar/viewer/view-cad-documents...
  8. Introduction | Documentation

    This article explains main principles and stages of editing documents programmatically with GroupDocs.Editor for .NET API....generate HTML markup with resources (using different options and...class with HTML-markup and resources of edited version of the original...

    docs.groupdocs.com/editor/net/introduction/
  9. Visualizza file CAD in C# utilizzando .NET API ...

    Crea il tuo visualizzatore di file CAD in C# per visualizzare i disegni. Converti DWG, DGN per renderizzare come HTML, JPG, PNG o PDF utilizzando il visualizzatore di documenti .NET API di GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/it/viewer/view-cad-documents...
  10. Перегляд файлів CAD у C# за допомогою .NET API ...

    Створіть засіб перегляду файлів САПР на C# для перегляду креслень. Конвертуйте DWG, DGN для візуалізації як HTML, JPG, PNG або PDF за допомогою засобу перегляду документів .NET API від GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/uk/viewer/view-cad-documents...