Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 10,353 for

new

(0.06 sec)
  1. Load document from stream | Documentation

    There might be cases when the document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the document from the stream: // Create the stream try (InputStream stream = New FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = New Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Consulting Blog Knowledge Base New Releases Status Websites aspose...stream try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/parser/java/load-document-fr...
  2. Add document to Spreadsheet via OLE | Documenta...

    This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...OleSpreadsheetOption oleSpreadsheetOption = new OleSpreadsheetOption ( filePathEmbedded...

    docs.groupdocs.com/merger/net/add-document-to-s...
  3. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/net/add-search-te...
  4. Load document from Stream | Documentation

    This section explains how to load document from stream with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( stream )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-document-...
  5. Sign documents with exception handling | Docume...

     This article explains how to use exceptions handling when adding electronic signatures to document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.xlsx" ))...

    docs.groupdocs.com/signature/net/sign-documents...
  6. Save attachments | Documentation

    Save attachments and embedded files from PDF, Outlook data file or email...Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "with_attachments.msg"...

    docs.groupdocs.com/viewer/net/how-to-extract-an...
  7. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Converter converter = new Converter ( "sample.one" )) {...

    docs.groupdocs.com/conversion/net/convert/note/
  8. Convert note-taking formats | Documentation

    In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...OneNote file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  9. Extract text in Raw mode | Documentation

    This article explains that how to extract text in Raw mode....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-in-r...
  10. Remove IPTC Metadata in PSD Format using GroupD...

    GroupDocs team is introducing New features and enhancements in the monthly releaseof GroupDocs.Metadata for Java 18.7. The latest version allows you to update and remove IPTC metadata in PSD file format. Furthermore, memory consumption is now reduced to perform metadata operations for PSD and MP3 file formats. We recommend you to install the latest version of API for a better experience. Features IntroducedFollowing are the New features introduced in version 18....GroupDocs team is introducing new features and enhancements in...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/remove-iptc-metadat...