Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 25,613 for

may

(0.38 sec)
  1. Ինչպես փոխարկել SVG-ն PDF-ի C#-ով

    Այս հոդվածը բացատրում է SVG-ն PDF-ի C#-ով փոխարկելու մանրակրկիտ ընթացակարգը և սովորելու, թե ինչպես զարգացնել C# SVG-ի PDF փոխարկիչի ֆունկցիոնալությունը:...C#-ով ուղեցույցը: Updated on 28 May 2023 Հայերեն English Ελληνικά...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  2. Ինչպես փոխարկել HTML-ը Excel-ի C#-ում

    Արագ վերանայեք HTML-ը Excel-ի C#-ով փոխարկելու մանրամասն հրահանգները, սովորեք, թե ինչպես օգտագործել այս քայլերը HTML-ից Excel փոխարկիչ C# ֆունկցիոնալության իրականացման համար:...տեղեկությունների համար: Updated on 28 May 2023 Հայերեն English Ελληνικά...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  3. Ինչպես փոխարկել TXT-ը DOCX-ի C#-ի միջոցով

    Այս հոդվածում դուք կստանաք ուղեցույց, թե ինչպես փոխարկել TXT-ը DOCX-ի C#-ի միջոցով, ներառյալ կոդի օրինակ՝ ցանկացած օպերացիոն համակարգում TXT-ին DOCX C#-ով արտահանելու համար:...օգտագործելով C# -ում: Updated on 28 May 2023 Հայերեն English Türkçe 日本語...

    kb.groupdocs.com/hy/conversion/net/how-to-conve...
  4. Listening to conversion process events | Docume...

    Follow this guide and learn how to track conversion process by subscribing to specific events of GroupDocs.Conversion for .NET API....where the client application may hook up and receive updates....

    docs.groupdocs.com/conversion/net/listening/
  5. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....resources GitHub Examples You may easily run the code above and...

    docs.groupdocs.com/signature/net/searching-for-...
  6. Export Data | Documentation

    How to export data to XML files....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/parser/java/export-data/
  7. Add text watermarks | Documentation

    This article shows how to add a text watermark and save the resultant document. It is capable of adding watermarks to images or documents.... You may add watermarks to documents or...

    docs.groupdocs.com/watermark/nodejs-java/add-text/
  8. 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....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/net/indexing-metadata...
  9. Deleting documents | Documentation

    This page contains information about deleting documents in the search network....resources GitHub examples You may easily run the code from documentation...

    docs.groupdocs.com/search/java/deleting-documents/
  10. Working with metadata in FLV files | Documentation

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....resources GitHub examples You may easily run the code above and...

    docs.groupdocs.com/metadata/net/working-with-me...