Sort Score
Result 10 results
Languages All
Labels All
Results 6,461 - 6,470 of 33,598 for

line

(0.11 sec)
  1. Features List | Aspose.Page for C++

    Feature List page provides you with the information on what you can do and with which Page Description Languages working with this API solution for C++....curve segments and straight-line segments) Create text strings...

    docs.aspose.com/page/cpp/features-list/
  2. Possible bug with document layout calculation -...

    Hi, I’m currently evaluating the Aspose.Words library, and I believe I may have encountered a bug. Steps to Reproduce Download the attached layout_calc_bug.docx file and save it without making any changes. layout_c…...Rectangle; // measure last line enumerator.MoveLastChild();...Assert.AreEqual(LayoutEntityType.Line, lastLineType); Assert.IsTrue(columnRect...

    forum.aspose.com/t/possible-bug-with-document-l...
  3. Convert SVG to SVGZ – C# Code

    Convert SVG to SVGZ programmatically in C# with Aspose.SVG for .NET. Ideal for optimizing vector graphics and better performance in .NET projects....SVGZ files with just a few lines of code. Reduce file size while...SVGZ images using just a few lines of code. This powerful C# API...

    products.aspose.com/svg/net/conversion/svg-to-s...
  4. Export EMAIL to JPEG via C++ | products.aspose.com

    C++ API to Convert EMAIL to JPEG without using Microsoft Word or Outlook...Format APIs Install from command line as nuget install Aspose.Total...

    products.aspose.com/total/cpp/conversion/email-...
  5. Issue with outputting sequential data using LIN...

    I have an issue with outputting sequential data if the field that should be iterated has a null value in the JSON. JSON: { "data":{ "contact":{ "array": null } } } In the document I have the next dat…...applied and there is the following line: engine.setOptions(ReportBuildOptions...

    forum.aspose.com/t/issue-with-outputting-sequen...
  6. 如何用C++创建动态滚动图表|Documentation

    学习如何使用Aspose.Cells for C++创建动态滚动图表。我们的逐步指南将展示如何在您的图表中实现平滑数据过渡和自动滚动,提供连续更新的显示效果。... Add ( ChartType :: Line , 2 , 4 , 15 , 10 ); Chart chart...

    docs.aspose.com/cells/zh/cpp/create-dynamic-scr...
  7. How to cancel/interrupt long-running PDF conver...

    Hello Aspose Team, I’m using Aspose.Words, Aspose.Cells, and Aspose.Slides for Java to convert documents to PDF Spring Boot application. Problem: Some large or complex documents take too long to convert (>5 minutes),…... Bottom line At present there is no built‑in...

    forum.aspose.com/t/how-to-cancel-interrupt-long...
  8. FieldToa.SequenceSeparator | Aspose.Words for .NET

    Discover the FieldToa SequenceSeparator property—easily customize the character sequence for separating sequence and page numbers for enhanced clarity...."MyBookmark" ; // By default, a dotted line page-wide tab appears between...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldTA.ShortCitation | Aspose.Words for .NET

    Manage your FieldTA ShortCitation effortlessly. Easily get or set short citations for entries, enhancing data organization and accessibility...."MyBookmark" ; // By default, a dotted line page-wide tab appears between...

    reference.aspose.com/words/net/aspose.words.fie...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...image, uncomment the setRotation line and set the desired angle. Test...

    forum.aspose.com/t/pdf-base64image/315504