Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 6,592 for

file format

(0.06 sec)
  1. Pdf to html conversion - Free Support Forum - g...

    pdf is not converting into html properly.bellow is my code let convertApi = conversion_cloud.ConvertApi.fromKeys(clientId,clientSecret); const loadOptions = new conversion_cloud.PdfConvertOptions(); loadOptions…...format = "pdf"; convertOptions = new...DocxConvertOptions(); const file = fs.readFileSync("C:/Downloads/samplepdf...

    forum.groupdocs.cloud/t/pdf-to-html-conversion/...
  2. Convert LaTeX to HTML | LaTeX Converter | Pytho...

    Learn how to convert LaTeX documents to HTML using Python and the LaTeX Converter REST API. Discover the step-by-step process and unlock web publishing, cross-platform compatibility, and interactivity for your scientific and mathematical content....Client Step 3: Upload the LaTeX File Step 4: Convert LaTeX to HTML...Python Step 5: Download HTML file Prerequisites: # Before we begin...

    blog.groupdocs.cloud/conversion/convert-latex-t...
  3. 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....Leave feedback On this page Format specific convert options xls...Properties Description format Convert format password Document password...

    docs.groupdocs.cloud/conversion/convertoptions/
  4. Merge Multiple Excel Files into One using REST ...

    Programmatically Merge Multiple Excel Files into One using a REST API on the cloud in Node.js with Document Merger Cloud SDK for Node.js....two or more Excel files into a single file programmatically on...multiple files, so you can merge them into a single file in your...

    blog.groupdocs.cloud/merger/merge-multiple-exce...
  5. Convert PDF to HTML in .NET | PDF to Web Page C...

    How to convert PDF to HTML using .NET API. Step-by-step guide with code samples, cURL commands, and SEO-friendly tips for accurate PDF to web conversion....Converting PDF documents to HTML format is quite essential, especially...document layout, images, and formatting. This article covers the...

    blog.groupdocs.cloud/conversion/pdf-to-html-onl...
  6. GroupDocs Newsletter November 2017 Edition – Do...

    GroupDocs developer newsletter of November 2017 describes API updates, major feature enhancements and bug fixes within GroupDocs document manipulation APIs....metadata from all popular file formats as well as compare, search...specific format. It gets the file as input, accesses file property...

    blog.groupdocs.cloud/total/groupdocs-newsletter...
  7. Add Image Watermarks | Documentation

    This REST API allows adding image watermarks to the document. With this API you can add image watermarks with the following features: Image watermark supports various image Formats: PNG, GIF, TIFF, JPG. You may upload the desired image to the Storage and then pass the path as a parameter of Watermark operation; There are many watermark positioning and transforming properties; There are Format-specific options. These options allow to leverage specific Format features and often allow to make watermarks stronger; For protected documents, it is required to provide the password....watermark supports various image formats: PNG, GIF, TIFF, JPG. You may...transforming properties; There are format-specific options. These options...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  8. Document Splitting in Java | PPT Document Splitter

    Learn how to split PowerPoint PPT or PPTX slides into separate Files using Java. Follow step-by-step instructions to achieve efficient PowerPoint Files splitting....PowerPoint PPT/PPTX Into Separate Files using Java. PowerPoint presentations...PowerPoint slides into separate files for various reasons. Whether...

    blog.groupdocs.cloud/merger/split-powerpoint-pp...
  9. Features Overview | Documentation

    GroupDocs.Metadata Cloud is a powerful and easy to use metadata management REST API which allows users to read and edit metadata associated with various document, image, audio, video and many other Formats. The API also provides operations to extract metadata, add, search, modify and remove metadata in supported File Formats. Below you may find an overview for the most valuable features. Extracting Metadata Using the GroupDocs.Metadata Cloud you can extract desired metadata properties from Files of different types....audio, video and many other formats. The API also provides operations...remove metadata in supported file formats. Below you may find an overview...

    docs.groupdocs.cloud/metadata/features-overview/
  10. Working With Storage | Documentation

    Storage existence API This API intended for checking the existence of cloud storage with a given name from GroupDocs Cloud Storage. API Explorer GroupDocs.Merger Cloud API Reference lets you try out Storage existence API right away in your browser! It allows you to effortlessly interact and try out every single operation our APIs expose. Request parameters Parameter Description storageName Storage name cURL example Request curl -X GET "https://api.groupdocs.cloud/v1.0/merger/storage/MyStorage/exist" -H "accept: application/json" -H "authorization: Bearer [Access Token]" Response { "exists": true } SDK examples Our API is completely independent of your operating system, database system or development language....{ // retrieve supported file-formats var request = new groupdocs_merger_cloud_1...while calling API: {0} " . format ( e . message )) Storage object...

    docs.groupdocs.cloud/merger/working-with-storage/