Sort Score
Result 10 results
Languages All
Labels All
Results 6,661 - 6,670 of 29,508 for

groupdocs.parser

(0.24 sec)
  1. GroupDocs.Conversion For .NET 17.1.0 Release No...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.1.0. Major Features There are 11 new features, improvements and fixes in this regular monthly release. The most notable are: Conversions to XPS format Conversions to SVG format Conversions from OTS format Reduced memory usage Fixed 4 bugs Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑1683 Metered licensing New Feature CONVERSIONNET‑1585 Implement conversion from OTS New Feature CONVERSIONNET‑1598 Implement conversion to grayscale image New Feature CONVERSIONNET‑1619 Implement conversion to XPS New Feature CONVERSIONNET‑1624 Implement conversion to SVG New Feature CONVERSIONNET‑1645 Improving memory handling on save Improvement CONVERSIONNET‑1646 Improving output file name if converting from/to page Improvement CONVERSIONNET‑1648 Improve memory handling in documents Improvement CONVERSIONNET‑1580 Multipage Tiff is not converted properly to Pdf Fix CONVERSIONNET‑1615 Page mode conversions do not work Fix CONVERSIONNET‑1643 HideWordTrackedChanges not respected when converting from word Fix CONVERSIONNET‑1644 Dpi resolution not respected when converting Cells to Image Fix Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  2. GroupDocs.Search for .NET 19.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for .NET 19.2 Major Features There are the following improvements in this release: Implement escaping special characters in search queries Implement indexing ZIP archives inside other ZIP archives Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-1842 Delete obsolete methods Import and Export Breaking Change SEARCHNET-1800 Implement escaping special characters in search queries Improvement SEARCHNET-1837 Implement indexing ZIP archives inside other ZIP archives Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/search/net/groupdocs-search-...
  3. GroupDocs.Search for Java 19.2 Release Notes | ...

    Note This page contains release notes for GroupDocs.Search for Java 19.2 Major Features There are the following improvements in this release: Implement escaping special characters in search queries Implement indexing ZIP archives inside other ZIP archives Full List of Issues Covering all Changes in this Release Key Summary Category SEARCHNET-1842 Delete obsolete methods Import and Export Breaking Change SEARCHNET-1800 Implement escaping special characters in search queries Improvement SEARCHNET-1837 Implement indexing ZIP archives inside other ZIP archives Improvement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/search/java/groupdocs-search...
  4. Use advanced rasterization options | Documentation

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  5. GroupDocs.Signature for .NET 23.3 Release Notes...

    Features and fixes that are shipped in GroupDocs.Signature for .NET 23.3...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/groupdocs-sign...
  6. Search for encrypted objects Metadata signature...

     This article explains how to search for encrypted electronic signatures in the document metadata. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in the document metadata with GroupDocs.Signature....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/search-for-en...
  7. Search network node events | Documentation

    This page contains information about the purpose and use of all search network events....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/search/java/search-network-n...
  8. Custom logging | Documentation

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/net/how-to-impleme...
  9. Convert Image using OCR | Documentation

    To convert image using ocr, follow this guide to learn how to convert an image document with ocr processing using GroupDocs.Conversion for .NET....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert-image...
  10. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/watermark/java/working-with-...