Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 1,567 for

editor java

(0.06 sec)
  1. Image Viewer - Adjust image size | Documentation

    Image Viewer allows you to set custom output image size in pixels through Width and Height properties in ImageOptions. Keep in mind that aspect ratio is automatically applied when you set Width or Height only. This example demonstrates how to set output image size 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....Editor Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/image-viewer-adjust...
  2. Render document with comments | Documentation

    Some document types like Microsoft Word, Excel, OpenOffice Text and Spreadsheet may contain comments. Your requirement to include or exclude the comments in output representation of the document may vary in different situations. GroupDocs.Viewer Cloud enables you to control the rendering of document comments. By default, comments are not rendered into the output document. The API provides RenderComments property of HtmlOptions (or JpgViewOptions, or PdfOptions) class that enables rendering of comments....Editor Product Solution GroupDocs...-> createView ( $request ); Java // For complete examples and...

    docs.groupdocs.cloud/viewer/render-document-wit...
  3. Render Project Data from MPP to PDF using REST ...

    Programmatically render Project data from MPP or MPT to PDF using a REST API on the cloud in Python with Document Viewer Cloud SDK for Python....NET , Java , PHP , Ruby , Android , and...Product Family (4) GroupDocs.Editor Cloud Product Family (7) GroupDocs...

    blog.groupdocs.cloud/2021/02/18/render-project-...
  4. Get changes coordinates | Documentation

    GroupDocs.Comparison Cloud allows to detect changes between source and target files and obtain changes coordinates at files preview images. The following code sample shows how to get changes coordinates. API usage There are steps that usage of GroupDocs.Comparison Cloud consists of: Upload input documents into cloud storage Compare documents or get document info Download comparison result document from storage Steps 1 and 3 are storage operations, please refer to this File API documentation for usage details....Editor Product Solution GroupDocs...apiInstance . PostChanges ( request ); Java // For complete examples and...

    docs.groupdocs.cloud/comparison/get-changes-coo...
  5. Get Document Information | Documentation

    This REST API allows obtaining basic information about the document. The endpoint accepts the document storage path as input payload. Here is the list of properties that can be obtained for a document: Document file extension; Document size in bytes; Document file format; Document page count. The table below contains the full list of properties. Name Description Comment FileInfo.FilePath The path of the document, located in the storage. Required. FileInfo.StorageName Storage name It could be omitted for default storage....Editor Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/get-document-inform...
  6. Rotate Pages | Documentation

    This REST API allows changing page rotation angle by setting it to 90,180 or 270 degrees for specific or all document pages. The result is a new document that has rotation changed for specified pages. There are several ways to specify desired page numbers: Provide exact page numbers via Pages collection; Specify pages range start/end page numbers. There is also an ability to get only even/odd pages from the specified page range by setting RangeMode property....Editor Product Solution GroupDocs...add an SDK to your project. C# Java PHP Ruby Node.js Python Was...

    docs.groupdocs.cloud/merger/rotate-pages/
  7. Bridging code and community · GitHub

    Kyler Middleton discusses operating open source within regulated environments, Klint Finley and Martin Woodward emphasize the value of non-code contributions in open source projects, and Kelsey Hightower shares his insights on scaling open-source projects like Kubernetes....Release: The ReadME Project senior editor, Klint Finley, is back to discuss...that are far smarter than me at Java and Python and stuff like that...

    github.com/readme/podcast/code-and-community
  8. Add Text Watermarks | Documentation

    This REST API allows adding text watermarks to the document. With this API you can add watermarks with following features: For a text watermark, you can use various text options like Font, Size, Style, Foreground and Background colors, etc.; 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....Editor Product Solution GroupDocs...your preferred language. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/watermark/add-text-waterma...
  9. Extract Formatted Text | Documentation

    This REST API allows extracting formatted text by setting the pages extraction mode option. You need to specify the FormattedTextOptions Mode parameter besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract formatted text example. cURL example The following example demonstrates how to extract formatted text. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Editor Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/extract-formatted-t...
  10. Extract Text by a Page Number Range | Documenta...

    This REST API allows extracting text from specific pages only by setting pages range. You need to specify StartPageNumber and CountPagesToExtract parameters besides the basic options. Resource The following GroupDocs.Parser Cloud REST API resource has been used in the Extract text by a page number example. cURL example The following example demonstrates how to extract text by a page number range. Request # First get JSON Web Token # Please get your Client Id and Client Secret from https://dashboard....Editor Product Solution GroupDocs...add an SDK to your project. C# Java Was this page helpful? Not really...

    docs.groupdocs.cloud/parser/extract-text-by-a-p...