Sort Score
Result 10 results
Languages All
Labels All
Results 6,111 - 6,120 of 31,376 for

new

(0.07 sec)
  1. Unleash Archive Power & More | .NET Metadata Ap...

    Easily extract metadata from RAR, TAR & 7z archives! GroupDocs.Metadata .NET 24.1 adds New archive support and tag category search. Download MSI now!... using (Metadata metadata = new Metadata( "D:\sample.rar" ))...Source* using (Metadata metadata = new Metadata( "D:\sample.tar" ))...

    releases.groupdocs.com/metadata/net/new-release...
  2. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = New groupdocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  3. PngViewOptions | GroupDocs.Viewer for Java API ...

    Provides options for rendering documents into PNG format....usage: PngViewOptions options = new PngViewOptions(); options.setHeight(1080);...setRenderComments(true); try (Viewer viewer = new Viewer("document.docx")) { viewer...

    reference.groupdocs.com/viewer/java/com.groupdo...
  4. EraseMetadataRedaction Class - GroupDocs.Redact...

    Represents a metadata redaction that erases all metadata or metadata matching specific MetadataFilters from the document....EraseMetadataRedacti Initializes a new instance of EraseMetadataRedacti...adataFilters) Initializes a new instance of EraseMetadataRedacti...

    apireference.groupdocs.com/redaction/net/groupd...
  5. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...inputPath InputStream stream = new FileInputStream ( "inputPath"...

    docs.groupdocs.com/annotation/java/load-documen...
  6. asp.net pdf viewer

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....This release includes three new features, two bug fixes, and...documents. Below is the list of new features, fixes, and the improvements...

    blog.groupdocs.com/tag/asp.net-pdf-viewer/
  7. GroupDocs.Metadata for .NET 17.01 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 17.01.0 Major Features There are 4 features and 3 enhancements in this regular monthly release. The most notable are: Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Load metadata without loading whole PowerPoint document Ability to read ID3 metadata directly in Mp3 format Ability to read page count, characters count, words count, page size in document formats Ability to recognize file type of the document format (DOCX, DOC, DOT etc) Ability to detect digital signature in document formats Ability to remove all digital signatures in document formats All Changes Key Summary Category METADATANET-1332 Ability to read page count, characters count, words count, page size in document formats New feature METADATANET-1385 Ability to recognize file type of the document format (DOCX, DOC, DOT etc) New feature METADATANET-1391 Ability to detect digital signature in document formats New feature METADATANET-1392 Ability to remove all digital signatures in document formats New feature METADATANET-417 Ability to update ContentType, ContentStatus, HyperlinkBase SharedDoc properties in PPTX format Enhancement METADATANET-1041 Load metadata without loading whole PowerPoint document Enhancement METADATANET-1401 Ability to read ID3 metadata directly in Mp3 format Enhancement 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...page size in document formats New feature METADATANET-1385 Ability...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. Load document from FTP | Documentation

    This article demonstrates how to convert document stored in FTP storage using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter (() => GetFileFromFtp...

    docs.groupdocs.com/conversion/net/load-document...
  9. Parser.GetHyperlinks Method (Int32, PageAreaOpt...

    Extracts hyperlinks from the document page using customization options (to set the rectangular area that contains hyperlinks)....class using (Parser parser = new Parser(filePath)) { // Check...options = new PageAreaOptions( new Rectangle( new Point( 380...

    apireference.groupdocs.com/parser/net/groupdocs...
  10. Convert form PDF to Html Failed - Free Support ...

    Hello, I am using the latest nuget pkg GroupDocs.Convert, it shows the following error. is that anyone face the same error? image.png (79.1 KB) the source is absolute path with file name like “c:\x\xx.pdf” the desti…...using (Converter converter = new Converter(source)) { WebConvertOptions...webConvertOptions = new WebConvertOptions { Format = new WebFileType()...

    forum.groupdocs.com/t/convert-form-pdf-to-html-...