Sort Score
Result 10 results
Languages All
Labels All
Results 9,781 - 9,790 of 10,285 for

pdf to pdf

(0.08 sec)
  1. Merge PowerPoint PPT/PPTX Files Online using RE...

    Combine multiple PowerPoint presentations inTo a single file. This article is about how To merge powerPoint PPT/PPTX files online using REST API in Ruby....Word, Excel, Visio, OneNote, PDF, HTML, etc. You can install GroupDocs...Specific Pages from PDF using Python How to Rotate PDF Pages using Rest...

    blog.groupdocs.cloud/merger/merge-powerpoint-pp...
  2. Annotate Over 50 Common Document and Image Type...

    GroupDocs released an add-on that allows Concrete5 developers To seamlessly integrate the Java version of GroupDocs.Annotation inTo their sites....supported file formats are: PDF and Microsoft documents, Excel...watermarks, etc. Support for native PDF and Microsoft Word annotations...

    blog.groupdocs.cloud/annotation/groupdocs-annot...
  3. Convert document without storage | Documentation

    This example demonstrates how To convert document without using cloud sTorage. Use this method To directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file To convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages To convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data converToptions ConverToptions Conversion options Form data Resource URI HTTP PUT ~/conversion...new ConvertDocumentDirec ( "pdf" , fileStream , null , null ...new ConvertDocumentDirec ( "pdf" , file , 1 , 0 , loadOptions...

    docs.groupdocs.cloud/conversion/convert-documen...
  4. Detecting paraphrases in files with GroupDocs.R...

    How To use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...DetectionFileRequest . FormatEnum . Pdf , language : sourceLanguage ...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  5. Extract XML Text using Python | Parse XML in Py...

    Extracting text from XML files is a crucial task in various applications. Learn how To extract text from XML using Python and understand its importance....Extract Text from PDF File in Java Extract Data from PDF using REST...in Python Extract Images from PDF Documents using Python How to...

    blog.groupdocs.cloud/parser/extract-text-from-x...
  6. Embed MS Word form in app for signing - Free Su...

    I have a form in word, that I want To embed in app for signing by each new users before they can use the application. It needs To be able To be retrieved at a later stage if required. Is Groupdocs the solution?...5:52am 3 OK, so can I embed the PDF/Word document field overlaid...@warwickchapman Currently, you can sign PDF/Word documents on a specific...

    forum.groupdocs.cloud/t/embed-ms-word-form-in-a...
  7. Sending images and scanned PDFs for translation...

    How To scans and image files for translation To the selected languages and get the result as plain text....scanned PDFs for translation Sending images and scanned PDFs for...feedback To translate scanned PDF or image file and get result...

    docs.groupdocs.cloud/translation/file/request/i...
  8. 使用 REST API 查找和替换文档中的水印

    使用适用于 .NET 的 Watermarking Cloud SDK 在 C# 中的云文档中使用 REST API 以编程方式查找和替换水印文本或图像...查找和替换文本水印 # 您可以按照以下简单步骤从 PDF 文档中查找和替换水印文本: 上传 the PDF document to the...来自上传的 PDF 文件 下载 the updated file 上传PDF文档 # 首先,将带有水印的PDF文档通过以下任一方式上传至云端:...

    blog.groupdocs.cloud/zh/watermark/find-and-repl...
  9. Convert document direct async | Documentation

    This example demonstrates how To convert word processing document inTo Pdf document asyncronously without using cloud sTorage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async Swagger UI lets you call this REST API directly from the browser. cURL example Linux/MacOS/Bash # First get JSON Web Token # Place your Client Id and Client Secret in environment variables CLIENT_ID and CLIENT_SECRET....word processing document into pdf document asyncronously without...= new StartConvertRequest ( "pdf" , fileStream ); // Convert to...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. Convert document async | Documentation

    This example demonstrates how To convert word processing document inTo Pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document inTo cloud sTorage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from sTorage Steps 1 and 4 are sTorage operations, please refer To this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....word processing document into pdf document asyncronously. There..."WordProcessing/four-pages.docx", "Format": "pdf", "OutputPath": "Output" }' Windows...

    docs.groupdocs.cloud/conversion/convert-documen...