Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 6,603 for

file format

(0.09 sec)
  1. System.OutOfMemoryException coverting HTML to D...

    Hi, I am getting System.OutOfMemoryException exception randomly when I try to convert a HTML document to DOC. This is the API I am using https://api.groupdocs.cloud/v2.0/conversion?Format=docx&fromPage=1...format=docx&fromPage=1 mayurkhadke...inconvenience. We noticed some file conversion consumed memory in...

    forum.groupdocs.cloud/t/system-outofmemoryexcep...
  2. Releasing Ruby SDK for GroupDocs.Signature Cloud

    Supports sign variety of document Formats with different signature types like Text Signature various Formats, Image, Digital, Barcode and QR-Code Signatures...Text Signatures with various formats, Image Signatures, Digital...following categories. Supported File Formats Document Information Supported...

    blog.groupdocs.cloud/signature/releasing-ruby-s...
  3. 在 .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-...
  4. Rotate PDF Pages Online in Java

    Learn how to rotate PDF pages programmatically in Java using GroupDocs.Merger Cloud SDK. Explore the features, setup process, and advanced rotation options.... PDF files are widely used for various...all or specific pages in a PDF file programmatically. Whether you...

    blog.groupdocs.cloud/merger/how-to-rotate-pdf-p...
  5. Special Holidays Offer, 25% Off GroupDocs.Total...

    GroupDocs Holidays offer - Get 25% off GroupDocs.Total for .NET and Java. Quote HOL2017WBS when placing your order online....launch the plugin wizard from file menu that will provide you with...saved in JPEG, BMP and TIFF formats. Read more details here . Dynamically...

    blog.groupdocs.cloud/total/special-holidays-off...
  6. 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/
  7. Content processing workflow | Documentation

    An overview of the GroupDocs.Rewriter Cloud workflow.... Send text or file for processing In the request...plain text or a Base64 encoded file along with mandatory and optional...

    docs.groupdocs.cloud/rewriter/workflow/
  8. Translation workflow | Documentation

    An overview of the GroupDocs.Translation Cloud workflow.... Send text or file for translation In the request...plain text, a Base64 encoded file, or a URL to translate, along...

    docs.groupdocs.cloud/translation/workflow/
  9. Working With Storage | Documentation

    GroupDocs.Viewer Cloud Working With Storage...{ // retrieve supported file-formats var request = new groupdocs_viewer_cloud_1...while calling API: {0} " . format ( e . message )) Ruby # Load...

    docs.groupdocs.cloud/viewer/working-with-storage/
  10. Convert N Consecutive Pages | Documentation

    This example demonstrates how to convert consecutive pages from word processing documents into pdf documents. 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 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....Password The password to open file It should be specified only...'WordProcessing/four-pages.docx', 'Format': 'pdf', 'ConvertOptions':...

    docs.groupdocs.cloud/conversion/convert-n-conse...