Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 2,976 for

image annotation

(0.11 sec)
  1. Node.js를 사용하여 Word 문서를 이미지로 렌더링

    Node.js를 사용하여 Word 문서를 이미지로 렌더링하는 방법을 코드 예제와 함께 알아보겠습니다. Node.js에서 Word 문서를 이미지로 렌더링하기 위해 별도의 도구를 설치할 필요는 없습니다....Annotation Product Family GroupDocs...찾고 있다면, 이 튜토리얼은 서버 측 Word to Image 렌더링 Node.js 를 구현하는 방법을 정확하게...

    kb.groupdocs.com/ko/viewer/nodejs/render-word-d...
  2. Export Styles During Document Editing | GroupDocs

    This article describes how to preserve and export all built-in and custom styles in a source WordProcessing document during editing using GroupDocs.Editor for Node.js via Java....Annotation Product Solution GroupDocs... save other resources like images // ... (handling other resources)...

    docs.groupdocs.com/editor/nodejs-java/styles-ex...
  3. जावा के माध्यम से Node.js के लिए GroupDocs.View...

    जावा के माध्यम से node.js के लिए GroupDocs.Viewer चलाने के लिए एक डॉकर छवि बनाने का तरीका जानें। इसमें नमूना कोड के साथ पर्यावरण को कॉन्फ़िगर करने के विवरण शामिल हैं।...Annotation Product Family GroupDocs.../PathToSharedFolderOn:/SharedFolder gd-viewer-image /bin/bash यह कमांड आपके होस्ट...

    kb.groupdocs.com/hi/total/nodejs/create-a-docke...
  4. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Annotation Product Solution GroupDocs...like plain text (TXT), raster images (like PNG and JPEG), archives...

    docs.groupdocs.com/viewer/net/getting-used-fonts/
  5. Edit Word | GroupDocs

    This guide demonstrates how to edit DOC, DOT, DOCX, DOCM, DOTX, ODT, RTF documents with font extraction, different pagination modes and many other powerful features of GroupDocs.Editor for .NET....Annotation Product Solution GroupDocs...List contains all resources (images, fonts, and stylesheets). Modifying...

    docs.groupdocs.com/editor/net/edit-word/
  6. Adding text watermarks | GroupDocs

    The GroupDocs.Watermark allows to add text watermarks to documents which may consists of pages, worksheets, slides or frames....Annotation Product Solution GroupDocs...groupdocsWatermark . Watermarker ( 'image.png' ); const watermark = new...

    docs.groupdocs.com/watermark/nodejs-java/adding...
  7. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-op...
  8. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in Matroska (MKV) files |...

    Reading matroska format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from MKV files. The following are the steps to read native MKV metadata. Load an MKV video Get the root metadata package Extract the native metadata package using MatroskaRootPackage.MatroskaPackage Read the Matroska metadata properties on different levels of the format structure AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Matroska.MatroskaReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputMkv)) { var root = metadata.GetRootPackage(); // Read the EBML header Console....Annotation Product Solution GroupDocs...PPT, PPTX, XLS, XLSX, emails, images and more with our free online...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Introduction | GroupDocs

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Annotation Product Solution GroupDocs...different options, stylesheets, images, fonts, save HTML-document...

    docs.groupdocs.com/editor/java/introduction/