Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 10,428 for

pdf to pdf

(0.35 sec)
  1. 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/
  2. Incorrect Python Sdk Example - Free Support For...

    The python example shown on the document conversion webpage has a minor mistake. The example shows “ConversionApi”, which I believe should be “ConvertApi”, as is confirmed by the output when attempting To evaluate the co…...client_key) try: #Convert PPTX to PDF # Prepare request request = ...cloud.ConvertDocumentDirec("pdf", "C:/Temp/three-slides.pptx")...

    forum.groupdocs.cloud/t/incorrect-python-sdk-ex...
  3. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...in Word, Excel, PowerPoint, PDF, OpenDocument and image file...variety of document formats like PDF, Words, Spreadsheet, Presentation...

    blog.groupdocs.cloud/groupdocs.cloud/page/46/
  4. First Public Release of Next Generation GroupDo...

    GroupDocs.Conversion Cloud is a REST API for converting over 50 documents and image formats To Words, Cells, Html, Pdf, Slides and Image formats....pdf"][4] \ -X GET \ -H "Content-Type:...watermark and download a document as PDF with GroupDocs.Viewer Cloud API...

    blog.groupdocs.cloud/viewer/first-public-releas...
  5. Translating image files with GroupDocs.Translat...

    How To use GroupDocs.Translation Cloud SDK for translating image files....pdf" ; string savePath = "/path/to/savefile/"...>() { "de" }; string format = "pdf" ; byte [] file = File . ReadAllBytes...

    docs.groupdocs.cloud/translation/file/sdk/image...
  6. 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...
  7. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing REST APIs | GroupDocs Cloud...Windows Office files, AutoCAD, PDF and image files. By hosting the...your website. Formats include PDF and Microsoft Word documents...

    blog.groupdocs.cloud/groupdocs.cloud/page/53/
  8. GroupDocs Cloud Blog

    GroupDocs Cloud Blog - Document Processing 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/52/
  9. Extract Images from Word Documents using C# .NE...

    Learn how To extract images from Word (.DOCX, .DOC) files in C# .NET and REST API. Step-by-step tuTorial To extract and save embedded images online....Word Document, PPTX , Excel , PDF , ZIP etc. As per our requirements...workflows that involve Word, PDF, Excel, and other formats. Try...

    blog.groupdocs.cloud/parser/extract-images-from...
  10. 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...