Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 866 for

parser php

(0.06 sec)
  1. Generate Document Pages Preview | Documentation

    This REST API provides an ability to generate document pages of image representations. There are several ways to specify page numbers needed for preview: 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. For protected documents, it is also required to provide a password. The following properties of preview may be customized:...Parser Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

    docs.groupdocs.cloud/merger/generate-document-p...
  2. Change Page Orientation | Documentation

    This REST API allows setting Portrait or Landscape page orientation for specific or all document pages. The result is a new document that has orientation 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. For protected documents, it is also required to provide a password....Parser Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

    docs.groupdocs.cloud/merger/change-page-orienta...
  3. Join Document Pages | Documentation

    This REST API allows merging the source document with specific document pages from joined documents into one resultant document by specifying desired page numbers or page ranges. There are several ways to specify page numbers needed from each document: 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....Parser Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

    docs.groupdocs.cloud/merger/join-document-pages/
  4. Add Watermark | Documentation

    This example demonstrates how to convert word processing document into pdf document with adding watermark. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this for usage details. Step 3 is not needed if the “OutputPath” option is not provided: the convert API method will return the converted document in the response body....Parser Product Solution GroupDocs...ConvertDocumentReque ( settings )); PHP // For complete examples and...

    docs.groupdocs.cloud/conversion/add-watermark/
  5. Join Documents of different formats | Documenta...

    This REST API allows merging the document of different formats into one pdf or word processing document. The table below contains the full list of properties that can be specified for each joined document. 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 Pages Collection of page numbers to use in a Join operation The first page should have number 1 StartPageNumber Start page number Ignored if Pages collection is not empty EndPageNumber End page number Ignored if Pages collection is not empty RangeMode Page range mode: Even, Odd, All....Parser Product Solution GroupDocs...); e . printStackTrace (); } PHP // For complete examples and...

    docs.groupdocs.cloud/merger/join-document-cross...
  6. Add annotation with downloading output document...

    AnnotateDirect method allows to add annotations to the document and returns output document. API usage There are steps that usage of GroupDocs.Annotation Cloud consists of: Upload input document into cloud storage and other files, like image annotation Add annotation and get the result immediately HTTP PUT ~/annotation/add Swagger UI lets you call this REST API directly from the browser. cURL example Request // First get JSON Web Token // Please get your Client Id and Client Secret from https://dashboard....Parser Product Solution GroupDocs...response . getTotalSpace ()); PHP // For complete examples and...

    docs.groupdocs.cloud/annotation/add-direct/
  7. Compare multiple documents with specific compar...

    GroupDocs.Comparison Cloud allows to compare more that 2 documents and specify some specific comparison options like styling for detected changes, comparison details level etc. The following code sample shows how to compare multiple documents with specific options. 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....Parser Product Solution GroupDocs...apiInstance . comparisons ( request ); PHP // For complete examples and...

    docs.groupdocs.cloud/comparison/compare-multipl...
  8. 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 Node.js...Product Family (4) GroupDocs.Parser Cloud Product Family (11) GroupDocs...

    blog.groupdocs.cloud/2021/02/18/render-project-...
  9. Get Document Information | Documentation

    This REST API allows us to obtain basic information about the document and it’s pages properties. 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. Here is the list of properties that can be obtained for document pages: Page width in pixels (when converted to the image); Page height in pixels (when converted to image); Page number; Visible property that indicates whether the page is visible or not....Parser Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

    docs.groupdocs.cloud/merger/get-document-inform...
  10. 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....Parser Product Solution GroupDocs...SDK to your project. C# Java PHP Ruby Node.js Python Was this...

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