Sort Score
Result 10 results
Languages All
Labels All
Results 1,091 - 1,100 of 1,883 for

numbers

(0.14 sec)
  1. Add watermarks to word processing documents | G...

    GroupDocs.Watermark API allows you to add watermark in headers and footers of the page....>(); // Link footer for even numbered pages to corresponding footer...>(); // Link footer for even numbered pages to corresponding footer...

    docs.groupdocs.com/watermark/net/add-watermarks...
  2. Remove Password Protection form Word | Unlock W...

    Remove password from Word documents. Unlock password protected Word documents using free online password remover app & programmatically.... If you have a large number of documents to unlock their...

    blog.groupdocs.com/merger/unlock-word-documents...
  3. Rearrange Word Pages in Java | Organize DOC/DOC...

    Reorder the pages of Word files in Java. The running example shows how to change the order of pages in DOC/DOCX files using document automation Java API.... Set the page number of the target page and its...

    blog.groupdocs.com/merger/move-word-pages-using...
  4. Specify Document Pages to Put Signature on Usin...

    It gives us immense pleasure to announce the monthly release of GroupDocs.Signature for .NET 17.03.0. This version comes up with a number of new features along with an enhancement related to releasing disposable objects and a bug fix. GroupDocs.Signature for .NET 17.03.0 has implemented classes to verify text signature. The API has also added the ability to set opacity to image signatures in supported document formats. What’s more exciting is the ability to put Digital Signature on user specified Document Pages; you can now configure the signature options to add signature to either the first,last, even, odd or any arbitrary page of your choice....This version comes up with a number of new features along with...

    blog.groupdocs.com/signature/groupdocs.signatur...
  5. Working with metadata in ASF files | GroupDocs

    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 | GroupDocs

    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. Edit Markdown Documents | GroupDocs

    This guide demonstrates how to edit the content of Markdown documents/files like common text documents using GroupDocs.Editor for Node.js via Java....emphasis Strikethrough formatting Numbered and bulleted lists Tables...are 2 images console . log ( 'Number of images:' , beforeEdit ....

    docs.groupdocs.com/editor/nodejs-java/edit-mark...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...searching by parts and specify the number of search threads in C#. This...

    blog.groupdocs.com/groupdocs.blog/page/35/
  9. Perform Regex Search in Documents Online

    Unlock the power of regex search using GroupDocs.Search! Learn how to search text-based documents using regular expressions....or Java code to scan a large number of documents across multiple...

    blog.groupdocs.com/search/online-regex-search/
  10. Remove Metadata of Documents and Images using C#

    Remove selective metadata or clean all metadata properties using C# from DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP images, email, eBooks, Visio, Zip files.... It returns the number of the removed metadata properties...

    blog.groupdocs.com/metadata/remove-metadata-of-...