Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 10,941 for

new

(0.05 sec)
  1. Convert project management formats | Documentation

    This article demonstrates how you can convert to and from project management formats with GroupDocs.Conversion for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...source MPP file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  2. GroupDocs.Search for .NET 16.11 Introduces Case...

    We as members of GroupDocs team are immensely delighted to see our users community growing every day. There has also been an inflow of customers recommendations and feedback, for which we owe you our gratitude. We thank you , for providing us the impetus to work even harder at improving our performance. Our whole team is always endeavoring to cater to your needs and requirements to our fullest possible potential thus providing the most innovative and enhanced solutions to our valuable customers....NET - New Features # In version 16.11,...have introduced the following new feature: Case Sensitive Search...

    blog.groupdocs.com/search/groupdocs-search-net-...
  3. GroupDocs.Signature for .NET 16.10.0 Supports D...

    In order to enhance the user experience, we are pleased to announce a monthly release of GroupDocs.Signature for .NET that emerges with appealing features and bug fixes. Boost your e-signing experience with GroupDocs.Signature for .NET 16.10.0 by adding more options and properties to text, image or digital signatures and saving the signed document with different format. We would suggest you to download this latest release and go through the New features....through the new features. e-Signature API - New Features # Font...

    blog.groupdocs.com/signature/groupdocs-signatur...
  4. Render SVG File Format using GroupDocs.Viewer f...

    It gives us immense pleasure to announce the release of version 17.6.0 of GroupDocs.Viewer for .NET . This release comes up with the support of SVG file format. Furthermore, we have introduced 8 improvements and fixes in this regular monthly release. We recommend you to please upgrade to the latest version for a better experience. GroupDocs.Viewer for .NET 17.6.0 - New FeaturesFollowing is the New feature introduced in this version of the API....0 - New FeaturesFollowing is the new feature introduced...

    blog.groupdocs.com/viewer/render-svg-format-gro...
  5. Update ID3v1 and ID3v2 Tag Using Properties wit...

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Metadata for Java 18.2. Three **enhancements **and six **New features **are introduced in this release. You can now load and save EXIF metadata for JPEG and TIFF formats with a better speed. You can also validate input metadata before saving, read additional properties from ID3v2, update ID3v1/ID3v2 tag using properties, and read/update/remove image cover tag in MP3 file format. Furthermore, you can read image cover and version of EPUB file format as well....Three **enhancements **and six **new features **are introduced in...IntroducedFollowing are the new features introduced in version...

    blog.groupdocs.com/metadata/update-id3v1-and-id...
  6. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...information. Merger merger = new Merger ( "c:\sample.vsdx" );...

    docs.groupdocs.com/merger/java/get-document-inf...
  7. Free WebP to PNG Converter – Online & Instant |...

    Convert WebP to PNG in seconds using our free online converter. Just upload and download – no signup or software needed. Secure & auto-deletion in 24 hours....using (Converter converter = new Converter("path/image.webp"))...ImageConvertOptions options = new ImageConvertOptions { // Set...

    blog.groupdocs.com/conversion/webp-to-png/
  8. Search text in PDF documents | Documentation

    This article explains that how to search text from PDF documents...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-pd...
  9. Merge PDF | Documentation

    Learn how to merge PDF files, combine PDF files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( Merger merger = new Merger ( @"c:\sample1.pdf" ))...

    docs.groupdocs.com/merger/net/merge/pdf/
  10. Search text in Emails | Documentation

    To search a keyword in emails search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in the email: Instantiate Parser object for the initial email; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the email....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleMsg...

    docs.groupdocs.com/parser/java/search-text-in-e...