Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 6,569 for

file format

(0.05 sec)
  1. Convert PNG to PPTX in C#

    Convert PNG to PPTX in C# using REST APIs and Cloud SDKs offered by GroupDocs.Conversion. Build image to PowerPoint converter by writing a few lines of code....need to upload a source PNG file to the API Cloud dashboard .... So, you can upload the file manually or programmatically by...

    blog.groupdocs.cloud/conversion/convert-png-to-...
  2. Add Watermarks | Documentation

    This REST API allows adding watermarks inside the documents. With this API you can add watermarks with following features: The watermark could be either a text or an image: Image watermark supports various image Formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; For a Text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc....watermark supports various image formats: PNG, GIF, TIFF, JPG. You may...transforming properties; There are format-specific options. These options...

    docs.groupdocs.cloud/watermark/add-watermarks/
  3. Convert SVG to PNG using SVG to PNG Converter

    This article shows how to convert SVG to PNG in C#. GroupDocs.Conversion offers Cloud SDKs and REST APIs to programmatically build an SVG to PNG Converter....(SVG) is a popular image file format that can be scaled to any...we have uploaded a source SVG file to the API Cloud dashboard ...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  4. Convert XLS to PDF Miss the Text in GroupDocs.C...

    When converting the attached xls File, the upper link get cut. We are using API version 21.12, we are using “groupdocs/conversion-cloud:latest” docker image and connecting over HTTP using swagger generated client. Arch…...converting the attached xls file, the upper link get cut. We...'{ "FilePath": "test.xls", "Format": "pdf", "OutputPath": "test...

    forum.groupdocs.cloud/t/convert-xls-to-pdf-miss...
  5. 在 .NET 中将 PDF 转换为 HTML | PDF 转网页转换器

    如何使用 .NET API 将 PDF 转换为 HTML。逐步指南,包括代码示例、cURL 命令和 SEO 友好的提示,以实现准确的 PDF 到网页转换。...文件上传到云存储: using (var fileStream = File.OpenRead("sample.pdf")) { var...{ FilePath = "sample.pdf", Format = "html", OutputPath = "converted/resultant...

    blog.groupdocs.cloud/zh/conversion/pdf-to-html-...
  6. Rearrange PDF Pages: Move, Swap and Delete PDF ...

    In this tutorial, explore how to move pages in pdf File, how to rearrange pdf pages online free, how to swap pages in pdf and remove pages from pdf document...Ruby PDF is the most popular format and the industry standard for...within supported document formats . Please install it using the...

    blog.groupdocs.cloud/merger/rearrange-pdf-pages...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...manually merging PowerPoint files one by one? Do you want a solution...can merge multiple PowerPoint files into one in Java? Look no further...

    blog.groupdocs.cloud/groupdocs.cloud/page/17/
  8. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into pdf documents with load options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Conversion Cloud documentation for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....one', 'Format': 'pdf', 'LoadOptions': { 'DefaultFont':...cloud/v2.0/conversion/storage/file/Output/sample.pdf" } ] SDK examples...

    docs.groupdocs.cloud/conversion/convert-one-not...
  9. Redact a PDF Document with REST API | GroupDocs...

    Redact PDF Text with GroupDocs.Annotation Cloud, a document and image annotation solution on any platform without installing third party editors....API is not limited to PDF file format, you can check the complete...complete list of supported file formats . It also provides SDKs for...

    blog.groupdocs.cloud/annotation/a-rest-api-solu...
  10. SignResult | Documentation

    SignResult data structure returned by Sign API method as output result SignResult example { "FileInfo": { "FilePath": "signed/one-page.pdf", "Password" : "1234567890" }, "Size" : 12345, "DownloadUrl": "signed/one-page.pdf", "succeeded": [ { "qrCodeType": "Aztec", "text": "123456789012", "Format": "Portable Network Graphic", "signatureType": "QRCode", "pageNumber": 1, "signatureId": "bb9ca1b7-fea4-4ec3-9984-9c9279bda16d", "isSignature": true, "createdOn": "2020-07-21T09:08:25.3947498+00:00", "modifiedOn": "2020-07-21T09:08:25.3947498+00:00", "top": 100, "left": 100, "width": 100, "height": 100 } ], "failed": [] } SignResult fields Name Description FilePath Name of the signed document Size Size of the signed document DownloadUrl Page File path in the cloud storage...."text" : "123456789012" , "format" : "Portable Network Graphic"...signed document DownloadUrl Page file path in the cloud storage. Use...

    docs.groupdocs.cloud/signature/signresult/