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

point

(0.22 sec)
  1. Node.js Annotation API | How to Put a Line Thro...

    Learn how to implement strikethrough text in PDF documents using Node.js and REST API. Enhance your PDF manipulation capabilities with a step-by-step guide for developers.... Next, create four Point objects: p1, p2, p3, and p4...coordinates. Then, add the four points to the AnnotationInfo object...

    blog.groupdocs.cloud/annotation/strikethrough-t...
  2. Invalid client error on node js parse - Free Su...

    https://forum.groupdocs.cloud/t/invalid-client-error-on-node-js-parse/3150/2 here Client id 912afc91-4e11-4a34-b84c-27fb8a26c80b Client secret 5eaab5243b7965f67bf9fbe0c63fa9ba... Can you please point me to the source from which...

    forum.groupdocs.cloud/t/invalid-client-error-on...
  3. 下一代GroupDocs.Annotation Clou首次公开发布

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

    blog.groupdocs.cloud/zh/annotation/first-public...
  4. 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...
  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/