Sort Score
Result 10 results
Languages All
Labels All
Results 601 - 610 of 3,194 for

pdf annotation

(0.05 sec)
  1. Convert document using custom font | Documentation

    This example demonstrates how to convert document that use custom font, or non-standard font. Fonts should be uploaded into cloud storage before conversion. Then put path to fonts into conversion options. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document and fonts into cloud storage Convert document Download converted document from storage Steps 1 and 3 are storage operations, please refer to this GroupDocs.Storage Cloud documentation for usage details....Annotation Product Solution GroupDocs...stom-font.pptx', 'Format': 'pdf', 'OutputPath': 'Output', 'FontsPath':...

    docs.groupdocs.cloud/conversion/convert-using-c...
  2. Convert Specific Pages | Documentation

    This example demonstrates how to convert specific pages from word processing documents into Pdf documents. 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....Annotation Product Solution GroupDocs...word processing documents into pdf documents. There are steps that...

    docs.groupdocs.cloud/conversion/convert-specifi...
  3. 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....Annotation Product Solution GroupDocs...word processing document into pdf document with adding watermark...

    docs.groupdocs.cloud/conversion/add-watermark/
  4. Fetching file translations | Documentation

    How to fetch the translated file from the GroupDocs.Translation Cloud queue....Annotation Product Solution GroupDocs..."status" : 200 , "message" : "Pdf document translated by 100%"...

    docs.groupdocs.cloud/translation/file/fetch/
  5. 4. Convert One Note Document with Load Options ...

    This example demonstrates how to convert one note documents into Pdf documents with load options. 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 GroupDocs.Conversion Cloud documentation 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....Annotation Product Solution GroupDocs...convert one note documents into pdf documents with load options....

    docs.groupdocs.cloud/conversion/convert-one-not...
  6. Detecting paraphrases in files with GroupDocs.R...

    How to use GroupDocs.Rewriter Cloud SDK for paraphrase detection in files....Annotation Product Solution GroupDocs...format = "Pdf" ; string path = "/path/to/myFile.pdf" ; byte []...

    docs.groupdocs.cloud/rewriter/file/sdk/detect/
  7. 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....Annotation Product Solution GroupDocs...of different formats into one pdf or word processing document....

    docs.groupdocs.cloud/merger/join-document-cross...
  8. Convert document without storage | Documentation

    This example demonstrates how to convert document without using cloud storage. Use this method to directly convert any document, using conversion options. Method parameters: Name Type Description Comment format string Requested conversion format Required. File binary Input file to convert Form data, Required fromPage integer Page start conversion from Default value : 1 pagesCount integer Number of pages to convert Default value : 0 (all pages) loadOptions LoadOptions Input file loading options Form data convertOptions ConvertOptions Conversion options Form data Resource URI HTTP PUT ~/conversion...Annotation Product Solution GroupDocs...new ConvertDocumentDirec ( "pdf" , fileStream , null , null ...

    docs.groupdocs.cloud/conversion/convert-documen...
  9. How to integrate Aspose Cloud APIs in Vanilla J...

    I’m looking to integrate a document viewer tool inside our SaaS solution in the cloud. I would like to know if it is possible to integrate it in Vanilla JavaScript. I’m looking for a tool to let our users view, annotat…...view, annotate, stamp, fill and sign the documents in PDF, DOCX...view, annotate, stamp, fill and sign the documents in PDF, DOCX...

    forum.groupdocs.cloud/t/how-to-integrate-aspose...
  10. Quick Start | Documentation

    Create an account Creating an account is very simple. Go to https://dashboard.groupdocs.cloud to create a free account. Create an API client app Before you can make any requests to GroupDocs Cloud API you need to get a Client Id and a Client Secret. This will will be used to invoke GroupDocs Cloud API. You can get it by creating a new Application. Install the SDK of your choice GroupDocs for Cloud SDK is written in different languages, all you need to get started is adding our SDK to your existing project....Annotation Product Solution GroupDocs...example demonstrating how to sign pdf document with digital signature...

    docs.groupdocs.cloud/signature/quick-start/