Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 61,066 for

api

(0.09 sec)
  1. Watermark Images | Text and Image Watermarks

    Add text and image watermarks to Images (JPG, PNG, etc). Apply watermarks using the online watermark application or using .NET and Java libraries....NET API resources, you can explore the...the following links: .NET API | Documentation | Download Watermarking...

    blog.groupdocs.com/watermark/watermark-images/
  2. .NET File Search - Search Multiple Texts in Fil...

    Search for multiple texts or phrases in various files spread across diverse folders using C#. Highlight scanning results in respective HTML files.... C# API for Scanning Text across Files...the GroupDocs.Search for .NET API to explore numerous texts within...

    blog.groupdocs.com/search/search-multiple-texts...
  3. Show Tracked Changes in Word Documents using Gr...

    We are excited to announce the release of version 17.5.0 of GroupDocs.Viewer for Java. The latest version has come with 9 new features, 16 improvements, and more than 20 bug fixes. Please continue to read more about this major release of GroupDocs.Viewer for Java. GroupDocs.Viewer for Java 17.5.0 - New Features Following are the most notable features of GroupDocs.Viewer for Java 17.5.0. Support of New File Formats We have added the support of following file formats in this latest release....rendering a Word document, the API does not provide results with...the default behavior of the API. If you want to see tracked changes...

    blog.groupdocs.com/viewer/show-tracked-changes-...
  4. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a new feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the Api for a better user experience....install the latest version of the API for a better user experience...the moment, GroupDocs.Assembly API provides the ability to change...

    blog.groupdocs.com/assembly/set-target-file-for...
  5. Find Synonyms on GroupDocs Blog | Document Auto...

    Find Synonyms on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find Synonyms on GroupDocs Blog | Document Automation Solutions for .NET & Java Develope......同样,使用 Java Search API 获取按不同含义分组的所有同义词。 使用 Java 查找单词的同义词...Java 中任何单词的所有可能同义词。使用 Search API 获取按同一个词的不同含义排列的不同同义词集合。 使用 C#...

    blog.groupdocs.com/zh/tag/find-synonyms/index.xml
  6. Convert SVG to PNG on GroupDocs Blog | Document...

    Convert SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Convert SVG to PNG on GroupDocs Blog | Document Automation Solutions for .NET & Jav......js API 对转换后的 PNG 进行旋转、翻转、水印、灰度化以及调整亮度和伽玛。...PNG 图像格式。开发人员使用 .NET 和 Java API 进行转换。 使用 C# 将 SVG 转换为 PNG 使用...

    blog.groupdocs.com/zh/tag/convert-svg-to-png/in...
  7. GroupDocs.Metadata for .NET 16.10 Supports WAV ...

    We are happy to share that another monthly release of GroupDocs.Metadata for .NET with a bunch of new features is available for the .NET community. GroupDocs.Metadata for .NET 16.10 has come with the support of WAV audio format. Not only this, the Api has also brought some new features related to PSD, JPEG, TIFF and MP3 file formats. We recommend you to download this latest version and check out its exciting features.... Not only this, the API has also brought some new features...Features Overview .NET Metadata API - EnhancementsIn GroupDocs.Metadata...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  8. GroupDocs.Redaction for Java | GroupDocs

    A Java Api for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different file formats....Upgrade an Order Support Docs API Reference Live Demos Free Support...GroupDocs.Redaction for Java is an API for removing sensitive and classified...

    docs.groupdocs.com/redaction/java/
  9. Convert WebP to JPG, PNG, and PDF in Java | Fre...

    How to convert WebP to JPG, PNG, or PDF in Java using an open-source document conversion Api. Convert WebP online for free. Running examples are available....Conversion API. However, if you want to achieve...PNG, or other formats. Java API to Convert WebP Images Convert...

    blog.groupdocs.com/conversion/convert-webp-to-j...
  10. Working with CAD metadata | GroupDocs

    The GroupDocs Metadata Api provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata Api provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Upgrade an Order Support Docs API Reference Live Demos Free Support...feedback The GroupDocs Metadata API provides the feature to read...

    docs.groupdocs.com/metadata/net/working-with-ca...