Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 10,115 for

new

(0.04 sec)
  1. Find and Remove Watermarks from Documents in C#

    .NET API to programmatically find and remove text and image based watermarks from PDF, Word, Excel, PowerPoint, Visio documents using C#....TextSearchCriteria textSearchCriterion = new TextSearchCriteria("© 2020");...Regular Expression Regex regex = new Regex(@"^© \\d{4}$"); TextSearchCriteria...

    blog.groupdocs.com/watermark/find-and-remove-wa...
  2. Date range search | Documentation

    This article gives the knowledge that how to search by date with date range search using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/date-rang...
  3. GroupDocs.Text For .NET 17.01.0 Introduces Supp...

    We are really pleased to announce the monthly release of GroupDocs.Text for .NET API. In this release, we have introduced four New features along with an enhancement related to setting extraction mode. GroupDocs.Text now supports extraction from ZIP containers. Not only this, the latest release provides its users with the functionality to search for some text in documents, extracting highlighted text from documents and opening password-protected OneNote sections. Simply Download the latest version and try out all the amazing features of GroupDocs....release, we have introduced four new features along with an enhancement...API. GroupDocs.Text For .NET- New Features # The latest release...

    blog.groupdocs.com/parser/groupdocs.text-.net-1...
  4. DICOM, Otp and DjVu file formats Support includ...

    GroupDocs team is glad to announce another monthly release where New file formats are added in supported file format list to annotate documents and image. The latest GroupDocs.Annotation for .NET 17.2.0 API now provides support to DICOM, Otp and DjVu with all major annotation types like Text, Area, Point, Watermark and Strikeout Annotations. We recommend our user to download the latest API release to use New exciting features and enhance their application with GroupDocs....another monthly release where new file formats are added in supported...the latest API release to use new exciting features and enhance...

    blog.groupdocs.com/annotation/new-exciting-feat...
  5. 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/
  6. 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/
  7. Get List of Indexed Documents using GroupDocs.S...

    We are pleased to announce the monthly release of GroupDocs.Search for .NET 18.9. Using the latest version, you can now get the list of indexed documents and document’s text from the index archive. Moreover, you can now save encodings automatically which were used to extract text from TXT files. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version:...existing folder Index index = new Index(indexFolder); // Getting...existing folder Index index = new Index(indexFolder); // Getting...

    blog.groupdocs.com/search/get-list-of-indexed-d...
  8. 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...
  9. 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...
  10. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their names, sizes, folder structure, and cryptographic hash values for verifying file integrity....Consulting Blog Knowledge Base New Releases Status Websites aspose...TorrentReadNativeMet try ( Metadata metadata = new Metadata ( Constants . InputTorrent...

    docs.groupdocs.com/metadata/java/working-with-t...