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

savefileformat

(0.03 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 ); view raw Examp...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  2. 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/
  3. 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-...
  4. How to Convert MPP to SVG | Aspose.Tasks Docume...

    Convert your Microsoft Project files to scalable vector graphics with Aspose.Tasks for .NET....to SVG format using the SaveFileFormat enumeration type. To save...the project to SVG using SaveFileFormat.SVG. The following lines...

    docs.aspose.com/tasks/net/convert-ms-project-mp...
  5. Adding Extended Attributes to Resource Assignme...

    Learn how to add Microsoft Project extended attributes to resource assignments using Aspose.Tasks for C# and VB.NET....Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...

    docs.aspose.com/tasks/cpp/adding-extended-attri...
  6. Ինչպես փոխարկել Microsoft Project ֆայլը XPS-ի C...

    Այս քայլ առ քայլ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել Microsoft Project ֆայլը XPS-ի C#-ով: MPP-ին XPS-ի C#-ով փոխարկելու կոդը կարող է օգտագործվել ցանկացած .NET հավելվածի հետ:...ֆայլի ձևաչափը՝ օգտագործելով SaveFileFormat Վերոնշյալ պարզ քայլերը...

    kb.aspose.com/hy/tasks/net/how-to-convert-micro...
  7. Working with Projects | Aspose.Tasks Documentation

    Learn how to create, edit, and save projects using Aspose.Tasks for .NET....xml" , SaveFileFormat. XML ); view raw Examp...newProject. Save (stream, SaveFileFormat. XML ); 9 } view raw E...

    docs.aspose.com/tasks/net/creating-reading-and-...
  8. 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/
  9. Project Rescheduling | Aspose.Tasks Documentation

    This document provides guidance on rescheduling project files using Aspose.Tasks for C#....Aspose::Tasks::Saving::SaveFileFormat::XML); 50 project -> U...Aspose::Tasks::Saving::SaveFileFormat::XML); 52 53 // Save project...

    docs.aspose.com/tasks/cpp/project-rescheduling/
  10. 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/