Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 439 for

metadata property

(0.04 sec)
  1. Online odt Editor | Free GroupDocs Apps

    Free online odt document editor. View, edit and save edited odt files online in different formats with advanced WYSIWYG editor....JAVA PROPERTIES EDITOR Java Properties File (.properties) PERLSCRIPT...Comparison Signature Assembly Metadata Search Parser Watermark Editor...

    products.groupdocs.app/editor/odt
  2. HTML Viewer - Responsive layout | Documentation

    GroupDocs.Viewer Cloud also enables you to make your rendering into HTML look well across all types of devices. To achieve this, the API provides RenderResponsive Property of HtmlOptions class as shown in below sample code. 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....Metadata Product Solution GroupDocs...provides RenderResponsive property of HtmlOptions class as shown...

    docs.groupdocs.cloud/viewer/html-viewer-respons...
  3. Import attachment into pdf document | Documenta...

    This REST API allows add attachments into pdf documents. Attachments should be uploaded into cloud storage before importing. The table below contains the full list of properties that can be specified. Name Description Comment FilePath The file path in the storage Required Property StorageName Storage name Could be omitted for default storage VersionId File version Id Useful for storages that support file versioning Password The password to open file Should be specified only for password-protected documents Attachments Collection of attachments files paths OutputPath Path to resultant document Required Resource URI HTTP POST ~/import Swagger UI lets you call this REST API directly from the browser....Metadata Product Solution GroupDocs...contains the full list of properties that can be specified. Name...

    docs.groupdocs.cloud/merger/import-attachment/
  4. Image Viewer - Add text overlay over images | D...

    GroupDocs.Viewer Cloud provides feature that allows to add text overlays over images. This feature is useful if you want to add selectable text over the image or implement a text search in image-based rendering. Please note that due to Image Viewer’s architecture rendering results with text extraction enabled and disabled are different. The ExtractText Property of ImageOptions class enables you to render document to display with text. This example demonstrates how to render document for display with text....Metadata Product Solution GroupDocs...different. The ExtractText property of ImageOptions class enables...

    docs.groupdocs.cloud/viewer/image-viewer-add-te...
  5. Rename email fields | Documentation

    When rendering email messages, by default the API uses the English language to render field labels such as From, To, Subject etc. There might be the case when you want to change the label of the fields in email message’s header. GroupDocs.Viewer Cloud is flexible enough to allow you to use the custom field labels for email header. The API provides a new Property FieldLabels in EmailOptions class to change the field labels....Metadata Product Solution GroupDocs...header. The API provides a new property FieldLabels in EmailOptions...

    docs.groupdocs.cloud/viewer/rename-email-fields/
  6. Privacy Policy - About - groupdocs.cloud

    Privacy Policy Last Updated: 16 December 2021 1. General This web site is maintained by Aspose Pty Ltd, Suite 163, 79......exercise or protect the rights, property, or personal safety of GroupDocs...data from your files or their metadata, and we do not make any copies...

    about.groupdocs.cloud/legal/privacy-policy/
  7. 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...Metadata Product Solution GroupDocs...pages use the PageRotations property of ViewOptions class. There...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  8. Skip rendering of empty rows | Documentation

    Sometimes Excel document contains information at the beginning of the worksheet and after that, it contains some count of empty (blank) rows. In case, if the number of empty rows is considerably huge, the rendering time increases and hence, it affects the performance. To skip rendering of empty rows GroupDocs.Viewer Cloud provides RenderEmptyRows Property of SpreadsheetOptions class, which allow omitting to render empty rows as shown in the sample below....Metadata Product Solution GroupDocs...Cloud provides RenderEmptyRows property of SpreadsheetOptions class...

    docs.groupdocs.cloud/viewer/skip-rendering-of-e...
  9. 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....Metadata Product Solution GroupDocs...API provides RenderComments property of HtmlOptions (or JpgViewOptions...

    docs.groupdocs.cloud/viewer/render-document-wit...
  10. Render layers | Documentation

    GroupDocs.Viewer Cloud renders all layers of the CAD drawing by default. To render specific layers you can set the layers that you want to render by adding them into the CadOptions.Layers Property. The following code sample shows how to render a specific layer of a CAD drawing. 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....Metadata Product Solution GroupDocs...into the CadOptions.Layers property. The following code sample...

    docs.groupdocs.cloud/viewer/render-layers/