Sort Score
Result 10 results
Languages All
Labels All
Results 9,291 - 9,300 of 9,773 for

pdf to pdf

(0.07 sec)
  1. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document AuTomation REST APIs | GroupDocs Cloud...programmatically compare two Word, PDF, Excel, PowerPoint, plain text...business formats, including PDF and Microsoft Office, directly...

    blog.groupdocs.cloud/groupdocs.cloud/page/47/
  2. 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 Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....word processing document into pdf document asyncronously without...= new StartConvertRequest ( "pdf" , fileStream ); // Convert to...

    docs.groupdocs.cloud/conversion/convert-documen...
  3. Extract Images of Word Document in Node.js | Ge...

    Learn how To extract images from Word documents (.doc, .docx) using GroupDocs.Parser Cloud SDK for Node.js. AuTomate image extraction with REST API or cURL...formats including ( PPTX , Excel , PDF , ZIP , etc.). Prerequisites...Extract Images from PDF in Node.js Convert JPG to PDF using Node.js...

    blog.groupdocs.cloud/parser/extract-images-from...
  4. Quick Start | Documentation

    Create an account Creating an account is very simple. Go To https://dashboard.groupdocs.cloud To create a free account. Create an API client app Before you can make any requests To GroupDocs Cloud API you need To get a Client Id and a Client Secret. This will will be used To invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need To get started is adding our SDK To your existing project....example demonstrating how to sign pdf document with digital signature...FileInfo { FilePath = "sample2.pdf" }, SaveOptions = new SaveOptions...

    docs.groupdocs.cloud/signature/quick-start/
  5. 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/
  6. Adjust page size | Documentation

    GroupDocs.Viewer Cloud allows setting output page size for rendering Email messages inTo HTML, Pdf, and images. To enable this feature, the PageSize property of the EmailOptions class is used. The following are the pages sizes that are supported and provided in PageSize enumeration: Unspecified - The default, unspecified page size Letter - The size of the Letter page in points is 792 × 612 Ledger - The size of the Ledger page in points is 1224 × 792 A0 - The size of the A0 page in points is 3371 × 2384 A1 - The size of the A1 page in points is 2384 × 1685 A2 - The size of the A2 page in points is 1684 × 1190 A3 - The size of the A3 page in points is 1190 × 842 A4 - The size of the A4 page in points is 842 × 595 This example demonstrates how To adjust output page size....rendering Email messages into HTML, PDF, and images. To enable this feature...'SampleFiles/sample.msg' }, 'ViewFormat': 'PDF', 'RenderOptions': { 'EmailOptions':...

    docs.groupdocs.cloud/viewer/adjust-page-size/
  7. 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...
  8. Help! - Free Support Forum - groupdocs.cloud

    Hi , it’s possible To have support To translation Pdf ( en To other language) ? How I must do it? I want test with postman and after compile java class. Now I receive error 401 , Bearer error=“invalid_Token”, error_de…...have support to translation PDF ( en to other language) ? How...you the token request and the PDF translation request without reference...

    forum.groupdocs.cloud/t/help/5457
  9. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API To create, verify, search, update and delete different type of Signatures objects To documents in the cloud by performing a wide variety of signature options you can wish To put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability To align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for Pdf only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Document or separate pages (for PDF only) with a lot of additional...adding all Signature types for PDF documents Support adding signature(except...

    docs.groupdocs.cloud/signature/overview/
  10. 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...