Sort Score
Result 10 results
Languages All
Labels All
Results 9,801 - 9,810 of 10,305 for

pdf to pdf

(0.09 sec)
  1. 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/
  2. 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/
  3. Create Invoices Online with GroupDocs.Assembly ...

    Learn how To generate professional invoices on the fly using GroupDocs.Assembly Cloud. Upload a DOCX template, bind JSON data, and output DOCX or Pdf with simple cURL calls or .NET SDK....DOCX for further editing or as PDF for read‑only distribution. Secure...specify output format ( docx or pdf ) and link the template. Call...

    blog.groupdocs.cloud/assembly/create-invoices-o...
  4. 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
  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. 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...
  7. 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...
  8. viewer.xml

    1.0 utf-8 yes http://www.sitemaps.org/schemas/sitemap/0.9 http://www.w3.org/1999/xhtml https://docs.groupdocs.cloud/viewer/add-watermark/ weekly 0.5 https://docs.groupdocs.cloud/viewer/adjust-image......cloud/viewer/get-view-info-for-pdf-document/ weekly 0.5 https://docs...https://docs.groupdocs.cloud/viewer/pdf-viewer/ weekly 0.5 https://docs...

    docs.groupdocs.cloud/sitemaps/viewer.xml
  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. LoadOptions | Documentation

    CadLoadOptions - dxf, dwg, dgn, dwf, stl, Ifc, plt, Igs Properties Description format The format of input file, (“docx”, for example). This field must be filled with correct input file format when using ConvertDirect method, which accept input file as binary stream, and, because of that, API can correctly handle LoadOptions. layoutNames Specify which layouts To be converted backgroundColor A background color (for example: “Green”) drawType Type of drawing, “UseDrawColor” (default) - Allows To use common color, or “UseObjectColor” - Allows To use separate color for every object drawColor A foreground/draw color (for example: “Red”) { "layoutNames": ["Floor1", "Floor3"], "drawColor": "Red", "backgroundColor": "White" } SpreadsheetLoadOptions - xls, xlsx, xlsm, xlsb, xls2003, ods, ots, xltx, xltm, tsv, xlt Properties Description format The format of input file, (“docx”, for example)....optimizePdfSize If true and converting to PDF, conversion optimized for smaller..."Pass123" } PdfLoadOptions - pdf Properties Description format...

    docs.groupdocs.cloud/conversion/loadoptions/