Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 4,952 for

values

(0.59 sec)
  1. Inserting Hyperlinks or Bookmarks | GroupDocs

    Articles in this section... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/inserting-hyper...
  2. Web Report Generator Powered by GroupDocs.Assem...

    Articles in this section... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/web-report-gene...
  3. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/getting-started/
  4. Getting Started | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs....... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/getting-started/
  5. Converting Documents | GroupDocs

    Explains GroupDocs.Conversion for Java converter features and shows how to convert PDF, Word, Excel, PowerPoint documents, PNG, JPG images and other formats inside your Java applications... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/java/developer-gu...
  6. Developer Guide | GroupDocs

    This section decsribes how to add digital signature to pdf, docx, pptx, xlsx and many more with GroupDocs.Signature for Java library... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/developer-guide/
  7. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Node.js API to convert text files to HTML, PDF, PNG, and JPEG formats.... The default value is 55 . —Specifies the maximum...characters per row. The default value is 85 . The following example...

    docs.groupdocs.com/viewer/nodejs-java/render-te...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    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.... WriteLine ( "Value: {0}" , simpleTag . Value ); } } // Read...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. C#을 사용하여 HEIF HEIC 이미지의 XMP 및 EXIF 데이터 관리

    C#을 사용하여 HEIF, HEIC 이미지의 XMP 및 EXIF 데이터를 관리합니다. .NET 애플리케이션 내에서 메타데이터 자동화 API를 사용하여 EXIF 및 XMP 데이터를 읽고, 업데이트하고, 제거합니다....Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/ko/metadata/manage-xmp-and-e...