Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,454 for

numbers

(0.05 sec)
  1. Highlight PDF with Annotations using C# | Annot...

    Highlight text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area....like the color, opacity, page number, and points. Add the defined...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  2. Stamp Signatures Introduced in GroupDocs.Signat...

    Every month team GroupDocs comes up with a new release that adds some valuable features to the GroupDocs.Signature for .NET API. In this regard we are pleased to announce the release of version 17.7.0 of the e-signing API. The most important feature introduced in this version is the support for Stamp signatures. Other features introduced in this version include the implementation and verification of new barcode and QR-code encode types....NET API comes up with a number of improvements. The details...

    blog.groupdocs.com/signature/stamp-signatures-i...
  3. Ekstrak Data dari Faktur atau Tanda Terima di C...

    Parsing faktur atau tanda terima dan ekstrak data secara terprogram menggunakan C#. Gunakan .NET document parsing API di ASP.NET, WCF, atau WPF untuk mengekstrak teks dari dokumen....TemplateRegexPositio("Invoice Number"), "InvoiceNumber"), new TemplateField(new...TemplateRegexPositio("Order Number"), "InvoiceOrder"), new TemplateField(new...

    blog.groupdocs.com/id/parser/extract-data-from-...
  4. Voeg Word-documenten samen met C# | Word lid va...

    C# manier om twee of meer Word-documenten samen te voegen tot één bestand. Combineer alleen de selectieve pagina's van meerdere Word-bestanden binnen uw .NET-toepassing....the starting and ending page number // Voeg de documenten samen... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/nl/merger/merge-word-files-u...
  5. Voeg Word-documenten samen met Java | Word lid ...

    Java-manier om twee of meer Word-documenten samen te voegen tot één bestand. Combineer alleen de selectieve pagina's van meerdere Word-bestanden binnen uw applicatie....the starting and ending page number // Voeg de documenten samen... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/nl/merger/merge-word-files-u...
  6. Отримайте дані з рахунків-фактур або квитанцій ...

    Проаналізуйте рахунки-фактури чи квитанції та витягніть дані програмним шляхом за допомогою C#. Використовуйте API аналізу документів .NET в ASP.NET, WCF або WPF, щоб витягти текст із документів....TemplateRegexPositio("Invoice Number"), "InvoiceNumber"), new TemplateField(new...TemplateRegexPositio("Order Number"), "InvoiceOrder"), new TemplateField(new...

    blog.groupdocs.com/uk/parser/extract-data-from-...
  7. Searching for document signatures excluding ext...

    This article explains how to search with excluding non-signature components like native documents text, images or barcodes that are the part of document content....updated signatures:" ); int number = 1 ; foreach ( BaseSignature... WriteLine ( $"Signature #{number++}: Type: {temp.SignatureType}...

    docs.groupdocs.com/signature/net/searching-for-...
  8. Об’єднання документів Word за допомогою Java | ...

    Спосіб Java для об’єднання двох або більше документів Word в один файл. Об’єднайте лише вибрані сторінки кількох файлів Word у своїй програмі....the starting and ending page number // Об’єднайте документи merger... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/uk/merger/merge-word-files-u...
  9. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size.... Every object has its number (ID) and may belong to one...following types: name, string, number, boolean, null object, dictionary...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  10. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. final Redactor redactor = new Redactor("Sample.docx"); try { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) SaveOptions so = new SaveOptions(); so....“maxSpots” defines the maximal number of spots, which is random,...the document with the custom number and size of noise effects SaveOptions...

    docs.groupdocs.com/redaction/java/use-advanced-...