Sort Score
Result 10 results
Languages All
Labels All
Results 7,041 - 7,050 of 213,599 for

new

(0.28 sec)
  1. Microsoft Project MPP File Update in PHP | Aspo...

    Learn how to update Microsoft Project (MPP/XML) project files using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  2. Defining Weekdays for Exceptions in PHP | Aspos...

    Learn how to define exception weekdays using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  3. Փոխարկել JPG DOC Java

    Փոխարկեք JPG ը DOC ձևաչափի Java կոդով: Պահեք JPG որպես DOC օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/jp...
  4. Փոխարկել JPG DOCX Java

    Փոխարկեք JPG ը DOCX ձևաչափի Java կոդով: Պահեք JPG որպես DOCX օգտագործելով Java:...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...aspose.words.*; Document doc = new Document("Input.jpg"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/jp...
  5. Extract Assets from 3DS File Formats via Java |...

    Sample Java extract assets code for 3DS file. Use this example code to extract assets from 3DS 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/3ds/
  6. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for .NET. Add, format, and edit charts with practical code examples in C#.... Add new series and categories. Add new chart data for...Presentation presentation = new Presentation ()) { // Access...

    docs.aspose.com/slides/net/create-chart/
  7. Converting a File to PDF via Workflow Activity|...

    PDF SharePoint API can be used in a SharePoint workflow that converts a document to PDF....a workflow that converts any new item in a document library to...library to create and attach a new list workflow to the document...

    docs.aspose.com/pdf/sharepoint/converting-a-fil...
  8. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the JavaScript API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....If no file provided, create a new workbook as in the original JavaScript...JavaScript example const wb = new Workbook (); // Access first...

    docs.aspose.com/cells/javascript-cpp/implement-...
  9. FileFormatInfo | Aspose.Words for Java

    Contains data returned by FileFormatUtil document format detection methods in Java.... Document doc = new Document(); // Configure a SaveOptions...OdtSaveOptions saveOptions = new OdtSaveOptions(SaveFormat.ODT);...

    reference.aspose.com/words/java/com.aspose.word...
  10. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...here"; List<string> PrintAreas = new() { "Demographics!R137C4:R169C15"...Document doc = new Document(); DocumentBuilder Builder = new DocumentBuilder(doc);...

    forum.aspose.com/t/name-error-when-inserting-a-...