Sort Score
Result 10 results
Languages All
Labels All
Results 1,871 - 1,880 of 31,400 for

new

(0.04 sec)
  1. extractoptions - GroupDocs.Merger for Java - AP...

    All Classes Packages com.groupdocs.merger com.groupdocs.merger.domain com.groupdocs.merger.domain.common com.groupdoc......ExtractOptions () Initializes a new instance of the ExtractOptions...(int[] pageNumbers) Initializes a new instance of the ExtractOptions...

    apireference.groupdocs.com/merger/java/com.grou...
  2. createpagestream - GroupDocs.Viewer for Java - ...

    All Classes Packages com.groupdocs.viewer com.groupdocs.viewer.caching com.groupdocs.viewer.caching.extra com.groupdo......createPageStream) Initializes new instance of HtmlViewOptions class...releasePageStream) Initializes new instance of HtmlViewOptions class...

    apireference.groupdocs.com/viewer/java/com.grou...
  3. GroupDocs.Redaction for Java 20.7 Release Notes...

    Note This page contains release notes for GroupDocs.Redaction for Java 20.7 Major Features There are the following improvements in this release: Ability to redact embedded images in PDF, textual and presentation documents Full List of Issues Covering all Changes in this Release Key Summary Category REDACTIONJAVA-90 Implement embedded image redactions in PDF documents Improvement REDACTIONJAVA-91 Add support for embedded image redaction with Aspose.Words Improvement REDACTIONJAVA-92 Add support for embedded image redaction with Aspose....Consulting Blog Knowledge Base New Releases Status Websites aspose...Java 20.7. It includes not only new and obsoleted public methods...

    docs.groupdocs.com/redaction/java/groupdocs-red...
  4. GroupDocs.Conversion for .NET 18.4 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for .NET 18.4 Major Features There are 5+ New features, improvements and fixes in this regular monthly release. The most notable are: Specify bookmark level, heading level and expanded level when converting Word to PDF and XPS Linearize PDF Document for the Web when converting to PDF Resource optimization options when converting to PDF Option for applying image watermark Create HTML5 compliant markup when converting to html Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2434 Specify bookmark level, headings level and expanded level when converting from Words to PDF and XPS New Feature CONVERSIONNET‑2457 Implement option for creating linearized PDF when converting to PDF New Feature CONVERSIONNET‑2458 Implement option for converting to grayscale PDF New Feature CONVERSIONNET‑2459 Implement option for resource optimization when converting to PDF New Feature CONVERSIONNET‑2471 Implement option for applying image watermark New Feature CONVERSIONNET‑2454 Create HTML 5 compliant markup when converting to html Improvement CONVERSIONNET‑2432 Index was outside the bound of the array, when cache is enabled and watermarks are applied Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Major Features There are 5+ new features, improvements and fixes...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  5. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...{ var api = new AsposeOcr (); var ocrInput = new OcrInput ( InputType...

    docs.groupdocs.com/conversion/net/convert/image...
  6. GroupDocs.Metadata for Java 19.1 Release Notes

    GroupDocs.Metadata for Java 19.1 Release Notes – the latest updates and fixes....Matroska multimedia container New Feature METADATANET-2556 Add...password-protected OneNote documents New Feature METADATANET-2513 Reduce...

    releases.groupdocs.com/metadata/java/release-no...
  7. GroupDocs.Conversion for .NET 17.8.0 Release No...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.8.0 Major Features There are 4 New features, improvements and fixes in this regular monthly release. The most notable are: Hide comments from Cells documents Option to convert specific pages (e.g. 1,3,5) from source document Simplifying the generated HTML markup Fixed bug with fixed layout when converting to HTML Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1999 Hide comments for Cells documents New Feature CONVERSIONNET‑1984 Implement possibility to convert specific pages New Feature CONVERSIONNET‑2003 Simplify the generated HTML markup Improvement CONVERSIONNET‑2020 Converting to Html with SaveOptions....Consulting Blog Knowledge Base New Releases Status Websites aspose...0 Major Features There are 4 new features, improvements and fixes...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  8. GroupDocs.Metadata for .NET 18.10 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 18.10. Major Features There are the following features and enhancements in this release: Implement the ability to update Lyrics3 tags Remove MetadataUtility obsolete methods Reduce memory consumption of the PNG format Reduce memory consumption of the JPEG2000 format Reduce memory consumption of the BMP, DICOM, DJVU, EMF, WEBP and WMF formats All Changes Key Summary Category METADATANET-383 Implement the ability to update Lyrics3 tags New Feature METADATANET-1466 Remove MetadataUtility obsolete methods Enhancement METADATANET-1608 Reduce memory consumption of the PNG format Enhancement METADATANET-1632 Reduce memory consumption of the JPEG2000 format Enhancement METADATANET-1633 Reduce memory consumption of the BMP, DICOM, DJVU, EMF, WEBP and WMF formats Enhancement METADATANET-1045 Exception when cleaning/updating metadata of Strict Open XML Presentation (....Consulting Blog Knowledge Base New Releases Status Websites aspose...ability to update Lyrics3 tags New Feature METADATANET-1466 Remove...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  9. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = New Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDxf...

    docs.groupdocs.com/metadata/net/working-with-ca...
  10. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....Consulting Blog Knowledge Base New Releases Status Websites aspose...overwriting the entire workbook with a new single worksheet. This feature...

    docs.groupdocs.com/editor/nodejs-java/inserting...