Sort Score
Result 10 results
Languages All
Labels All
Results 671 - 680 of 3,222 for

pdf annotation

(0.16 sec)
  1. Basic usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...attachments HTML Viewer Image Viewer PDF Viewer Was this page helpful...

    docs.groupdocs.cloud/viewer/basic-usage/
  2. Load Options by Document Family | Documentation

    Load Options by Document Family...Annotation Product Solution GroupDocs...with Load Options 5. Convert PDF Document with Load Options 6...

    docs.groupdocs.cloud/conversion/load-options-by...
  3. Working with Conversion API | Documentation

    This API intended for convert the document to specified target format. URI ~/ HTTP POST Example 2 (Convert document) Takes as input and returns. Example URL https://api.groupdocs.cloud/v2.0/conversion Request { "FilePath": "/words/docx/one-page.docx", "Format": "Pdf", "OutputPath": "converted" } Response [ { "name": "one-page.Pdf", "size": 17958, "url": "converted/one-page.Pdf" } ]...Annotation Product Solution GroupDocs..."/words/docx/one-page.docx" , "Format" : "pdf" , "OutputPath" : "converted"...

    docs.groupdocs.cloud/conversion/conversion-api/
  4. Rendering options by document type | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Outlook Data Files Rendering PDF Documents Rendering Spreadsheets...

    docs.groupdocs.cloud/viewer/rendering-options-b...
  5. GroupDocs.Viewer Cloud Product Family

    Document Automation APIs along with open-source SDKs to enhance Java, Python, Node.js, C# .NET, Ruby, C++, and PHP applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, extract, redact, watermark, metadata, paraphrase, classify, repair, and translate documents of almost all the popular file formats....Programmatically View, Convert, Annotate, Compare, Digitally Sign,...different document types, including PDF and Microsoft Office, from within...

    blog.groupdocs.cloud/categories/groupdocs.viewe...
  6. FileInfo | Documentation

    FileInfo data structure used for input files description in various comparison cloud API methods. FileInfo example: { "FilePath": "string", "VersionId": "string", "StorageName": "string", "Password": "string" } Name Description FilePath Path of the file in the cloud storage VersionId File Version, can be null or omitted. StorageName Name of the cloud storage. Can be omitted, then default storage used. Password The password for password-protected documents (docx, Pdf, etc)...Annotation Product Solution GroupDocs...password-protected documents (docx, pdf, etc) Was this page helpful?...

    docs.groupdocs.cloud/comparison/fileinfo/
  7. Document Operations | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...Document Import attachment into pdf document Was this page helpful...

    docs.groupdocs.cloud/merger/document-operations/
  8. Evaluation tier | Documentation

    Evaluate GroupDocs.Translation Cloud service without registration....Annotation Product Solution GroupDocs...is not supported. Translate PDF document Maximum 1,000 characters...

    docs.groupdocs.cloud/translation/evaluation/
  9. Supported Document Formats | Documentation

    GroupDocs.Comparison Cloud API supports following document formats: CAD Formats Format File Extension Compare MicroStation Design File (V7) .DGN ✔ Autodesk Design Web Format .DWF ✔ AutoCAD Drawing .DWG ✔ AutoCAD Drawing Interchange .DXF ✔ Industry Foundation Classes .IFC ✔ Stereo Lithography .STL ✔ Diagram Formats Format File Extension Compare Microsoft Visio 2010 Web Drawing .VDW ✔ Microsoft Visio 2003-2010 XML Drawing .VDX ✔ Microsoft Visio 2003-2010 Drawing .VSD ✔ Microsoft Visio Macro-Enabled Drawing ....Annotation Product Solution GroupDocs...Compare Microsoft OneNote . ✔ PDF Formats Format File Extension...

    docs.groupdocs.cloud/comparison/supported-docum...
  10. Adjust image quality | Documentation

    GroupDocs.Viewer Cloud enables you to adjust quality of output images contained by the source Pdf document. To adjust image quality use PdfOptions.ImageQuality option. PdfOptions.ImageQuality can be set to: Low - The acceptable quality, best performance and least size of the output image. Medium - Better quality and slower performance. High - Best quality but slow performance. NOTE: this option is supported when rendering to HTML only. Following code snippet shows how to adjust image quality when rendering to HTML....Annotation Product Solution GroupDocs...by document type / Rendering PDF Documents / Adjust image quality...

    docs.groupdocs.cloud/viewer/adjust-image-quality/