Sort Score
Result 10 results
Languages All
Labels All
Results 2,941 - 2,950 of 61,403 for

api

(0.94 sec)
  1. Word to PDF Converter CSharp on GroupDocs Blog ...

    Word to PDF Converter CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Word to PDF Converter CSharp on GroupDocs Blog | Document Automation Solu......使用 Document Viewer Java API 將 Word 文件轉換為受密碼保護的 PDF 並禁止 PDF...DOC/DOCX 文件。使用 Document Viewer .NET API 將 Word 文件轉換為受密碼保護的 PDF 並禁止 PDF...

    blog.groupdocs.com/zh-hant/tag/word-to-pdf-conv...
  2. GroupDocs.Viewer for .NET now supports 95+ file...

    Usually, when we have to shop for groceries, we choose the supermarket where we can get almost every item that we need. This way we don’t have to visit multiple stores for different types of products. Similarly, being specific to the software products, the developers prefer the component that provides a wide range of features regarding their use case so that they don’t have to use multiple solutions. Let’s be more specific and talk about the online document viewers that are becoming more popular in modern days because of their ability to display the files within the applications without any need of dedicated software programs....bz2) With this addition, the API now supports 95+ file formats...not wait and use this powerful API for integrating an all-in-one...

    blog.groupdocs.com/viewer/groupdocs.viewer-for-...
  3. Link Annotation in PDF on GroupDocs Blog | Docu...

    Link Annotation in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Link Annotation in PDF on GroupDocs Blog | Document Automation Solutions for .N......NET API 允许通过链接外部数据进行注释。 使用 Java 中的注释在...中的链接注释创建超链接来注释 PDF 文件。文档和图像注释 Java API 允许通过链接外部数据进行注释。 Recent content...

    blog.groupdocs.com/zh/tag/link-annotation-in-pd...
  4. Compare CSV Files using CSharp on GroupDocs Blo...

    Compare CSV Files using CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Compare CSV Files using CSharp on GroupDocs Blog | Document Automation ......NET API 比较受密码保护的 CSV 文件。 使用 C# 比较 CSV...如何在 C# 中比较两个 CSV 文件?使用 .NET API 比较 CSV 文件的数据以找出差异并在 CSV 文件中获取输出。...

    blog.groupdocs.com/zh/tag/compare-csv-files-usi...
  5. Search Synonyms in CSharp on GroupDocs Blog | D...

    Search Synonyms in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Search Synonyms in CSharp on GroupDocs Blog | Document Automation Solutions ......NET API 获取按不同含义分组的所有同义词。 使用 C# 查找单词的同义词 使用 .NET API 查找 C# ...

    blog.groupdocs.com/zh/tag/search-synonyms-in-cs...
  6. Get Available Layouts in a CAD Document using -...

    GroupDocs team is happy to announce another regular monthly release of GroupDocs.Conversion for .NET v17.7.0 Api. In this monthly release new document conversion features like Get Available layouts in a CAD Document and Hide PDF Annotations when converting from PDF are introduced. This release is also including major fixes and improvements. We recommend our users to download the new release and use the new exciting features to enhance their application....0 API . In this monthly release new...GroupDocs.Conversion for .NET API 17.7.0This release of GroupDocs...

    blog.groupdocs.com/conversion/get-available-lay...
  7. Add Watermark to Word on GroupDocs Blog | Docum...

    Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add Watermark to Word on GroupDocs Blog | Document Automation Solutions for .NET......פרוגרמטי על דפים באמצעות Java API. סימן מים מסמכי Word באמצעות...פרוגרמטי על דפים באמצעות .NET API. סימן מים מסמכי Word הוסף סימני...

    blog.groupdocs.com/he/tag/add-watermark-to-word...
  8. full text search on GroupDocs Blog | Document A...

    full text search on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in full text search on GroupDocs Blog | Document Automation Solutions for .NET & Java De......构建全文搜索解决方案 用于 Java 应用程序的全文搜索 API,可通过索引进行搜索。在文件夹的多个 Word、Excel、PDF、TXT...构建您的全文搜索解决方案 .NET 应用程序的文本搜索 API,可通过索引进行搜索。在文件夹的多个 Word、Excel...

    blog.groupdocs.com/zh/tag/full-text-search/inde...
  9. CSV to XML on GroupDocs Blog | Document Automat...

    CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in CSV to XML on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers CSV......NET、Java、およびクラウド API を使用して、CSV から XML へのコンバーターを構築できます。...C#を使用してCSVデータをXML形式に変換します。ドキュメントおよびファイル形式の変換APIを使用して、.NETアプリケーション内でCSVからXMLへの変換を自動化します。...

    blog.groupdocs.com/ja/tag/csv-to-xml/index.xml
  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...