Sort Score
Result 10 results
Languages All
Labels All
Results 5,141 - 5,150 of 10,132 for

docx

(0.16 sec)
  1. Convierta Word DOC a PDF mediante programación ...

    Convierta rápidamente un documento de Word a un archivo PDF sin cambiar el formato en alta calidad. Este artículo trata sobre cómo convertir Word a PDF mediante programación en C#....REST API][4] [Convertir archivo DOCX a PDF en C# usando opciones...loud-data\input-sample-file.docx", FileMode.Open); // crear solicitud...

    blog.groupdocs.cloud/es/conversion/convert-word...
  2. 在 CSharp 中以編程方式將 Word DOC 轉換為 PDF

    無需更改高質量格式即可快速將 Word 文檔轉換為 PDF 文件。本文介紹如何在 C# 中以編程方式將 Word 轉換為 PDF。...Word 轉換為 PDF][4] [使用高級選項在 C# 中將 DOCX 文件轉換為 PDF][5] [如何在 C# 中將頁面範圍從...loud-data\input-sample-file.docx", FileMode.Open); // 創建文件上傳請求...

    blog.groupdocs.cloud/zh-hant/conversion/convert...
  3. 隆重推出 GroupDocs.Comparison Cloud 19.5!

    新版本的 Groupdocs.Comparison Cloud 19.5 已發布。您對我們的文檔比較雲 API 的興趣讓我們有動力實施新功能。...docx" -H "accept: application/json"...multipart/form-data" -T C:/Temp/source.docx 從存儲下載文件 ### Download document...

    blog.groupdocs.cloud/zh-hant/comparison/introdu...
  4. طبقه بندی اسناد و متن خام با استفاده از C# | RE...

    با استفاده از یک REST API در سی شارپ با GroupDocs.Classification برای NET SDK، اسناد و هر متن خام خود را به صورت برنامه ای طبقه بندی کنید....ساده زیر طبقه بندی کنید: فایل DOCX را در Cloud [آپلود] کنید طبقه...سند را آپلود کنید # ابتدا فایل DOCX را با استفاده از نمونه کد زیر...

    blog.groupdocs.cloud/fa/classification/classify...
  5. Vergleichen Sie PDF Dateien mithilfe der REST-A...

    Signieren Sie Dokumente programmgesteuert mit digitalen Signaturen mithilfe der REST-API in der Cloud in Node.js mit GroupDocs.Signature Cloud SDK für Node.js....# Zum Signieren von PDF und DOCX Dateien verwende ich die Node...resourcesFolder = 'C:\\Files\\sample.docx'; fs.readFile(resourcesFolder...

    blog.groupdocs.cloud/de/signature/sign-document...
  6. Delete rendered document | Documentation

    After rendering various types of documents into HTML, Image, or Pdf, you may clean (delete) rendered pages from cloud storage using special method. Note: This method deletes only output files, the input file remains in the storage. Following example demonstrates on how to delete rendered document results. API Usage Swagger UI lets you call this REST API directly from the browser. cURL example Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....docx' } }" Resonse An empty response...FilePath = "SampleFiles/sample.docx" } }; // Create view var response...

    docs.groupdocs.cloud/viewer/delete-rendered-doc...
  7. Confronta i file PDF utilizzando l'API REST in ...

    Firma in modo programmatico documenti con firme digitali utilizzando l'API REST sul cloud in Node.js con GroupDocs.Signature Cloud SDK per Node.js....SDK # Per firmare i file PDF e DOCX , utilizzerò l’API Node.js SDK...resourcesFolder = 'C:\\Files\\sample.docx'; fs.readFile(resourcesFolder...

    blog.groupdocs.cloud/it/signature/sign-document...
  8. เปรียบเทียบไฟล์ PDF โดยใช้ REST API ใน Node.js ...

    ลงนามในเอกสารทางโปรแกรมด้วยลายเซ็นดิจิทัลโดยใช้ REST API บนคลาวด์ใน Node.js ด้วย GroupDocs.Signature Cloud SDK สำหรับ Node.js...สำหรับการเซ็นชื่อไฟล์ PDF และ DOCX ฉันจะใช้ API ของ Node.js SDK...resourcesFolder = 'C:\\Files\\sample.docx'; fs.readFile(resourcesFolder...

    blog.groupdocs.cloud/th/signature/sign-document...
  9. HTML Viewer - Minify HTML | Documentation

    When you are looking for the ways to optimize the rendering of documents into HTML, one of the solutions you might want to use is the compression of the output content (HTML, CSS, and SVG). This solution is suitable in case you are providing your content from the web server over the internet. The lower the content user has to download, the faster he will see the rendered document. GroupDocs.Viewer provides a new Minify property of the HtmlOptions class, that lets you get output content minified....docx' }, 'ViewFormat': 'HTML', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.html" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/html-viewer-minify-...
  10. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....docx' }, 'ViewFormat': 'JPG', 'RenderOptions':...null , "path" : "viewer/sample_docx/sample_page_1.jpg" , "downloadUrl"...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...