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

groupdocs.viewer,

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

    Դուք կսովորեք, թե ինչպես փոխարկել PDF-ը Word-ի C#-ով այս ձեռնարկում: Մենք կօգտագործենք կոնսոլային պարզ հավելված՝ PDF-ի DOC փոխակերպման համար՝ օգտագործելով C#:...Դուք կսովորեք, թե ինչպես փոխարկել PDF-ը Word-ի C#-ով այս ձեռնարկում: Մենք կօգտագործենք կոնսոլային պարզ հավելված՝ PDF-ի DOC փոխակերպման համար՝ օգտագործելով C#:

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

    Այս ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PDF-ը պատկերի Java-ում: Դուք կարող եք սահմանել լուծաչափը, պայծառությունը և այլ պարամետրեր պատկերի համար, երբ PDF-ը վերածվում է պատկերի Java-ի միջոցով:...Այս ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PDF-ը պատկերի Java-ում: Դուք կարող եք սահմանել լուծաչափը, պայծառությունը և այլ պարամետրեր պատկերի համար, երբ PDF-ը վերածվում է պատկերի Java-ի միջոցով:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  3. Ինչպես փոխարկել RTF-ը HTML-ի Java-ում

    Կատարեք փաստաթղթերի փոխակերպում լավագույն գրադարաններից մեկի հետ, սովորեք Java-ում RTF-ի HTML-ի փոխարկելու գործընթացը և ուսումնասիրեք RTF-ի HTML փոխարկիչ java հավելվածը:...Կատարեք փաստաթղթերի փոխակերպում լավագույն գրադարաններից մեկի հետ, սովորեք Java-ում RTF-ի HTML-ի փոխարկելու գործընթացը և ուսումնասիրեք RTF-ի HTML փոխարկիչ java հավելվածը:

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  4. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。

    kb.groupdocs.com/zh/conversion/page/16/
  5. GroupDocs.Conversion Product Family

    查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。...查找有关在任何平台上使用代码转换各种类型的文档和图像的答案。

    kb.groupdocs.com/zh/conversion/page/12/
  6. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....This article explains how to load from stream while using GroupDocs. Watermarks Java API.

    docs.groupdocs.com/watermark/java/load-from-str...
  7. Working with annotation replies | Documentation

    The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API.

    docs.groupdocs.com/annotation/net/working-with-...
  8. Barcode Image Generation in Word Processing Doc...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.docx The Code...Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <<barcode [value] -itf6>> Download Template Get the template from here. Barcode.docx The Code

    docs.groupdocs.com/assembly/java/barcode-image-...
  9. Defining Relations Between DocumentTable Instan...

    Define Relations Between Document Table Instances API provides ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, the Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations Note The code uses some of the objects defined in: The Business Layer ColumnNameExtractingDocumentTableLoadHandler...Define Relations Between Document Table Instances API provides ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added: DocumentTableRelation DocumentTableRelationCollection Moreover, the Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations Note The code uses some of the objects defined in: The Business Layer ColumnNameExtractingDocumentTableLoadHandler

    docs.groupdocs.com/assembly/net/defining-relati...
  10. Classify Raw Text | Documentation

    Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy....Simple IAB-2 text classification Call Classify method with a text as the first parameter to perform classification. Default taxonomy (IAB-2) and bestClassesCount (1) will be used. var response = classifier.Classify("Medicine is an important part of our lifes"); Console.WriteLine(response.BestClassName, response.BestClassProbability); Raw text classification with Documents taxonomy and 2 best classes to return Taxonomy, bestClassesCount and precisionRecallBalance could also be specified: var response = classifier.Classify("Medicine is an important part of our lifes", 2, Taxonomy.

    docs.groupdocs.com/classification/net/classify-...