Sort Score
Result 10 results
Languages All
Labels All
Results 1,411 - 1,420 of 79,521 for

project

(0.04 sec)
  1. | Aspose

    Sample code for DJVU to XLS Java conversion. Use API example code for batch DJVU files to XLS conversion within any Web or Desktop Java based application.... To add it to your project, you just need to get Aspose...it within your Maven-based project by adding the following configurations...

    products.aspose.com/ocr/cpp/conversion/djvu-to-...
  2. Outline Properties in PHP

    Learn how to work Microsoft Project (MPP/XML) outline values using Aspose.Tasks Java for PHP.... PHP Code Copy 1 $project = new Project( 'test_tasks.mpp' );...TaskUtils(); 4 $taskUtils -> apply ( $project -> getRootTask (), $collector...

    docs.aspose.com/tasks/java/outline-properties-i...
  3. How to use Aspose.CAD in Angular|CAD Documentation

    Use Aspose.CAD in Angular.... Creating the Angular Project Ensure that you aren’t already...other programs to create a project such as Visual Code or WebStorm:...

    docs.aspose.com/cad/javascript-net/how-to-use-a...
  4. Are TypeScript Types Available for Aspose.Slide...

    I have installed the package via npm install aspose.slides.via.net. How can I get the types so I can use aspose using typescript?...Slides in a TypeScript project with Node.js? marksmithit April...via .NET in my typescript project. Basically I want to write...

    forum.aspose.com/t/are-typescript-types-availab...
  5. Installation|CAD Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....cad from NPM in your project. After that, you can access...

    docs.aspose.com/cad/javascript-net/installation/
  6. Managing Currency Codes in Ruby

    Learn how to manage currency codes in Microsoft Project (MPP/XML) files using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....2 puts "Currency Code: " + project . get( Rjb :: import( 'com...

    docs.aspose.com/tasks/java/managing-currency-co...
  7. Change Progress of a Task in Ruby

    Learn how to change task progress in Microsoft Project (MPP/XML) files using Aspose.Tasks Java in Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....2 puts project . getCalculationMode() 3 task = project . getRootTask()...

    docs.aspose.com/tasks/java/change-progress-of-a...
  8. Percentage Calculations

    Learn how to calculate percentages of Microsoft Project (MPP/XML) Project using Aspose.Tasks for .NET.... Copy 1 Project project = new Project( "New Project.mpp" ); 2...4 foreach (Resource res in project. Resources ) 5 { 6 if (res...

    docs.aspose.com/tasks/net/percentage-calculations/
  9. Wrong alignment of cell that was shifted to nex...

    Hi, we use table Broken property that shift columns which not fit in current page to next one. But unfortunatelly shifted cell loosing some properties that we specified. F.e alignment look at first and last column. I att…... I attached pdf file and project: myfile.pdf (1.8 MB) Thank...We have deleted the sample project from your post because it contained...

    forum.aspose.com/t/wrong-alignment-of-cell-that...
  10. Read Timephased Data of a Resource in Ruby

    Learn how to generate or edit timephased data of Microsoft Project (MPP/XML) resources using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....'test_tasks.mpp' ) 2 resource = project . getResources() . getByUid(...

    docs.aspose.com/tasks/java/read-timephased-data...