Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 2,819 for

resource

(0.03 sec)
  1. Working with BMP metadata | GroupDocs

    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...
  2. Clean metadata | GroupDocs

    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...
  3. Load a file of a specific format | GroupDocs

    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...
  4. Render DOC as JPG using Python

    If you want to render DOC as JPG using Python, this topic is for you. It explains how to convert DOC to JPG in Python with page-by-page rendering with good output....safely and manage system resources automatically Create an instance...

    kb.groupdocs.com/viewer/python/render-doc-as-jp...
  5. Render EML as JPG using Python

    Learn how to render EML as JPG using Python. This tutorial explains how to convert EML to JPG in Python with custom dimensions for static email visualization....load the EML file and manage resources automatically Create JpgViewOptions...

    kb.groupdocs.com/viewer/python/render-eml-as-jp...
  6. Anzeigen von CAD-Dateien in C# mithilfe der .NE...

    Erstellen Sie Ihren CAD-Datei-Viewer in C#, um Zeichnungen anzuzeigen. Konvertieren Sie DWG, DGN zum Rendern als HTML, JPG, PNG oder PDF mit der Document Viewer .NET API von GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/de/viewer/view-cad-documents...
  7. הצג קבצי CAD באמצעות Java API | המרת DWG DXF DG...

    בנה את מציג קבצי ה-CAD שלך ב-Java. המר DWG, DGN לעיבוד כ-HTML, JPG, PNG או PDF באמצעות Java API של מציג המסמכים של GroupDocs....html", "page_{0}/resource_{1}", "page_{0}/resources"); viewer.view(viewOptions);...

    blog.groupdocs.com/he/viewer/viewing-cad-docume...
  8. GroupDocs.Editor for Python 26.5 – HTML 循环编辑与多格...

    GroupDocs.Editor for Python 版本 26.5 带来 HTML 循环编辑、Python 风格的 API、扩展的多格式处理以及友好的 AI 文档。通过 pip 安装。...fonts 、 css 、 audio 、 all_resources ),并支持 from_markup() / fro...from_markup_and_resource_folder() / from_file() 工厂方法 FormFieldManager...

    blog.groupdocs.com/zh/editor/groupdocs-editor-f...
  9. Przeglądaj pliki CAD za pomocą Java API | Konwe...

    Zbuduj swoją przeglądarkę plików CAD w Javie. Konwertuj DWG, DGN, aby renderować jako HTML, JPG, PNG lub PDF za pomocą przeglądarki dokumentów Java API firmy GroupDocs....html", "page_{0}/resource_{1}", "page_{0}/resources"); viewer.view(viewOptions);...

    blog.groupdocs.com/pl/viewer/viewing-cad-docume...
  10. Viewer.ClientCode() - Free Support Forum - grou...

    <span style="font-size:10.0pt;font-family:"Segoe UI",sans-serif; color:#1F497D;mso-ansi-language:EN-US" lang="EN-US"> We tried the newer version example that the support team send us for the ASP.Net …...Following are some useful resources for you to quickly get started...

    forum.groupdocs.com/t/viewer-clientcode/2186