Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 2,295 for

numbers

(0.63 sec)
  1. Use advanced rasterization options | GroupDocs

    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-...
  2. 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-...
  3. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console.... WriteLine ( "Stream number: {0}" , metadataDescriptor...Console . WriteLine ( "Stream number: {0}" , property . StreamNumber...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Fusionner des documents Word à l'aide de C# | R...

    C# façon de fusionner deux ou plusieurs documents Word en un seul fichier. Combinez uniquement les pages sélectives de plusieurs fichiers Word dans votre application .NET....the starting and ending page number // Fusionner les documents... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/fr/merger/merge-word-files-u...
  5. Извлечение данных из счетов-фактур или квитанци...

    Анализируйте счета или квитанции и программно извлекайте данные с помощью C#. Используйте API анализа документов .NET в ASP.NET, WCF или WPF для извлечения текста из документов....TemplateRegexPositio("Invoice Number"), "InvoiceNumber"), new TemplateField(new...TemplateRegexPositio("Order Number"), "InvoiceOrder"), new TemplateField(new...

    blog.groupdocs.com/ru/parser/extract-data-from-...
  6. Wyodrębnij dane z faktur lub paragonów w języku...

    Analizuj faktury lub paragony i wyodrębniaj dane programowo przy użyciu języka C#. Użyj interfejsu API analizowania dokumentów .NET w ASP.NET, WCF lub WPF, aby wyodrębnić tekst z dokumentów....TemplateRegexPositio("Invoice Number"), "InvoiceNumber"), new TemplateField(new...TemplateRegexPositio("Order Number"), "InvoiceOrder"), new TemplateField(new...

    blog.groupdocs.com/pl/parser/extract-data-from-...
  7. ادغام اسناد Word با استفاده از Java | به همه یا...

    راه Java برای ادغام دو یا چند سند Word در یک فایل واحد. فقط صفحات انتخابی چند فایل Word را در برنامه خود ترکیب کنید....the starting and ending page number // اسناد را ادغام کنید merger... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/fa/merger/merge-word-files-u...
  8. 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-...
  9. GroupDocs.Redaction for Python via .NET Overvie...

    GroupDocs.Redaction for Python via .NET removes or permanently obscures sensitive content — text, metadata, annotations, image areas, and whole pages — from PDF, DOCX, XLSX, PPTX, and images, entirely on-premise without Microsoft Office....Redact a name and any 2+ digit number sequences redactor . apply...}" , ReplacementOptions ( "[number]" ))) # Keep the original DOCX...

    docs.groupdocs.com/redaction/python-net/product...
  10. 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...