Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 1,729 for

numbers

(0.06 sec)
  1. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode for maximum performance using GroupDocs.Parser for .NET. Fast text extraction mode for bulk processing and performance-critical scenarios in C#.... To retrieve the total number of document pages method is...RawPageCount ; p ++) { // Print a page number Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  2. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for .NET API.... This is a positive number, that returns page count for...count for Presentations and a number 1 for pageless documents like...

    docs.groupdocs.com/editor/net/extracting-docume...
  3. دمج مستندات Word باستخدام C# | انضم إلى الكل أو...

    طريقة C# لدمج مستندين أو أكثر من مستندات Word في ملف واحد. قم بدمج الصفحات الانتقائية فقط لملفات Word المتعددة داخل تطبيق .NET الخاص بك....the starting and ending page number // دمج المستندات merger.Jo... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/ar/merger/merge-word-files-u...
  4. C# Kullanarak Word Belgelerini Birleştirme | Tü...

    İki veya daha fazla Word belgesini tek bir dosyada birleştirmenin C# yolu. .NET uygulamanızda birden çok Word dosyasının yalnızca seçili sayfalarını birleştirin....the starting and ending page number // belgeleri birleştirme merger... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/tr/merger/merge-word-files-u...
  5. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign document with Royal Mail Mailmark 2D Barcode electronic signatures...created signatures:" ); int number = 1 ; foreach ( BaseSignature... WriteLine ( $"Signature #{number++}: Type: {temp.SignatureType}...

    docs.groupdocs.com/signature/net/sign-document-...
  6. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....created signatures:" ); int number = 1 ; for ( BaseSignature temp...out . print ( "Signature #" + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/sign-document...
  7. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document...created signatures:" ); int number = 1 ; for ( BaseSignature temp... print ( "Signature #" + + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/sign-document...
  8. Single Row Image in Presentation Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Presentation Document format based on the use case: Working with a Business Case. Single Row in Microsoft PowerPoint Document Creating a Single Row Please follow below steps to create Single Row Image in MS PowerPoint 2013: Create a new presentation slide. Insert the desired shape to display the image in it. Go to Insert Tab and select shape by clicking on Shape Icon.... Write “Name” and “Contact Number” to show the name and contact...must show Name and Contact Number of the customer. Report must...

    docs.groupdocs.com/assembly/net/single-row-imag...
  9. Extract Data from Invoices or Receipts in C# us...

    Parse invoices or receipts and extract data programmatically using C#. Use .NET document parsing API in ASP.NET, WCF, or WPF to extract text from documents.... Processing a number of digital invoices and extracting...

    blog.groupdocs.com/parser/extract-data-from-inv...
  10. Loading Documents from Streams with the GroupDo...

    Greetings! As you may noticed, in most GroupDocs.Viewer for .NET sample projects, target documents are presented in the form of files. They are usually placed in the “testfiles” folder, which is specified in the Global.asax. So you might think that GroupDocs.Viewer can work with files only. But this is not true - GroupDocs.Viewer can also load documents from byte streams (System.IO.Stream). Moreover, there are no limitations on the type of stream: whether it’s a FileStream, a MemoryStream or a NetworkStream - GroupDocs....NET library has seen a number of significant enhancements...

    blog.groupdocs.com/viewer/loading-documents-str...