Sort Score
Result 10 results
Languages All
Labels All
Results 3,621 - 3,630 of 12,637 for

new

(1.18 sec)
  1. PNG Metadata Editor – View & Edit PNG Properties

    Discover ways to view and edit PNG metadata. Either edit PNG metadata online or do it programmatically using C# & Java....needed: using (Metadata metadata = new Metadata("path/image.png")) {...Metadata: try (Metadata metadata = new Metadata("path/image.png")) {...

    blog.groupdocs.com/metadata/view-edit-png-metad...
  2. Extract data from various formats | GroupDocs

    The articles below explain that how to extract data from various file formats...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/merger/java/get-supported-fi...
  4. Working with Image Reports - Common Master-Deta...

    Articles in this section...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/assembly/java/working-with-i...
  5. Introducing GroupDocs.Parser for .NET | GroupDocs

    Powerful .NET document parsing API for extracting text, images, metadata, and structured data from 50+ file formats including PDF, Word, Excel, PowerPoint. Features template-based extraction, full-text search, and enterprise-ready document processing capabilities....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/introducing-group...
  6. proposal_diff.docx

    Market opportunity The global enterprise collaboration software market is projected to grow from $52.22 billion in 2023 to $98.6 billion by 2028, with a CAGR of 13.8%. As businesses shift toward hy...... New Pricing model We offer flexible...

    docs.groupdocs.com/comparison/nodejs-java/_samp...
  7. Search for text containing special characters |...

    This article shows how to handle search queries if they contain special characters and separator characters....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  8. Search for Barcode e-Signatures | GroupDocs

    This article explains how to search for barcode electronic signatures within document pages using GroupDocs.Signature for Python via .NET API...Consulting Blog Knowledge Base New Releases Status Websites aspose...Here’s how to use it: Create a new instance of the class and pass...

    docs.groupdocs.com/signature/python-net/search-...
  9. Loading Documents from Streams with the GroupDo...

    Greetings! As you may noticed, in most GroupDocs.Viewer for .NET sample projects, target documents are presented in the form of files. They are usually placed in the “testfiles” folder, which is specified in the Global.asax. So you might think that GroupDocs.Viewer can work with files only. But this is not true - GroupDocs.Viewer can also load documents from byte streams (System.IO.Stream). Moreover, there are no limitations on the type of stream: whether it’s a FileStream, a MemoryStream or a NetworkStream - GroupDocs....and MVC projects, and added new chapters describing how to handle...

    blog.groupdocs.com/viewer/loading-documents-str...
  10. Getting all used fonts in the loaded document |...

    Getting metadata and binary content of all fonts, used in the document, loaded to the GroupDocs.Viewer for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...filename; using ( Viewer viewer = new Viewer ( inputPath )) { Fonts...

    docs.groupdocs.com/viewer/net/getting-used-fonts/