Sort Score
Result 10 results
Languages All
Labels All
Results 8,011 - 8,020 of 33,334 for

annotate

(3.08 sec)
  1. Jak převést PDF na TIFF v Javě

    Rychle porozumějte postupu provádění transformace dokumentu, naučte se převádět PDF na TIFF v Javě a vytvořte kód pro export PDF do TIFF pomocí Javy....Annotation Product Family GroupDocs...

    kb.groupdocs.com/cs/conversion/java/how-to-conv...
  2. Jak převést MHTML do HTML pomocí C#

    Snadno provádějte převod dokumentů a naučte se proces převodu MHTML do HTML pomocí C#. Naučte se také implementovat schopnost převodu MHTML na HTML C#....Annotation Product Family GroupDocs...

    kb.groupdocs.com/cs/conversion/net/how-to-conve...
  3. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  4. كيفية استخراج البيانات الوصفية من PDF باستخدام C #

    يشرح هذا البرنامج التعليمي عملية استخراج البيانات الوصفية من PDF باستخدام C # مع واجهة برمجة تطبيقات استخراج المستندات وكيفية إنشاء تطبيق للحصول على البيانات الوصفية من PDF في C #....Annotation Product Family GroupDocs...

    kb.groupdocs.com/ar/parser/net/how-to-extract-m...
  5. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  6. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/loading-of-temp...
  7. Loading files | GroupDocs

    Load files from a local disk, a stream, a specific format, or a password-protected document with GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/loading-...
  8. كيفية تحويل PDF إلى HTML باستخدام C #

    تعرف على كيفية تحويل PDF إلى HTML باستخدام C # على أي نظام أساسي بدون أي برنامج تابع لجهة خارجية. تحقق من الدليل ونموذج التعليمات البرمجية لتحويل PDF إلى HTML في C #....Annotation Product Family GroupDocs...

    kb.groupdocs.com/ar/conversion/net/how-to-conve...
  9. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Annotation Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  10. Changing Target File Format | GroupDocs

    Note This feature is supported by version 18.9. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a powerful feature to change the target file format of an assembled document using file extension or explicit specification. GroupDocs.Assembly API provides the ability to change target file format when assembling the following file formats: Word Processing documents Spreadsheet documents Presentation documents Email documents Text documents Supported output file formats depending on input file formats can be found at this page....Annotation Product Solution GroupDocs...

    docs.groupdocs.com/assembly/net/changing-target...