Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 20,774 for

savefileformat

(0.08 sec)
  1. Convert Microsoft Project MPP File to PDF | Asp...

    Aspose.Tasks for .NET allows converting MPP or MPX files to PDF. Use PdfSaveOptions to customize PDF output.... Your can use either SaveFileFormat.PDF to save project with..."SaveProjectAsPDF_out.pdf" , SaveFileFormat. PDF ); Examples-CShar...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  2. Convert MPP to PDF in Python | Microsoft Projec...

    Convert MPP file to PDF in Python. You can export Microsoft Project file in MPP format to PDF using Python....output PDF file using the SaveFileFormat enumeration. Here’s the...save("MPPtoPDF.pdf", tasks.saving.SaveFileFormat.PDF); Get a Free API License...

    blog.aspose.com/tasks/convert-mpp-to-pdf-in-pyt...
  3. Rendering Gantt Charts | Aspose.Tasks Documenta...

    Learn how to render Gantt charts from your project files using Aspose.Tasks for .NET...., new ImageSaveOptions(SaveFileFormat. JPEG )); 5 6 // Save to...= new ImageSaveOptions(SaveFileFormat. JPEG ); 8 options. Timescale...

    docs.aspose.com/tasks/net/rendering-gantt-chart/
  4. Convert VSD to VSDX using Java

    This article explains the process to convert VSD to VSDX using Java. It has the details to set the IDE, a list of steps, and a sample code changing VSD to VSDX.... The SaveFileFormat enumerator contains many...

    kb.aspose.com/diagram/java/convert-vsd-to-vsdx-...
  5. Convert Visio to HTML format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to html formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to html with a few lines of code.... Save ( stream , SaveFileFormat . HTML ); Convert Visio...

    docs.aspose.com/diagram/net/convert-visio-to-html/
  6. Create VSD Visio Diagrams in Node.js | products...

    Generate Microsoft Visio VSD Diagrams using Node applications without using Microsoft Office....parameters VSD File Path, and SaveFileFormat relevant extension Creation...

    products.aspose.com/total/nodejs-java/create/vsd/
  7. Create VSTM Visio Diagrams in Node.js | product...

    Generate Microsoft Visio VSTM Diagrams using Node applications without using Microsoft Office....parameters VSTM File Path, and SaveFileFormat relevant extension Creation...

    products.aspose.com/total/nodejs-java/create/vstm/
  8. Working with Extended Task Attributes | Aspose....

    Learn how to work with extended attributes of tasks using Aspose.Tasks for C# and .NET....Aspose::Tasks::Saving::SaveFileFormat::MPP); 29 30 // C# preprocessor...Aspose::Tasks::Saving::SaveFileFormat::MPP); 59 60 // C# preprocessor...

    docs.aspose.com/tasks/cpp/extended-task-attribu...
  9. Rescheduling Project Tasks and Resource Assignm...

    This guide explains how to reschedule tasks and resource assignments in your projects using Aspose.Tasks for .NET....xml" , SaveFileFormat. XML ); 47 project. UpdateProjectWorkAsC..."RescheduleUncomplete_updated_out.xml" , SaveFileFormat. XML ); 49 50 // Save project...

    docs.aspose.com/tasks/net/project-rescheduling/
  10. Rendering Gantt Charts with Aspose.Tasks for Ja...

    Learn how to render Gantt charts from project files using Aspose.Tasks for Java, supporting various timescale resolutions...., new ImageSaveOptions(SaveFileFormat. JPEG )); 4 // Save to...= new ImageSaveOptions(SaveFileFormat. JPEG ); 6 options. setTimescale...

    docs.aspose.com/tasks/java/rendering-gantt-chart/