Sort Score
Result 10 results
Languages All
Labels All
Results 8,341 - 8,350 of 31,391 for

new

(0.18 sec)
  1. GroupDocs.Parser for Java 21.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 21.2 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1734 Improve text page extraction from WordProcessing documents Improvement PARSERJAVA-152 Document parsing performance issue Bug Public API and Backward Incompatible Changes Improve text page extraction from WordProcessing documents Description This improvement enhanced the work with documents that contain sections, footers, headers and footnotes. Public API changes No API changes....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( filePath )) { // Create...

    docs.groupdocs.com/parser/java/groupdocs-parser...
  2. GroupDocs.Conversion for .NET 22.5 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 22.5 Major Features There are 5 features, improvements and bug-fixes in this release, most notable are: Conversions from 3D to 3D formats - these conversions are available for netstandard 2.1 and .net 6 targets Add option to set custom font folders when converting from CAD Convert to archive protected with passsword Convert from password protected archives Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑5214 Feature Conversion from 3D to 3D formats CONVERSIONNET‑5252 Improvement Implement setting custom font folders when converting from CAD CONVERSIONNET‑5255 Improvement Improving archive handling with adding support for saving to archives protected with password CONVERSIONNET‑5254 Improvement Improving archive handling with adding support for opening password protected archives CONVERSIONNET‑4314 Fix Converting particular DWFX to PDF produce empty result file Public API and Backward Incompatible Changes Introduced ThreeDLoadOptions class Introduced ThreeDConvertOptions class New property Password in CompressionConvertOptions class New property Password in CompressionLoadOptions class...Consulting Blog Knowledge Base New Releases Status Websites aspose...Introduced ThreeDConvertOptions class New property Password in CompressionConvertOp...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  3. Issue using GroupDocs.Signature.jar - Free Supp...

    when i use this jar in my java application I cant import any class from jar with sample code // Verifying Digital Signatures in a PDF document using Signature API for Java by GroupDocs Signature signature = New Signatu…...GroupDocs Signature signature = new Signature(“sample_signed.pdf”);...DigitalVerifyOptions options = new DigitalVerifyOptions(“certificate...

    forum.groupdocs.com/t/issue-using-groupdocs-sig...
  4. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = New LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = New Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System....Consulting Blog Knowledge Base New Releases Status Websites aspose...format LoadOptions loadOptions = new LoadOptions ( FileFormat . Spreadsheet...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  5. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleSpreadsheetOption oleCellsOptions = new OleSpreadsheetOption ( "c:\embedded...

    docs.groupdocs.com/merger/java/add-document-to-...
  6. Indexing metadata of documents | Documentation

    API allows creating of full-text and / or metadata index on documents. To index only metadata without main content of documents, you only need to set IndexType.MetadataIndex when creating an index....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/indexing-metadat...
  7. Markdown | Documentation

    This article explains that how to extract Markdown formatted text from document page....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/markdown/
  8. GroupDocs Conversion for .NET on GroupDocs Blog...

    GroupDocs Conversion for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs Conversion for .NET on GroupDocs Blog | Document Automation So...... In this monthly release new file formats like XML-FO/ XSL...support introduced along with new feature “Option to set...

    blog.groupdocs.com/tag/groupdocs-conversion-for...
  9. Latest release (April 2023) | Documentation

    Full list of changes in this release Key Category Summary COMPARISONNET-3389 Feature Implemented abilty to compare folders COMPARISONNET-3280 Fix Exception occurs when selecting accepted changes COMPARISONNET-3450 Fix Exception when user compare the same documents COMPARISONNET-3484 Fix Exception when comparing text files Major Features Below is the list of most notable changes in release of GroupDocs.Comparison for .NET 23.4: Fixed exception when selecting accepted changes Added changes to summary page that will indicate that user trying to compare the same documents for all supported document types Fixed Exception when comparing text filesCompare Implemented folder comparison function Folders comparison Starting from 23....Consulting Blog Knowledge Base New Releases Status Websites aspose...CompareOptions compareOptions = new CompareOptions { DirectoryCompare...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  10. GroupDocs.Merger for .NET 20.1 Release Notes | ...

    Note This page contains release notes for GroupDocs.Merger for .NET 20.1 Warning In this version we will remove Legacy API of GroupDocs.Merger. So from version 20.1 GroupDocs.Merger.Legacy. does not exist anymore Major Features There are a few New features in this regular monthly release. The most notable are: Removed legacy API; The Note format. One was fixed for .Net Standard. Full List of Issues Covering all Changes in this Release Key Summary Category MERGERNET-707 The Note format....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features There are a few new features in this regular monthly...

    docs.groupdocs.com/merger/net/groupdocs-merger-...