Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 1,483 for

numbers

(0.05 sec)
  1. Render Files Contained in ZIP Archive using Gro...

    Hello everyone! We are back with another exciting release announcement. In this post, I am going to give you an overview of what’s new as well as what’s improved and fixed in the latest release of GroupDocs.Viewer for .NET. In this release, we majorly focused on providing bug fixes and improvements. Along with this, we have introduced the support of CDR file format and the feature of rendering files contained in the ZIP archives....discussed above, we fixed a number of issues that were found in...

    blog.groupdocs.com/viewer/render-files-containe...
  2. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult.... Is there a way to get number of converted images? Can images...

    blog.groupdocs.com/comparison/save-document-com...
  3. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text 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...
  4. 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. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var 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 var...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  5. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....range specifier start-number ~~ end-number Numeric range specifier...

    docs.groupdocs.com/search/nodejs-java/search-op...
  6. Об’єднання документів 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...
  7. Combinar documentos de Word usando Java | Unir ...

    Forma Java de fusionar dos o más documentos de Word en un solo archivo. Combine solo las páginas selectivas de varios archivos de Word dentro de su aplicación....the starting and ending page number // Fusionar los documentos... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/es/merger/merge-word-files-u...
  8. Word-Dokumente mit Java zusammenführen | Alle o...

    Java-Methode zum Zusammenführen von zwei oder mehr Word-Dokumenten in einer einzigen Datei. Kombinieren Sie nur die ausgewählten Seiten mehrerer Word-Dateien in Ihrer Anwendung....the starting and ending page number // Führen Sie die Dokumente... 6 })); // Specifying page number(s) merger.save("output_document...

    blog.groupdocs.com/de/merger/merge-word-files-u...
  9. Word-Dokumente mit C# zusammenführen | Alle ode...

    C#-Methode zum Zusammenführen von zwei oder mehr Word-Dokumenten in einer einzigen Datei. Kombinieren Sie nur die ausgewählten Seiten mehrerer Word-Dateien in Ihrer .NET-Anwendung....the starting and ending page number // Führen Sie die Dokumente... 6 })); // Specifying page number(s) merger.Save("output_document...

    blog.groupdocs.com/de/merger/merge-word-files-u...
  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-...