Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 3,196 for

pdf annotation

(0.07 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. 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...Annotation Product Solution GroupDocs...when viewing documents in HTML/PDF/JPG/PNG formats. To flip/rotate...

    docs.groupdocs.cloud/viewer/fliprotate-pages/
  3. 3. Convert Email Document with Load Options | D...

    This example demonstrates how to convert email 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 email documents into pdf documents with load options....

    docs.groupdocs.cloud/conversion/convert-email-d...
  4. Summarizing files with GroupDocs.Rewriter SDK |...

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

    docs.groupdocs.cloud/rewriter/file/sdk/summarize/
  5. Annotate on Document Automation REST APIs | Gro...

    Annotate on Document Automation REST APIs | GroupDocs Cloud Recent content in Annotate on Document Automation REST APIs | GroupDocs Cloud PHP में REST API का उपयोग करके Pdf दस्तावेज़ों की व्याख्या ......Annotate on Document Automation REST APIs | GroupDocs Cloud Recent...Recent content in Annotate on Document Automation REST APIs |...

    blog.groupdocs.cloud/hi/tag/annotate/index.xml
  6. 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...
  7. Overview | Documentation

    GroupDocs.Signature Cloud is a REST API to create, verify, search, update and delete different type of Signatures objects to documents in the cloud by performing a wide variety of signature options you can wish to put on a document in the cloud, verify document and search Signatures in it. Note Summary there are five types of supported Signature type you can operate with. Text Signature - simple text label with different appearance settings and ability to align the signature location on page area, set font and colors, same as put on any or all pages of a document Image Signature - image signature with amount of filters and appearance settings, like Opacity, gray scale filter, brightness, contracts etc Barcode Signature - put different Barcode encode types on Document pages with lot of additional settings, appearance options and alignment properties QR-Code Signature - put different QR-Code encode types on Document pages with a lot of additional settings, appearance options and alignment properties Digital Signature - put digital signatures like certificate files (PFX, CRT format) on Document or separate pages (for Pdf only) with a lot of additional settings, appearance options and alignment properties Stamp Signature - put Stamp generated images on Document pages Our GroupDocs....Annotation Product Solution GroupDocs...Document or separate pages (for PDF only) with a lot of additional...

    docs.groupdocs.cloud/signature/overview/
  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. Convert document async | Documentation

    This example demonstrates how to convert word processing document into Pdf document asyncronously. There are steps that usage of GroupDocs.Conversion Cloud consists of: Upload input document into cloud storage Start convert operation and get operation ID Get operation status After get “Finished” status, download converted document from storage Steps 1 and 4 are storage operations, please refer to this for usage details. Resource URI HTTP POST ~/conversion/async Swagger UI lets you call this REST API directly from the browser....Annotation Product Solution GroupDocs...word processing document into pdf document asyncronously. There...

    docs.groupdocs.cloud/conversion/convert-documen...
  10. Convert document direct async | Documentation

    This example demonstrates how to convert word processing document into Pdf document asyncronously without using cloud storage. There are steps that usage of GroupDocs.Conversion Cloud consists of: Start convert operation and get operation ID Get operation status Get operation result (converted document) Resource URI HTTP PUT ~/conversion/async 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....Annotation Product Solution GroupDocs...word processing document into pdf document asyncronously without...

    docs.groupdocs.cloud/conversion/convert-documen...