Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 502 for

point

(0.1 sec)
  1. GroupDocs.Total 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....annotation types like Text, Area, Point, Watermark and Strikeout Annotations...

    blog.groupdocs.cloud/categories/groupdocs.total...
  2. First Public Release of Next Generation GroupDo...

    GroupDocs.Annotation for Cloud API gives developers an API for creating advanced online document annotation tools that supports Text and Figure annotations...{ AnnotationPosition = new Point(852, 154.31), Replies = new[]...

    blog.groupdocs.cloud/annotation/first-public-re...
  3. Annotate PDF Documents using a REST API in Pyth...

    Programmatically Annotate PDF documents using a REST API on the cloud in Python with Document Annotation Cloud SDK for Python....annotation points and set position for each point Set various...

    blog.groupdocs.cloud/annotation/annotate-pdf-do...
  4. 下一代GroupDocs.Annotation Clou首次公开发布

    GroupDocs.Annotation for Cloud API 为开发人员提供了一个 API,用于创建支持文本和图形注释的高级在线文档注释工具...{ AnnotationPosition = new Point(852, 154.31), Replies = new[]...

    blog.groupdocs.cloud/zh/annotation/first-public...
  5. Free Support Policies - Free Support Forum - gr...

    Free Support Since we are developers ourselves, we understand how frustrating it is when a technical issue or a quirk in the software stops you from doing what you need to do. We’re here to solve problems, not create t…...delivered will be given at any point. If an estimated date is supplied...

    forum.groupdocs.cloud/t/free-support-policies/627
  6. Split drawing into tiles | Documentation

    Tiled rendering or (rendering by coordinates) is the process of rendering CAD drawings (into an image, HTML or PDF) by dividing into square parts and rendering each part (or tile) separately. The advantage of this process is that the amount of memory involved is reduced as compared to rendering the entire document at once. Generally, DWG documents are divided into pages by Model and Layouts, but when the tiled rendering is enabled, only the Model is rendered and every tile composes a separate page....height, determine the starting point (X and Y coordinates) and the...

    docs.groupdocs.cloud/viewer/split-drawing-into-...
  7. Enhance Your C# / ASP.NET App with the Electron...

    GroupDocs offers a .NET library with flexible API that can be used to build legally-binding e-signature apps with web signature capture functionality....export to Word files: area, point, typewriter, watermark, underline...

    blog.groupdocs.cloud/comparison/spotlight-group...
  8. Convert SVG to JPG and JPG to SVG in Python

    Convert SVG images to JPG and image format JPG to SVG of specific size or dpi using the python. Let's see how to convert SVG to JPG and JPG to SVG in Python...ending this blog post at this point. Hopefully, you have learned:...

    blog.groupdocs.cloud/conversion/convert-svg-to-...
  9. How to Convert Excel to PDF using Java API

    Convert your documents and files using our fast and secure file format REST API in Java. This article is about how to convert Excel to PDF using Java API....conclude this article at this point in the hope that you have learned:...

    blog.groupdocs.cloud/conversion/how-to-convert-...
  10. RenderOptions | Documentation

    RenderOptions data structure used as part of ViewOptions data structure. Note Not all options are supported by all document formats. Each option may correspond to one or more formats. RenderOptions example { "StartPageNumber": 0, "CountPagesToRender": 0, "PagesToRender": [ 0 ], "PageRotations": [ { "PageNumber": 0, "RotationAngle": "On90Degree" } ], "DefaultFontName": "string", "DefaultEncoding": "string", "DetectEncoding": true, "RenderComments": true, "RenderNotes": true, "RenderHiddenPages": true, "SpreadsheetOptions": { "PaginateSheets": true, "CountRowsPerPage": 0, "CountColumnsPerPage": 0, "RenderGridLines": true, "RenderEmptyRows": true, "RenderEmptyColumns": true, "RenderHiddenRows": true, "RenderHiddenColumns": true, "RenderHeadings": true, "RenderPrintAreaOnly": true, "TextOverflowMode": "Overlay" }, "CadOptions": { "ScaleFactor": 0, "Width": 0, "Height": 0, "Tiles": [ { "StartPointX": 0, "StartPointY": 0, "Width": 0, "Height": 0 } ], "RenderLayouts": true, "LayoutName": "string", "Layers": [ "string" ] }, "EmailOptions": { "PageSize": "Unspecified", "FieldLabels": [ { "Field": "string", "Label": "string" } ], "DateTimeFormat": "string", "TimeZoneOffset": "string" }, "ProjectManagementOptions": { "PageSize": "Unspecified", "TimeUnit": "Unspecified", "StartDate": "2024-03-25T06:24:32....size of the Letter page in points is 792x612.3. Ledger - the...size of the Letter page in points is 1224x792. 4. A0 - the size...

    docs.groupdocs.cloud/viewer/renderoptions/