Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 2,589 for

authorization

(0.08 sec)
  1. CSV 转 HTML | 在 C# .NET 中将 CSV 转换为 HTML 表

    了解如何使用 C# .NET 将 CSV 文件无缝转换为 HTML。轻松在线将逗号分隔的数据转换为 HTML。...application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh/conversion/convert-csv-...
  2. Tệp được phân cách bằng dấu phẩy sang Excel | C...

    Chuyển đổi các tệp được phân cách bằng dấu phẩy sang Excel bằng C# .NET. Lưu các giá trị được phân tách bằng dấu phẩy csv vào sổ làm việc Excel bằng C#....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/vi/conversion/convert-csv-...
  3. CSV sang HTML | Chuyển đổi bảng CSV sang HTML t...

    Khám phá cách chuyển đổi liền mạch các tệp CSV sang HTML bằng C# .NET. Dễ dàng Chuyển đổi dữ liệu được phân cách bằng dấu phẩy thành HTML trực tuyến....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/vi/conversion/convert-csv-...
  4. Đồ họa Vector có thể mở rộng thành JPEG | Chuyể...

    Chuyển đổi SVG sang JPG trong C# .NET bằng GroupDocs.Conversion Cloud SDK. Thực hiện chuyển đổi liền mạch đồ họa vector có thể mở rộng sang JPG trong C#. Chuyển đổi SVG sang JPG...application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/vi/conversion/convert-svg-...
  5. Chuyển Excel sang HTML | XLS sang HTML | Lưu Ex...

    Khám phá hướng dẫn từng bước và mẹo của chuyên gia để chuyển đổi liền mạch XLS và XLSX sang HTML. Cách chuyển đổi Excel sang HTML dễ dàng....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/vi/conversion/convert-exce...
  6. PDF sang Excel | Chuyển đổi PDF sang XLS | Chuy...

    Chuyển đổi tệp PDF sang sổ làm việc Excel bằng C# .NET. Thực hiện chuyển đổi PDF sang XLS trực tuyến liền mạch....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/vi/conversion/convert-pdf-...
  7. Lancement de l'API Cloud GroupDocs.Signature de...

    GroupDocs.Signature for Cloud est une API REST pour créer, vérifier et rechercher différents types d'objets Signatures dans les documents de votre application..."PdfSignDigitalOption"}" \ -H "authorization: Bearer xxxxxxxxxxxxxxxxxxxx”...fyDigitalOpti"}" \ -H "authorization: Bearer xxxxxxxxxxxxxxxxxxxx”...

    blog.groupdocs.cloud/fr/signature/releasing-nex...
  8. Excel to Text Conversion | Convert XLS, XLSX to...

    如何使用 .NET REST API 將 Excel 試算表 (XLS/XLSX) 轉換為純文本文件。自動化 Excel 到文本的轉換,簡化數據提取。...application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  9. CSV zu JPG | CSV in JPEG konvertieren | Bild zu...

    Erfahren Sie, wie Sie CSV Dateien mit C# .NET in JPEG bilder konvertieren. Unsere bewährten Methoden zum Konvertieren von durch Kommas getrennten Dateien in JPG bilder mit C# .NET....application/json" \ -H "authorization: Bearer {accessToken}" \...application/json" \ -H "authorization: Bearer {accessToken}" \...

    blog.groupdocs.cloud/de/conversion/convert-csv-...
  10. Settings | Documentation

    Settings data structure defines comparison process additional settings Settings example: { "GenerateSummaryPage": true, "ShowDeletedContent": true, "ShowInsertedContent": true, "StyleChangeDetection": true, "InsertedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "DeletedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "ChangedItemsStyle": { "FontColor": "string", "HighlightColor": "string", "BeginSeparatorString": "string", "EndSeparatorString": "string", "Bold": true, "Italic": true, "StrikeThrough": true, "Underline": true }, "WordsSeparatorChars": [ "string" ], "UseFramesForDelInsElements": true, "CalculateComponentCoordinates": true, "MarkChangedContent": true, "MarkNestedContent": true, "MetaData": { "Author": "string", "LastSaveBy": "string", "Company": "string" }, "Password": "string", "DiagramMasterSetting": { "MasterPath": "string", "UseSourceMaster": true }, "OriginalSize": { "Width": 0, "Height": 0 }, "HeaderFootersComparison": true, "SensitivityOfComparison": 0 } Name Description GenerateSummaryPage Indicates whether to add summary page to resultant document or not ShowDeletedContent Indicates whether to show deleted components in resultant document or not ShowInsertedContent Indicates whether to show inserted components in resultant document or not StyleChangeDetection Indicates whether to detect style changes or not InsertedItemsStyle Style for inserted components DeletedItemsStyle Style for deleted components ChangedItemsStyle Style for components with changed style WordsSeparatorChars An array of delimiters to split text into words DetailsLevel The comparison details level (Low, Middle, High) UseFramesForDelInsElements Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents CalculateComponentCoordinates Indicates whether to calculate coordinates for changed components MarkChangedContent Indicates whether to use frames for shapes in Word Processing and for rectangles in Image documents MarkNestedContent Gets or sets a value indicating whether to mark the children of the deleted or inserted element as deleted or inserted CloneMetadata Type of metadata to clone (Default, Source, Target, FileAuthor) MetaData User metadata PasswordSaveOption Type of password saving (None, Source, Target, User) Password User password to resultant document DiagramMasterSetting Master for Diagram document OriginalSize Original document size when picture is compared with other different formats HeaderFootersComparison Control to turn on comparison of header/footer contents PaperSize The result document paper size (Default, A0, A1, … A8) SensitivityOfComparison A sensitivity of comparison (1...."MarkNestedContent" : true , "MetaData" : { "Author" : "string" , "LastSaveBy"...

    docs.groupdocs.cloud/comparison/settings/