Sort Score
Result 10 results
Languages All
Labels All
Results 941 - 950 of 8,146 for

page

(0.05 sec)
  1. Evaluate GroupDocs.Viewer | Documentation

    How to create trial account for GroupDocs.Viewer Cloud...granted when you and Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/viewer/evaluate-groupdocs-...
  2. Licensing | Documentation

    GroupDocs.Viewer Cloud Licensing...the paid plan as well Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/viewer/licensing/
  3. InfoResult | Documentation

    InfoResult data structure returned by Document Info API as output result InfoResult example { "FormatExtension": "string", "Format": "string", "Pages": [ { "Number": 0, "Width": 0, "Height": 0, "Visible": true, "Lines": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Words": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string", "Characters": [ { "X": 0, "Y": 0, "Width": 0, "Height": 0, "Value": "string" } ] } ] } ] } ], "Attachments": [ { "Name": "string" } ], "ArchiveViewInfo": { "Folders": [ "string" ] }, "CadViewInfo": { "Layers": [ { "Name": "string", "Visible": true } ], "Layouts": [ { "Name": "string", "Width": 0, "Height": 0 } ] }, "ProjectManagementViewInfo": { "StartDate": "2020-04-02T05:56:17...."string" , "Format" : "string" , "Pages" : [ { "Number" : 0 , "Width"...Format File format Pages List of document pages Attachments List...

    docs.groupdocs.cloud/viewer/inforesult/
  4. Sign document with Barcode signature | Document...

    A barcode or bar code is a way of presenting data in a visual, machine-readable form. Generally speaking, barcode is an image of rectangular form that consists of parallel black lines and white spaces of different widths. Barcodes are used in various areas where quick identification is necessary - as part of the purchase process in retail stores, in warehouses to track inventory, and on invoices to assist in accounting, among many other uses....signature Leave feedback On this page A barcode or bar code is a way...'FilePath': 'signaturedocs/one-page.docx' }, 'Options': [ { 'AllPages':...

    docs.groupdocs.cloud/signature/sign-document-wi...
  5. Mix Document Pages | Documentation

    This REST API allows mixing specific Pages from several source documents into a single resultant document. You can specify the exact order and selection of Pages from each document, enabling advanced document composition scenarios. To mix Pages, provide: A list of source documents (Files collection). A list of Page selections (FilesPages collection), where each item specifies which Pages to take from which document and in what order. The output path for the resultant document....Document Pages Mix Document Pages Leave feedback On this page This...API allows mixing specific pages from several source documents...

    docs.groupdocs.cloud/merger/mix-document-pages/
  6. Sign document with digital signature | Document...

    A digital electronic signature is a scheme for verifying the document’s authenticity. A valid digital signature gives a recipient very strong reason to believe that the document was created or updated by a known sender and that the document was not altered by unknown source. For documents, the digital signature is represented by certificate with private (to sign) and public (to verify) keys. Most often certificates of various public key cryptography standards are used for this purpose, for example PFX format (see specification here)....signature Leave feedback On this page A digital electronic signature...visual appearance on document pages. PDF document format supports...

    docs.groupdocs.cloud/signature/sign-document-wi...
  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....Watermarks Leave feedback On this page This REST API allows adding...preferred language. C# Java Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/watermark/add-image-waterm...
  8. Working with Tables | Documentation

    How-to apply table generation techniques with GroupDocs Assembly Cloud API, using data bands and conditional expressions....Tables Leave feedback On this page Tables are widely used in almost...“Quick Start” section. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.cloud/assembly/developer-guide/w...
  9. Working with Search Collection | Documentation

    Note Note: The features listed on this Page are supported only in GroupDocs.Signature Cloud V1 GroupDocs.Signature Cloud REST API supports to search multiple signatures in a document. For example, you can search whether a document contains Text and Barcode Signatures at same time. To search list of signatures on document (Cells, Images, PDF, Slides or Words) Signature API provides an object SearchOptionsCollectionData that can contain one or more search options....On this page Note Note: The features listed on this page are supported...com%2fs%2fumokluz338w4ng7%2fone-page.docx%3fdl%3d1 \ -- header 'authorization:...

    docs.groupdocs.cloud/signature/working-with-sea...
  10. ImageOptions | Documentation

    ImageOptions data structure inherits RenderOptions and used as part of ViewOptions data structure. ImageOptions example { "Width": 0, "Height": 0, "ExtractText": false, "JpegQuality": 0, } ImageOptions fields Name Description RenderOptions fields ImageOptions inherits all properties of RenderOptions Width Allows to specify output image width. Specify image width in case when you want to change output image dimensions. When Width has value and Height value is 0 then Height value will be calculated to save image proportions.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.cloud/viewer/imageoptions/