Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,586 for

numbers

(0.1 sec)
  1. Convert EML with Attachments to PDF using Java ...

    Hi, Is this fix in? Am evaluating GroupDocs for this purpose of how to convert EML with attachments to pdf using Java. Can you please assist?...multiple outputs (depending on number of attachments)....

    forum.groupdocs.com/t/convert-eml-with-attachme...
  2. Get Document Metadata without Editing in C#

    We have added a lot of new options and features in this major release/update of GroupDocs.Editor for .NET 19.9. All public methods/classes have been moved to Legacy namespace and they are marked as obsolete. Now, when you update to this latest version, it is required to make project-wide replacement of namespace usages from GroupDocs.Editor. to GroupDocs.Editor.Legacy to resolve build issues. Access release notes here. Why to migrate? Editor class introduced as a single entry point to manage the document editing process to any supported file format (instead of EditorHander class from previous versions) Architecture is redesigned to decrease memory usage Simplified document editing and saving options See difference in code...document format Encryption flag Number or pages/tabs Size How it works...

    blog.groupdocs.com/editor/get-document-metadata...
  3. 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-...
  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. 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-...
  8. 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-...
  9. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer Java API 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/java/optimization-pdf...
  10. 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-...