Sort Score
Result 10 results
Languages All
Labels All
Results 8,021 - 8,030 of 150,873 for

2

(0.34 sec)
  1. Issues open/load a pdf file using the Aspose.Pd...

    In C# Application , I am trying to open/load a PDF file using the Aspose.Pdf.Document this is the code // string path = @“C:\Users\YourUser\Documents\my-test.pdf”; var pdfDocument = new Aspose.Pdf.Document(path); it…...aspose-pdf-net vigneshS July 23, 2025, 2:03pm 1 In C# Application , I am...Professionalize.Discourse July 23, 2025, 2:04pm 2 @vigneshS Cause The error...

    forum.aspose.com/t/issues-open-load-a-pdf-file-...
  2. GeneralFormat Enum | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.GeneralFormat enum, which enhances numeric text formatting for fields, ensuring clarity and precision in your documents.... UppercaseAlphabetic 2 Numeric formatting. Formats a...= builder . InsertField ( "= 2 + 3" ); Assert . That ( field...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Run class | Aspose.Words for Python

    aspose.words.Run class. Represents a run of characters with the same font formatting...Run ( doc = doc , text = 'Run 2. ' ) run3 = aw . Run ( doc = doc...paragraph_text ) self . assertEqual ( 'Run 2. Initial text.' , paragraph ....

    reference.aspose.com/words/python-net/aspose.wo...
  4. Manage Presentation Themes in .NET|Aspose.Slide...

    Master presentation themes in Aspose.Slides for .NET to create, customize and convert PowerPoint files with consistent branding....colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/net/presentation-theme/
  5. Use LightCells API build xls ,throw Exception O...

    using Aspose.Cells; namespace ConsoleApp17 { public class WriteUsingLightCellsAPI { public static void Run() { // The path to the documents directory. var fileName = $“F:\temp\{DateTime.Now:yyyyMMHHmmss}.xls”; …...StartCell(Cell cell) { if (_column == 2) cell.PutValue(""); // when use...Discourse May 16, 2025, 12:24pm 2 @523218882 The exception “Object...

    forum.aspose.com/t/use-lightcells-api-build-xls...
  6. Manage Presentation Themes in Java|Aspose.Slide...

    Master presentation themes in Aspose.Slides for Java to create, customize and convert PowerPoint files with consistent branding....colors from the additional palette(2) are formed. You can then set...colors. 1 - Main theme colors 2 - Colors from the additional palette...

    docs.aspose.com/slides/java/presentation-theme/
  7. Appendix C. Typical Templates in C#|Aspose.Word...

    Learn the typical templates of LINQ Reporting Engine to build a report in C#.... A Company 2. B Ltd . 3. C & D 4. E Corp ....clients]>><<if [IndexOf() % 2 == 0]>><<[Name]>> 2. <<else>><<[Name]>>...

    docs.aspose.com/words/net/typical-templates/
  8. FieldSkipIf | Aspose.Words for Java

    Implements the SKIPIF field in Java....output of our mail merge will have 2 pages instead of 3. // On page...both display "1". // On page 2, the MERGEREC field will display...

    reference.aspose.com/words/java/com.aspose.word...
  9. Section | Aspose.Words for Java

    Represents a single section in a document in Java....write("Section 2"); builder.insertBreak(BreakType...section = doc.getSections().get(2); Assert.assertEquals("Section...

    reference.aspose.com/words/java/com.aspose.word...
  10. Working with Project Views | Aspose.Tasks Docum...

    Learn how to work with Gantt chart project representation from Microsoft Project MPP files using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory...getRecurringInterval (). getWeeklyDays (). get (2)); 55 System. out . println (...

    docs.aspose.com/tasks/java/working-with-project...