Sort Score
Result 10 results
Languages All
Labels All
Results 1,961 - 1,970 of 30,434 for

x

(1.51 sec)
  1. Request: Migrate Aspose.Cells for Node.js via J...

    We would like to use Aspose.Cells for Node.js via Java in an Electron application on Windows. However, Aspose.Cells for Node.js via Java depends internally on node-java, which is built on NAN. NAN relies directly on V8…...bug 13-x-y 14-x-y stale ### Preflight Checklist - [X] I have...ING.md) for this project. - [X] I agree to follow the [Code of...

    forum.aspose.com/t/request-migrate-aspose-cells...
  2. Compress and Decompress DICOM Files via .NET

    C# compression and decompression source code to compress DICOM documents into a single zip archive or vice versa on .NET Framework, .NET Core....x and format 2.x. DCM Format 1.x is further available...(PDF/VT ISO 16612-2) PDFX (PDF/X ISO 15930) PLT (Vector-based plotter...

    products.aspose.com/zip/net/zip-file/dicom/
  3. Aspose pdf for java插入图片 - Free Support Forum - ...

    现在使用aspose pdf for java22.8版本 问题: 我们看ASPOSE 都是基于"左下角" 或者"右上角"去做计算,去插入"章"的图片,但是扫描件图片,生成的PDF,由于图片扫描的问题,会转置90度调整PDF,导致"盖章"的图片位置不对。例如:A4纸张,扫描图片时放横了,然后生成PDF后,用PDF页面,又转90度(把它转正),请问有没有好的方式方法来解决这个问题? DEMO如下: // 加载PDF文档 Docu…...getLLX(), // X方向缩放 = 矩形宽度 0, // 无倾斜 0, // 无倾斜...= 矩形高度 rectangle.getLLX(), // X方向平移 = 左边缘位置 rectangle.getLLY()...

    forum.aspose.com/t/aspose-pdf-for-java/326477
  4. CompatibilityOptions Class | Aspose.Words for .NET

    Discover Aspose.Words.Settings.CompatibilityOptions for seamless integration of user preferences from Microsoft Word's Compatibility tab. Enhance your document eXperience!...x/95/97 Footnote Placement. ForgetLastTabAlignme...{ get; set; } Emulate Word 5.x for the Macintosh Small Caps Formatting...

    reference.aspose.com/words/net/aspose.words.set...
  5. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...x releases we have seen a few chart‑related...you are using) and the last 24.x build (e.g., 24.12.0.0). If the...

    forum.aspose.com/t/how-to-set-up-series-points-...
  6. Charts have wrong axis labels when converting f...

    Hi, When converting a DOCX to PDF, I noticed some X-aXis labels in some charts are wrongly rendered. Code: var doc = new Document(@".\test.docX"); doc.Save(@".\out.pdf", new PdfSaveOptions()); I’ve attached the test …...a DOCX to PDF, I noticed some x-axis labels in some charts are...experiencing issues with incorrect x-axis labels in charts when converting...

    forum.aspose.com/t/charts-have-wrong-axis-label...
  7. Get Equation Text of Chart Trendline|Documentation

    Learn how to use Aspose.Cells for Python via .NET to retrieve the equation teXt of a trendline in a chart created in Microsoft EXcel. Our guide will demonstrate how to access and eXtract the equation of a trendline for further analysis or display....1333 x + 5 AI Document Assistant Close...

    docs.aspose.com/cells/python-net/get-equation-t...
  8. 搜索

    搜索...==(TestUser x, TestUser y) { if ((object)x != null) return x.Equals(y);...((object)y != null) return y.Equals(x); return true; } public static...

    blog.aspose.com/zh-hant/email/import-contacts-f...
  9. 移除形状保护|Documentation

    本节介绍如何使用 Aspose.Diagram 移除形状保护。...可以通过形状保护锁定的形状方面包括宽度、高度、x 位置、y 位置、旋转等。开发人员可以使用 Aspose.Diagram...LockFromGroupFormat , 锁组 , 锁定高度 , 锁定移动X , 锁定移动Y , 锁定旋转 , 锁定选择 , LockText编辑...

    docs.aspose.com/diagram/zh/java/remove-shape-pr...
  10. Get Page Information|Aspose.PDF for Python via ...

    Learn how to programmatically access page-level information in a PDF using Aspose.PDF for Python. This guide shows how to retrieve page width, height, rotation, and offsets for a specific page in a PDF document....width, height, rotation, and X/Y offsets. This information is...get_page_rotation ( 1 ) page_x_offset = pdf_info . get_page_x_offset ( 1 ) page_y_offset...

    docs.aspose.com/pdf/python-net/get-page-info/