Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 1,671 for

numbers

(0.14 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. GroupDocs.Metadata para .NET 25.10 – Últimas ac...

    Explore lo nuevo en GroupDocs.Metadata para .NET 25.10. Disponible ahora en NuGet y en el sitio web de GroupDocs....protections that mitigate a number of previously‑unaddressed attack...

    blog.groupdocs.com/es/metadata/groupdocs-metada...
  3. GroupDocs.Metadata for .NET 25.10 – Latest Upda...

    Explore what’s new in GroupDocs.Metadata for .NET 25.10. Available now on NuGet and GroupDocs website....protections that mitigate a number of previously‑unaddressed attack...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  4. 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...
  5. 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...
  6. 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...
  7. Об’єднання документів Word за допомогою C# | Пр...

    C# спосіб об’єднати два або більше документів Word в один файл. Об’єднайте лише вибрані сторінки кількох файлів Word у своїй програмі .NET....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...
  8. รวมเอกสาร Word โดยใช้ C# | เข้าร่วมเพจทั้งหมดหร...

    วิธี C# ในการรวมเอกสาร Word สองไฟล์ขึ้นไปเป็นไฟล์เดียว รวมเฉพาะหน้าที่เลือกของไฟล์ Word หลายไฟล์ภายในแอปพลิเคชัน .NET ของคุณ...the starting and ending page number // รวมเอกสาร merger.Join("document_to_merge... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/th/merger/merge-word-files-u...
  9. Obtain Signing Progress using .Net E-Signing AP...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce the another monthly release of GroupDocs.Signature for .NET API version 17.11. This release comes with number of new features. The most notable feature introduced in this release is the functionality to obtain signing progress while signing the documents. Aside this, Many improvements and fixes are also introduced in this release.... This release comes with number of new features. The most notable...

    blog.groupdocs.com/signature/dotnet-e-signing-a...
  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-...