Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 16,564 for

point

(0.07 sec)
  1. java.lang.OutOfMemoryError: Java heap space whe...

    Environment Details: Aspose.Cells Version: 25.2 to 25.6 Jenkins OS: Linux Java Version: OpenJDK 17 Problem Description: I am using Aspose.CELLS to convert cells to HTML and getting OutOfMemory error. Here is the er…... Entry point of the code would be AsposeCells...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...
  2. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....application, and specify the entry point. Execution example Postman settings...

    docs.aspose.com/cad/net/showcases/how-to-run-as...
  3. 在 .NET 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for .NET 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...在路径末尾添加直线 void LineTo ( PointF point ); void LineTo ( float x , float...在路径的指定位置添加直线 : void LineTo ( PointF point , uint index ); void LineTo...

    docs.aspose.com/slides/zh/net/custom-shape/
  4. Specific file fails to open with ToDouble error...

    I have a specific file from a customer that is failing when I call new Project(FileStream fs). I am attaching the file. The exception is: System.InvalidOperationException HResult=0x80131509 Message=ToDouble: encounte…... That is the point of my post. Please alert them...

    forum.aspose.com/t/specific-file-fails-to-open-...
  5. TextAbsorber adds extra spaces when extracting ...

    We are using version 17.8. Here’s the code to extract text from the attached pdf: public IList<string> GetPdfPagesAsStrings(byte[] bytes) { var resultPagesContent = new List<string>(); if (bytes…... Don’t understand your point here. I have that code - I just...Item 2. Don’t understand your point here. I have that code - I just...

    forum.aspose.com/t/textabsorber-adds-extra-spac...
  6. Convert OBJ to DRC via Python | products.aspose...

    Sample code for OBJ to DRC Python conversion. Use API example code for batch OBJ files to DRC conversion within VB.NET, Asp.NET or any .NET based application....Both polygonal geometry like points, lines, texture vertices, faces...decompressing 3D geometric meshes and point clouds, and improves storage...

    products.aspose.com/3d/python-net/conversion/ob...
  7. Convert U3D to DRC via Python | products.aspose...

    Sample code for U3D to DRC Python conversion. Use API example code for batch U3D files to DRC conversion within VB.NET, Asp.NET or any .NET based application....shading, motion data, lines and points with color and structure. The...decompressing 3D geometric meshes and point clouds, and improves storage...

    products.aspose.com/3d/python-net/conversion/u3...
  8. How to get Content height on the page? - Free S...

    Hello Aspose! Could you please help me with finding out height of content on the page? My task is add TextStamp on each stamp. In the same time stamp should not overlap content. First option to do it is calculate sta…...on page and how many margin point I have to add. page.getPageInfo()...visual content area: %.2f x %.2f points%n", contentWidthPoints, contentHeightPoints);...

    forum.aspose.com/t/how-to-get-content-height-on...
  9. Extract Paragraph from PDF C#|Aspose.PDF for .NET

    Learn how to extract paragraphs from PDF documents in .NET using Aspose.PDF for structured text retrieval.... Points , page ); } } // Save PDF document...DrawPolygonOnPage ( Aspose . Pdf . Point [] polygon , Aspose . Pdf ....

    docs.aspose.com/pdf/net/extract-paragraph-from-...
  10. 从 PHP 演示文稿中获取段落边界|Aspose.Slides for PHP 文档

    了解如何在 Aspose.Slides for PHP via Java 中检索段落和文本部分的边界,以优化 PowerPoint 演示文稿中的文本定位。...getPortions () as $portion ) { $point = $portion -> getCoordinates...常见问题 段落和文本部分的坐标以什么单位返回? 使用点(points),1 英寸 = 72 点。此单位适用于幻灯片上的所有坐标和尺寸。...

    docs.aspose.com/slides/zh/php-java/paragraph/