Sort Score
Result 10 results
Languages All
Labels All
Results 2,701 - 2,710 of 20,000 for

2 of

(0.11 sec)
  1. LaTeX Figure rendering | Aspose.TeX for Python

    The article gives an overview Of Aspose.TeX API solution for Python and its functionality for rendering LaTeX fragments (figures). Learn the code examples.... 2 options = PngFigureRendererOpt()...5){\line(2,1){3}} \put(4,2){\line(-2,1){2}} \put(2,3){\line(-2,-5){1}}...

    docs.aspose.com/tex/python-net/latex-figure-ren...
  2. SetPageSize() ignored if any Text added to the ...

    Background We are currently evaluating Aspose.Pdf for .Net as a replacement for iTextSharp. I am using the new Aspose.Pdf API (i.e., not the Generator) Problem When I call SetPageSize() to change the dimensions Of a …...output, only the blank page (page 2) is produced with the desired...inspect the output, only page 2 reflects the dimensions. What...

    forum.aspose.com/t/setpagesize-ignored-if-any-t...
  3. Conversion between cell name and row/column ind...

    Learn how to get Conversion result between cell name and row/column index with Aspose.Cells for Java APIs....0 , 4 ]: E1 Cell Name at [ 2 , 2 ]: C3 How to Get Row and Column...: 5 Column Index of Cell C6 : 2 How to Create safe sheet names...

    docs.aspose.com/cells/java/names-and-indices/
  4. Working with Pages | Aspose.Note Documentation

    A brief overview Of how to work with pages in OneNote using C#.... 2 string dataDir = RunExamples....path to the documents directory. 2 string dataDir = RunExamples....

    docs.aspose.com/note/net/working-with-pages/
  5. 关于CAD转PDF一个错位问题 - Free Support Forum - aspose.com

    1.png (3.0 KB) 1.png (3.0 KB) 图1为原始cad图纸,图2为转换pdf的效果:不知道为什么有两个标记错位了,但是也存在正确位置的标记,不知道问题出在哪里。下面zip为原始图纸 special.zip (188.4 KB) 我的代码: License license = new License(); license.setLicense("Aspose.CAD.Java.lic"); // 加载CAD…...cad-java wangwei001 June 27, 2025, 2:12am 1 1.png (3.0 KB) 1.png (3...Professionalize.Discourse June 27, 2025, 2:13am 2 @wangwei001 Cause The issue...

    forum.aspose.com/t/cad-pdf/314511
  6. CSRD reporting - Free Support Forum - aspose.com

    To whom it may concern, I’ve recently stumbled upon your XBRL library in search for a way to programmatically generate a CSRD report (Corporate Sustainability Reporting Directive). As CSRD is using the XBRL format (sam…...Heinz July 2, 2025, 3:04pm 1 To whom it may...Professionalize.Discourse July 2, 2025, 3:05pm 2 @M.Heinz Cause You’re...

    forum.aspose.com/t/csrd-reporting/314742
  7. ListCollection | Aspose.Words for Java

    Stores and manages formatting Of bulleted and numbered lists used in a document in Java....writeln("Item 2"); builder.getListFormat().removeNumbers();...paragraphs. builder.writeln("List 2 starts below:"); builder.getListFormat()...

    reference.aspose.com/words/java/com.aspose.word...
  8. Inserting Table|Aspose.Words for .NET

    Insert a table into a document and modify it easily and fast instead Of using VSTO in C#.... Paragraphs [ 2 ]. Range , 3 , 2 , ref missing , ref missing...Cell ( 1 , 2 ). Range . Text = "Value" ; tbl . Cell ( 2 , 1 ). Range...

    docs.aspose.com/words/net/inserting-table/
  9. 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...
  10. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…... {0} of section {1} on page {2}:", j, i, markup.Number); Console...found on page 2 : 144 ### Markups displayed on page 2 : 0 ### Number...

    forum.aspose.com/t/text-fragments-found-in-page...