Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 1,898 for

numbers

(1.14 sec)
  1. Rotating PDF documents | GroupDocs

    The page describes how to rotating the PDF document pages using GroupDocs.Annotation for .NET API....To do this, specify the page number as the property and then set...

    docs.groupdocs.com/annotation/net/rotatitng-pdf...
  2. GroupDocs.Comparison pour .NET 26.1 – Dernières...

    Découvrez les nouveautés de GroupDocs.Comparison pour .NET 26.1. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....releasePageStreamDel = delegate ( int number, Stream stream) { stream.Close();...

    blog.groupdocs.com/fr/comparison/groupdocs-comp...
  3. GroupDocs.Comparison for .NET 26.1 – 最新更新與修復(Ja...

    探索 GroupDocs.Comparison for .NET 26.1 中的新功能。現在已於 NuGet 與 GroupDocs 網站上提供。...releasePageStreamDel = delegate ( int number, Stream stream) { stream.Close();...

    blog.groupdocs.com/zh-hant/comparison/groupdocs...
  4. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of new features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....of enhancements along with a number of new features. The API has...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. GroupDocs.Comparison for .NET 26.1 – Pembaruan ...

    Jelajahi apa yang baru di GroupDocs.Comparison for .NET 26.1. Tersedia sekarang di NuGet dan situs web GroupDocs....releasePageStreamDel = delegate ( int number, Stream stream) { stream.Close();...

    blog.groupdocs.com/id/comparison/groupdocs-comp...
  6. Redact Classified Content from Documents using ...

    We are continuing the journey of revamping our products to bring a more simplified and easy to use interfaces for you. We have done it for many of our document manipulation APIs and recently, we have released all-new GroupDocs.Redaction for .NET API for you as v19.9. With this release, we have made it even easier for you to programmatically remove or mask classified information from text, metadata, and the annotations in MS Word, Excel, PowerPoint, and PDF documents as well as images.... Added a number of new exception classes and...

    blog.groupdocs.com/redaction/hide-or-remove-cla...
  7. 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...
  8. 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-...
  9. Об’єднання документів 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...
  10. 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-...