Sort Score
Result 10 results
Languages All
Labels All
Results 5,441 - 5,450 of 214,359 for

new

(0.1 sec)
  1. Edit ODP in PHP | products.aspose.com

    Edit ODP in PHP. Use PHP library API to edit ODP files...edit a ODP file by adding a new line of text to it. Edit ODP...PHP via Java , you can add a new line of text to the ODP document...

    products.aspose.com/slides/php-java/editor/odp/
  2. Font.Bidi | Aspose.Words for .NET

    Discover the Font Bidi property, control right-to-left text characteristics for enhanced readability and user experience in your web designs....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . Name = "Courier New" ; builder . Font . Size = 16...

    reference.aspose.com/words/net/aspose.words/fon...
  3. Extract Assets from USDZ File Formats via Java ...

    Sample Java extract assets code for USDZ file. Use this example code to extract assets from USDZ file within any Web or Desktop Java based application....instance of Scene Scene scene = new Scene(); scene.open(file, FileFormat..."OutputFile.zip" ; File newFile= new File(zipOutput); newFile.createNewFile();...

    products.aspose.com/3d/java/extractor/usdz/
  4. Extracting raw text from PDF file|Aspose.PDF fo...

    This article describes various ways to extract text from PDF documents using Aspose.PDF for PHP. From entire pages, from a specific part, based on columns, etc.... // Create a new Document object from the input...$document = new Document ( $inputFile ); // Create a new TextAbsorber...

    docs.aspose.com/pdf/php-java/extract-text-from-...
  5. Issue with adding task link from manually sched...

    Using Aspose.Tasks 24.8.0. When I create a task link between a manually scheduled task and automatically scheduled one the scheduler does not move the automatically scheduled task. For example if I have a task that is ma…...project = new Project(); project.Set(Prj.StartDate, new DateTime(2024...true); manualTask.Set(Tsk.Start, new DateTime(2024, 9, 23, 8,0,0));...

    forum.aspose.com/t/issue-with-adding-task-link-...
  6. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = New FileStream(input, F…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try { var engine =...

    forum.aspose.com/t/xlookup-returns-value/322497
  7. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...lic"); var cellsLic = new Aspose.Cells.License(); cellsLic...; HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...

    forum.aspose.com/t/graphic-elements-in-html-are...
  8. Table.EnsureMinimum | Aspose.Words for .NET

    Discover the Table EnsureMinimum method, effortlessly create and append a row when your table is empty for seamless data management....Document doc = new Document (); Table table = new Table ( doc );...and even other tables. // Our new table has none of these nodes...

    reference.aspose.com/words/net/aspose.words.tab...
  9. Embedded Excel Object in Word to pdf with Farsi...

    I have a word document written in Farsi which has an Embedded Excel Object which is a table copied from an excel and pasted as picture in this document. When I convert it to PDF all the characters in this table get messe…...doc = new Aspose.Words.Document(SRC); doc.Save(dest); New Microsoft...Word Document (2).zip (12.3 KB) New Microsoft Word Document (2).pdf...

    forum.aspose.com/t/embedded-excel-object-in-wor...
  10. StructuredDocumentTag.IsTemporary | Aspose.Word...

    Discover how the StructuredDocumentTag IsTemporary property determines if your SDT is removed from WordProcessingML upon content changes. Optimize your documents today!... Document doc = new Document (); // Insert a plain... StructuredDocumentTa tag = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...