Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 1,511 for

numbers

(0.11 sec)
  1. DemoApp.zip

    DemoApp/.dockerignore **/.dockerignore **/Dockerfile* **/.vs **/.vscode **/*.*proj.user **/bin **/obj DemoApp/DemoApp.csproj ExeNumbered list: 1. Item 1 2. Item 2...Merge field «FirstName» Page number 5 Hyperlink Aspose.com TOC...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  2. About Search Engines | Documentation

    This page is about the classification of search engines and what place GroupDocs.Search API occupies in this classification. There are a large number of ways to classify search engines. Here are the main ones... There are a large number of ways to classify search...provide users with a limited number of relevant results, in contrast...

    docs.groupdocs.com/search/java/about-search-eng...
  3. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....created signatures:" ); int number = 1 ; for ( BaseSignature temp...out . print ( "Signature #" + number ++ + ": Type: " + temp . getSignatureType...

    docs.groupdocs.com/signature/java/sign-document...
  4. Using Bootstrap With LESS CSS - Tutorial

    As I mentioned in my article on how to optimize Bootstrap this post will explain the basic syntax and features that the LESS language has to offer which you’ll need to extend, edit or minify Bootstrap. Hopefully this tutorial will help you understand the basics of using Bootstrap with LESS. What Is LESS? LESS is a dynamic stylesheet language which gives you more options and freedom when writing CSS. It helps you keep styles better organized, cascade styles more naturally and correct, and it speeds up CSS development in general....where you store information as number values or text, depending on...with variables which store number values: h4 { font-size: @fontLarge...

    blog.groupdocs.com/total/using-bootstrap-with-l...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 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-...
  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-...