Sort Score
Result 10 results
Languages All
Labels All
Results 9,721 - 9,730 of 10,297 for

pdf to pdf

(0.08 sec)
  1. Simplifying files with GroupDocs.Rewriter SDK |...

    How To use GroupDocs.Rewriter Cloud SDK for files simplification....format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...FormatEnum . Pdf , outputFormat : SupportedConversions . Pdf , language...

    docs.groupdocs.cloud/rewriter/file/sdk/simmplify/
  2. Sending files for processing | Documentation

    How To send files for processing To the selected language....pdf...ff474526313a24821e98", "savingMode":..."outputFormat": "Pdf", "diversityDegree": "Off", "format": "Pdf" }' curl...

    docs.groupdocs.cloud/rewriter/file/request/
  3. Extract Pages From Word Documents using Rest AP...

    Easily extract specific pages from word documents as individual files. This article is about how To extract pages from word documents using Rest API in Ruby...supported file formats such as PDF, Powerpoint, and Excel worksheets...and Combine PDF Files using REST API Rearrange PDF Pages: Move...

    blog.groupdocs.cloud/merger/extract-pages-from-...
  4. ConvertOptions | Documentation

    Format specific convert options xls, xlsx, xlsx, xlsm, xlsb, xlsb, ods, xltx, xltm, tsv Properties Description format Convert format password Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "password": "Pass123", "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } csv Properties Description format Convert format fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format { "format": "{format}", "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } html Properties Description format Convert format fixedLayout Document password zoom Document zoom fromPage Start conversion from specified page number pagesCount Convert pagesCount from specified page pages An array with set of pages To be converted usePdf Use Pdf as intermediate format watermarkOptions Watermark options To be applied during conversion { "format": "{format}", "fixedLayout": true, "zoom": 100, "fromPage": 1, "pagesCount": 10, "pages": [2,4,6], "usePdf": false, "watermarkOptions": [{options}] } png, gif, bmp, ico Properties Description format Convert format width Width of image after conversion height Height of image after conversion horizontalResolution Desired image horizontal resolution after conversion....pages to be converted usePdf Use pdf as intermediate format watermarkOptions...pages to be converted usePdf Use pdf as intermediate format { "format"...

    docs.groupdocs.cloud/conversion/convertoptions/
  5. 6. Convert Presentation Document with Load Opti...

    This example demonstrates how To convert presentation documents inTo Pdf documents with load options. 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 GroupDocs.Conversion Cloud documentation 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....presentation documents into pdf documents with load options...."Presentation/with_notes.pptx", "Format": "pdf", "LoadOptions": { "HideComments":...

    docs.groupdocs.cloud/conversion/convert-present...
  6. GroupDocs Newsletter July 2017– Document Manipu...

    GroupDocs developer newsletter of July 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....PowerPoint, OpenDocument ODT, PDF, Text and HTML documents on the...size when rendering document as PDF file. Read more details here...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. GroupDocs.Conversion Cloud Product Family

    Document AuTomation APIs along with open-source SDKs To enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....(Comma-Separated Values) files to PDF (Portable Document Format) is...online. The ability to convert PDF files to Excel workbooks is indispensable...

    blog.groupdocs.cloud/categories/groupdocs.conve...
  8. Flip/rotate pages | Documentation

    The GroupDocs.Viewer Cloud enables you To rotate individual pages when viewing documents in HTML/Pdf/JPG/PNG formats. To flip/rotate pages use the PageRotations property of ViewOptions class. There are three options that you can pass: On90Degree - instructs To rotate page on 90-degree clockwise; On180Degree - instructs To rotate page on 180-degree clockwise; On270Degree - instructs To rotate page on 270-degree clockwise; The following code snippet shows how To rotate output pages when viewing a document as Pdf...when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate...pages when viewing a document as PDF API Usage There are steps that...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  9. Convert Specific Pages | Documentation

    This example demonstrates how To convert specific 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....word processing documents into pdf documents. There are steps that..."WordProcessing/four-pages.docx", "Format": "pdf", "ConvertOptions": { "Pages":...

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

    This example demonstrates how To convert word processing document inTo Pdf document with default options. 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....word processing document into pdf document with default options..."WordProcessing/four-pages.docx", "Format": "pdf", "OutputPath": "Output" }' Windows...

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