Sort Score
Result 10 results
Languages All
Labels All
Results 8,591 - 8,600 of 12,360 for

to

(0.03 sec)
  1. ASP.NET WebForms Document Metadata Editor App u...

    GroupDocs team is pleased To announce another release of ASP.NET WebForms Document Metadata EdiTor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up with features To provide easy ways To manage metadata in various formats. It enables user To read and remove the metadata of documents (Words, Spreadsheet, Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF) with download the original or updated document and many more features....GroupDocs team is pleased to announce another release of ASP.NET WebForms Document Metadata Editor App using GroupDocs.Metadata for .NET API. This release v2.0.0 comes up with features to provide easy ways to manage metadata in various formats. It enables user to read and remove the metadata of documents (Words, Spreadsheet, Presentation, PDF, CAD, MSG, EML) and images (JPEG, PNG, GIF) with download the original or updated document and many more features.

    blog.groupdocs.com/metadata/asp.net-webforms-do...
  2. Implement conversion from PostScript documents ...

    We are pleased To announce our next version GroupDocs.Conversion for .NET 18.2. This release covers two new features, one improvement and a bug fix. Blank rows and columns could be skipped when converting Cells document. For further details included in this month’s release, please visit the release notes. Following sections will provide you the details about the new features of the API. .NET Document Conversion API – New Features Convert specific range when converting cells documentConvert specific range when converting To other than cells format....We are pleased to announce our next version GroupDocs.Conversion for .NET 18.2. This release covers two new features, one improvement and a bug fix. Blank rows and columns could be skipped when converting Cells document. For further details included in this month’s release, please visit the release notes. Following sections will provide you the details about the new features of the API. .NET Document Conversion API – New Features Convert specific range when converting cells documentConvert specific range when converting to other than cells format.

    blog.groupdocs.com/conversion/implement-convers...
  3. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you To detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Perform Homophone Search using Java

    Learn how To perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software.

    kb.groupdocs.com/search/java/perform-homophone-...
  5. C# Diff Library - Compare Text Files (PDF, DOC(...

    It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content To detect changes for words, paragraphs and characters....It compares and merges Microsoft Word, Excel, PowerPoint, OpenDocument ODT, PDF, Text and HTML documents. Document comparison API compares content to detect changes for words, paragraphs and characters.

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Improved Performance introduced in GroupDocs.Co...

    GroupDocs team is glad To announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API To implement the new and improved features....GroupDocs team is glad to announce another monthly release of GroupDocs.Comparison for .NET 16.11.0 API along with Improved Performance ,new features and fixes. Major changes are done for Presentation document format and introduced enhanced Support for advanced Visual Basic Scripts and detection of Picture Frames.In this monthly release 3 new feature are introduced along with 4 improvements and 3 Bug fixes. Download the latest GroupDocs.Comparison for .NET API to implement the new and improved features.

    blog.groupdocs.com/comparison/groupdocs-compari...
  7. Releasing GroupDocs.Search for Java - Document ...

    We are pleased To announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers To perform searching and indexing operations against various formats To gain data insights. One can easily perform actions To search through different direcTories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue To read more about the features and the file formats supported by the API....We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API.

    blog.groupdocs.com/search/releasing-groupdocs.s...
  8. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability To protect and unprotect the Word documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need To lock the watermarks in a Word document To restrict the editing....Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing.

    blog.groupdocs.com/watermark/protect-word-docum...
  9. Remove Metadata from XLS using Java

    Quickly learn how To remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how To delete metadata from XLS in Java....Quickly learn how to remove metadata from XLS using Java. You'll also find a code snippet demonstrating the process of how to delete metadata from XLS in Java.

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. View Image files online | Free GroupDocs Apps

    Free online viewer for Image files. Open and view Image files online for free....Free online viewer for Image files. Open and view Image files online for free.

    products.groupdocs.app/viewer/image