Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 10,041 for

new

(0.08 sec)
  1. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported document formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the getPresentationType method to obtain file format information advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...PresentationReadFile try ( Metadata metadata = new Metadata ( Constants . InputPptx...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Convert to grayscale | Documentation

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...grayscale: Java try ( Viewer viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  3. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...password: Initialize class with new document password; Instantiate...

    docs.groupdocs.com/merger/java/add-document-pas...
  4. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...password: Initialize class with new document password; Instantiate...

    docs.groupdocs.com/merger/net/add-document-pass...
  5. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation 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 . InputPptx...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Best Practices used in Argument Classes in Grou...

    It gives us great pleasure to announce the release of version 17.8.0 of GroupDocs.Search for .NET API. This regular monthly release adds a number of New features to the API along with an enhancement and a breaking change. Like our previous releases, we have tried our best to improve the working of the API and as a result we have come up with a breaking change where all the argument classes have been fixed according to best practices....monthly release adds a number of new features to the API along with...these improvements, a number of new features have also been added...

    blog.groupdocs.com/search/groupdocs.search-for-...
  7. System.TypeInitializationException - Free Suppo...

    Hello, Does the following code need to be within an executable project to run as the same code does not run from within a library project? Exe net5.0 _5_0 static void Main(string[] args) { …...JsonDataSource jsonDataSource = new JsonDataSource(@"C:\json.json");...DocumentAssembler assembler = new DocumentAssembler(); assembler...

    forum.groupdocs.com/t/system-typeinitialization...
  8. Add image annotation | Documentation

    The page describes how to add image 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-image-ann...
  9. Verify Digital signatures in the document | Doc...

    This topic explains how to verify digital electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/verify-digital...
  10. Load document from URL | Documentation

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

    docs.groupdocs.com/signature/net/load-document-...