Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 1,454 for

numbers

(0.04 sec)
  1. Select specific pages for rasterized PDF | Docu...

    Select specific pages for rasterized PDF Saving document as a rasterized PDF, you can specify starting page index (zero based) and the number of pages from this index to save. Also, you can change the Compliance level from PDF/A-1b, which is used by default, to PDF/A-1a: final Redactor redactor = new Redactor("MultipageSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options....index (zero based) and the number of pages from this index to...

    docs.groupdocs.com/redaction/java/select-specif...
  2. Extract TOC from EPUB Documents using GroupDocs...

    It gives us immense pleasure to announce the release of version 18.4 of GroupDocs.Text for .NET. The latest version allows extracting the table of contents from the EPUB documents. Furthermore, we have added the feature of detecting media type of .one file. Following sections provide details about the newly added features. Extracting TOC from EPUB Documents Using version 18.4, you can now extract TOC from the EPUB documents. To access the TOC, TableOfContents property of **EpubPackage **class is used....without content) Count - the number of sub-items (zero if the item...

    blog.groupdocs.com/parser/extract-toc-from-epub...
  3. Digitally Sign Word Documents with Java

    Master the art of digitally signing Word documents with certificates in Java. Customize signatures and build your own application using Digital Signature API....password, position, and page number if necessary. You can specify...

    blog.groupdocs.com/signature/sign-word-files-wi...
  4. Perform Reverse Image Search using C#

    Efficiently perform reverse image search using C# to find similar images. Learn how to implement reverse image search in C# for content-based image retrieval....process, such as the maximum number of results and the types of...

    kb.groupdocs.com/search/net/perform-reverse-ima...
  5. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Stream number: %s" , metadataDescriptor ...( String . format ( "Stream number: %s" , property . getStreamNumber...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. Working with Form Fields | Documentation

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for .NET... Number : NumberFormField numberFormField...break ; case FormFieldType . Number : NumberFormField numberFormField...

    docs.groupdocs.com/editor/net/working-with-form...
  7. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...properties (position, page number, etc). Call the method. Specify...

    docs.groupdocs.com/annotation/net/add-search-te...
  8. Extract RIFF INFO and Metadata of WAV files in C#

    Extract metadata and RIFF INFO of WAV audio files in C#. Metadata API allows metadata management within your .NET applications....Align: 4 Byte Rate: 176400 Number of Channels: 2 Audio Format:...

    blog.groupdocs.com/metadata/extract-riff-info-a...
  9. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....embedded file path and page number; Instantiate object with source...

    docs.groupdocs.com/merger/net/add-document-to-s...
  10. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in documents Java seamlessly....you to search documents by number ranges Java in diverse environments...

    kb.groupdocs.com/search/java/numeric-range-sear...