Sort Score
Result 10 results
Languages All
Labels All
Results 481 - 490 of 3,738 for

name

(0.04 sec)
  1. PdfOptimizationOptions | Documentation

    PdfOptimizationOptions data structure contains the PDF optimization options to apply to the output PDF file. ImageOptions example { "Lineriaze": false, "RemoveAnnotations": false, "RemoveFormFields": false, "ConvertToGrayScale": false, "SubsetFonts": false, "CompressImages": false, "ImageQuality": 100, "ResizeImages": false, "MaxResolution": 300, "OptimizeSpreadsheets": false } ImageOptions fields Name Description Lineriaze Enables optimization the output PDF file for viewing online with a web browser. This optimization allows a browser to display the first pages of a PDF file when you open the document, instead of waiting for the entire file to download....false } ImageOptions fields Name Description Lineriaze Enables...

    docs.groupdocs.cloud/viewer/pdfoptimizationopti...
  2. Merge PowerPoint Files into One - Simplify Your...

    Learn how to easily merge PowerPoint files into one in Java. This article provides a step-by-step guide and code examples for Java developers....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/merge-powerpoint-fi...
  3. Merge Word Documents in Java

    Learn how to merge Word documents DOC or DOCX in Java using GroupDocs.Merger Cloud SDK for Java with this comprehensive step-by-step guide....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/how-to-merge-word-d...
  4. Extract PDF Text using Java | Parse PDF in Java

    Learn how to extract text from PDF files in Java using the GroupDocs.Parser Cloud SDK. Automate the text extraction process effortlessly and save your time....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/parser/document-parsing-ex...
  5. Render Archive Folder | Documentation

    GroupDocs.Viewer Cloud renders items from the root of the archive by default. When rendering of a specified folder is required, it can be achieved as shown in the examples below. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....html" } ], "attachments" : [ { "name" : "file (12).txt" , "path"...hments/file (12).txt" }, { "name" : "file (13).txt" , "path"...

    docs.groupdocs.cloud/viewer/render-archive-folder/
  6. 下一代GroupDocs.Annotation Clou首次公開發布

    GroupDocs.Annotation for Cloud API 為開發人員提供了一個 API,用於創建支持文本和圖形註釋的高級在線文檔註釋工具...request = new GetImportRequest() { Name = "Annotated.pdf", Folder =...request = new PutExportRequest() { Name ="Annotated.pdf", Folder=null...

    blog.groupdocs.cloud/zh-hant/annotation/first-p...
  7. Merge PDF Files in Java

    Learn how to merge PDF documents in Java using GroupDocs.Merger Cloud SDK for Java using this comprehensive step-by-step guide....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/combine-and-merge-p...
  8. Document Splitting in Java | PDF Document Splitter

    Learn how to split PDF into separate files in Java. Explore the features of GroupDocs.Merger Cloud SDK for Java and split PDFs using page numbers or ranges....ory</id> <name>GroupDocs Artifact Repository</name> <url>https://repository...

    blog.groupdocs.cloud/merger/java-document-split...
  9. Get attachments | Documentation

    GroupDocs.Viewer Cloud API enables you to to retrieve a list of document attachments from your emails, Outlook data files, archives and PDF documents. Following example demonstrates on how to get all attachments from MSG file. API Usage There are steps that usage of GroupDocs.Viewer Cloud consists of: Upload input document into cloud storage Render document or get document info Download rendered document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....html" } ], "attachments" : [ { "name" : "attachment-image.png" ,...attachment-image.png" }, { "name" : "attachment-word.doc" , "path"...

    docs.groupdocs.cloud/viewer/get-attachments/
  10. Move Pages | Documentation

    This REST API provides a move page feature that allows you to manipulate page ordering by moving any page(s) to a new position within a document. For moving page to a new position, it’s needed to specify current and new page numbers along with the path to document in storage. For protected documents, it is also required to provide a password. The table below contains the full list of properties that can be specified while moving document pages.... Name Description Comment FilePath...property StorageName Storage name It could be omitted for default...

    docs.groupdocs.cloud/merger/move-pages/