Sort Score
Result 10 results
Languages All
Labels All
Results 931 - 940 of 12,327 for

new

(0.04 sec)
  1. Remove Chart Series Dynamically with GroupDocs....

    At GroupDocs, we are always focused on delivering the best to our customers. In this regard we are excitedly announcing another monthly release of GroupDocs.Assembly for Java v17.11. You can now insert images and barcodes in emails format, and remove selective chart series dynamically. Furthermore, New identifiers for barcodes are introduced in this New release. We would recommend you to download and integrate this latest release. Java Document Assembly API - New Features This latest release provides support for:... Furthermore, new identifiers for barcodes are...are introduced in this new release. We would recommend you to download...

    blog.groupdocs.com/assembly/remove-chart-series...
  2. GroupDocs.Conversion for .NET 3.5.0 - Faster Pe...

    Are you fade up with document conversions with time taking process and limited format support ? Now we are pleased to announce the release of GroupDocs.Conversion for .NET 3.5.0. with super exciting speed and performance along with 50 plus document and image format support. This is fifth monthly release of GroupDocs.Conversion API which is now more faster and more reliable. Kindly download our latest release to enhance your Application.... New Features - GroupDocs.Conversion 3.5.0In this new release...properly . Exception Handling new Name Space Introduced “ GroupDocs...

    blog.groupdocs.com/conversion/groupdocs-convers...
  3. Split or Merge PDF, PowerPoint, Excel, Word, Do...

    Split or Merge PDF, Word DOC/DOCX, XLS/XLSX Excel spreadsheets, PPT/PPTX presentations, Visio Drawings, eBooks, & more documents in Java. Steps & examples.... Merger merger = new Merger(filePath1 ); merger.join(filePath2...single DOCX file. Merger merger = new Merger("document1.docx" ); merger...

    blog.groupdocs.com/merger/merge-pdf-word-excel-...
  4. Indexing options | GroupDocs

    This page contains a description of all the properties of the IndexingOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Creating...

    docs.groupdocs.com/search/java/indexing-options/
  5. Build your first search solution | GroupDocs

    First of all you need to create an index. An index can be created in memory or on disk. An index created in memory cannot be saved after exiting your program. In contrast, an index created on disk may be loaded in the future to continue working....Consulting Blog Knowledge Base New Releases Status Websites aspose...search index. Step #1: Create new index First of all you need to...

    docs.groupdocs.com/search/java/build-your-first...
  6. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . TiffWithExif...

    docs.groupdocs.com/metadata/net/working-with-ex...
  7. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...conditionally cancel the process. Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/processes-canc...
  8. GroupDocs.Viewer for Node.js 25.12 – Latest Upd...

    Explore what’s New in GroupDocs.Viewer for Node.js 25.12. Available now on NuGet and GroupDocs website.... Table of Contents What’s new in this release Major feature...the update Resources What’s new in this release # GroupDocs.Viewer...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  9. eSign document with Stamp signature | GroupDocs

    This article explains how to sign document electronically with generated Stamp signatures by GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-documen...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputPdf...

    docs.groupdocs.com/metadata/java/working-with-m...