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

new

(0.19 sec)
  1. How to Run Examples | Documentation

    Learn how to run C# examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or images and many more....Consulting Blog Knowledge Base New Releases Status Websites aspose...Visual Studio and go to File -> New -> Project . Select appropriate...

    docs.groupdocs.com/redaction/net/how-to-run-exa...
  2. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Signature signature = new Signature ( "sample.docx" ))...

    docs.groupdocs.com/signature/net/locating-signa...
  3. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality....Consulting Blog Knowledge Base New Releases Status Websites aspose...RevisionHandler revisionHandler = new RevisionHandler ( pathRevision...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  4. Search index events | Documentation

    This page contains information about the purpose and use of all index events....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Subscribing...

    docs.groupdocs.com/search/net/search-index-events/
  5. Convert spreadsheets | Documentation

    Follow this guide and learn how to convert MS Excel workbooks - XLSX, XLS, XLSB using JavaScript language and GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...XLSX file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  6. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Convert presentations | Documentation

    This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....Consulting Blog Knowledge Base New Releases Status Websites aspose...source PPT file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  8. Specify rendering options for CAD files | Docum...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to specify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "HousePlan.dwg" )) {...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  9. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...void run () { File folder = new File ( Constants . InputPath...

    docs.groupdocs.com/metadata/java/extracting-met...
  10. Locating signature on page with different measu...

     This article explains using measure units to locate signature and its size on document page with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...final Signature signature = new Signature ( "sample.docx" );...

    docs.groupdocs.com/signature/java/locating-sign...