Sort Score
Result 10 results
Languages All
Labels All
Results 8,361 - 8,370 of 153,667 for

2

(0.27 sec)
  1. Getting null pointer exception at times when ex...

    Caused by: com.aspose.cells.CellsException: java.lang.NullPointerException at com.aspose.cells.cxt.a(Unknown Source) ~[aspose-cells.jar:24.7.0] at com.aspose.cells.kk.a_(Unknown Source) ~[aspose-cells.jar:24.7.0] at c…...He April 29, 2025, 5:35am 2 @rsv2 Would you like to provide...it soon rsv2 April 29, 2025, 2:36pm 3 @John.He This is happening...

    forum.aspose.com/t/getting-null-pointer-excepti...
  2. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...CENTER), horizontal (2 columns), and vertical (2 rows). This creates...CENTER , horizontal = 2 , vertical = 2 , ) document = apdf ....

    products.aspose.com/pdf/python-net/merger/jpeg-...
  3. LaTeX includegraphics

    Learn about LaTeX includegraphics macro, along with image transformations, viewport, clipping, and the difference between graphics and graphicx packages....% to use the graphics package 2 \ usepackage {graphicx} % to use...pdftex ] {graphics} % graphics 2 \ usepackage [ pdftex ] {graphicx}...

    docs.aspose.com/tex/java/latex-includegraphics/
  4. Aspose.word for net 使用GetShapeRenderer().Save渲染...

    ImageSaveOptions imageOptions = new ImageSaveOptions(SaveFormat.Png); imageOptions.PaperColor = Color.Transparent; imageOptions.Resolution = 200; // 设置分辨率 var memoryStream = new MemoryStream(); shape.GetShapeRe…...words-net Calvin95 October 28, 2025, 2:22am 1 ImageSaveOptions imageOptions...Discourse October 28, 2025, 2:23am 2 @Calvin95 在使用 GetShapeRenderer()...

    forum.aspose.com/t/aspose-word-for-net-getshape...
  5. Cannot distinguish between borders explicitly s...

    Cannot distinguish between borders explicitly set to None and borders with the default None value in conditional style. Since a table cell inherits the properties of the table regions according to a defined order of pri…...columns, as shown in Screenshot 2. 1265×733 47.4 KB ScreenShot4:...Discourse February 6, 2026, 10:14am 2 @osdev You’re seeing that the...

    forum.aspose.com/t/cannot-distinguish-between-b...
  6. Document.Print | Aspose.Words for .NET

    Effortlessly print your entire document to your default printer with our streamlined Document Print method. Enjoy fast, hassle-free printing!... Print (); // 2 - Specify a printer that we wish...default printer: doc . Print (); // 2 - Specify a printer that we wish...

    reference.aspose.com/words/net/aspose.words/doc...
  7. 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…...#=zMISY6U$$KGZc, IDictionary 2 #=z$FkpQLDRu9RZqVKadg==) at #...8Ss=.#=zRIpsRuE=(IDictionary 2 #=zcCJlPriNaP4XBDC43g==) at #...

    forum.aspose.com/t/specific-file-fails-to-open-...
  8. 关于多个shape拼接成一个整体图的问题。 - Free Support Forum - as...

    我有一个需求,需要将多个shape拼接成一个组合,然后渲染保存为图片。请问是否可以做到? 下方是word文件。 test-shape.docx (47.9 KB)...中文技术支持 words-net Calvin95 March 2, 2026, 9:29am 1 我有一个需求,需要将多个s...KB) alexey.noskov March 2, 2026, 2:38pm 2 @Calvin95 您可以尝试使用以下代码:...

    forum.aspose.com/t/shape/326036
  9. Attain word document compatibilityMode value - ...

    Hello team. We need to know the Compatibility Mode of a DOCX in order to fully implement the solution for the issue mentioned in this thread: https://forum.aspose.com/t/document-bookmark-misplaced-in-the-last-document-…...Discourse February 10, 2026, 9:21pm 2 @oraspose You want to read the...getCompatibilityOpti().optimizeFor(...) [2]. There is no public getter in...

    forum.aspose.com/t/attain-word-document-compati...
  10. 以编程方式移动 PDF 页面 C#|Aspose.PDF for .NET

    尝试使用 Aspose.PDF for .NET 在所需位置或 PDF 文件末尾移动页面。... Pages [ 2 ]; dstDocument . Pages . Add (...srcDocument . Pages . Delete ( 2 ); // Save PDF document srcDocument...

    docs.aspose.com/pdf/zh/net/move-pages/