Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 20,158 for

savefileformat

(0.04 sec)
  1. Creating a Calendar in PHP | Aspose.Tasks Docum...

    This article explains how to create calendar components in PHP using Aspose.Tasks Java for PHP...."cal3" ); 8 9 $saveFileFormat = new SaveFileFormat(); 10 11 $project..."CreateCalendar.xml" , $saveFileFormat -> XML ); 12 13 print "Created...

    docs.aspose.com/tasks/java/creating-a-calendar-...
  2. Archive

    archives...formats are defined under SaveFileFormat enumeration. Please either...ImageSaveOptions class with the SaveFileFormat.Jpeg as an argument. After...

    blog.aspose.com/tasks/export-ms-project-mpp-to-...
  3. Save Visio document programmatically|Documentation

    This page describes how to save Visio document to file, stream with Aspose.Diagram library....supported save formats see the SaveFileFormat Enum. Saving Visio Diagram...also offers an additional SaveFileFormat parameter to specify the...

    docs.aspose.com/diagram/net/save-visio-document/
  4. Defining Weekdays for Calendar in PHP | Aspose....

    Learn how to define calendar weekdays for Microsoft Project (MPP/XML) projects using Aspose.Tasks Java for PHP....$myWeekDay ); 62 63 $saveFileFormat = new SaveFileFormat(); 64 65 $project..."CalendarWeekdays.xml" , $saveFileFormat -> XML ); 66 67 print "Defined...

    docs.aspose.com/tasks/java/defining-weekdays-fo...
  5. Working with Task Links in PHP | Aspose.Tasks D...

    Learn how to write Microsoft Project task links using Aspose.Tasks Java for PHP....StartToStart ); 38 39 $saveFileFormat = new SaveFileFormat(); 40 41 $project...save ( "TaskLinks.mpp" , $saveFileFormat -> MPP ); 42 43 print "Saved...

    docs.aspose.com/tasks/java/writing-updated-task...
  6. Microsoft Project MPP File Update in PHP | Aspo...

    Learn how to update Microsoft Project (MPP/XML) project files using Aspose.Tasks Java for PHP....()); 18 19 $saveFileFormat = new SaveFileFormat(); 20 21 $project...( "AfterLinking.mpp" , $saveFileFormat -> MPP ); 22 23 print "Project...

    docs.aspose.com/tasks/java/microsoft-project-mp...
  7. How to Convert VSX to HTML in Java

    This short tutorial guides you on how to convert VSX to HTML in Java. You can load an input Diagram and generate HTML from VSX in Java easily with a few API calls on any operating system like MS Windows, Linux, or macOS....output HTML file using SaveFileFormat enumeration In these steps...method accepts a value from SaveFileFormat enumeration which specifies...

    kb.aspose.com/diagram/java/how-to-convert-vsx-t...
  8. Working with Calendars | Aspose.Tasks Documenta...

    Learn how to work with calendars and manage tasks using Aspose.Tasks for .NET....Xml" , SaveFileFormat. XML ); view raw Examp..."Project_DefineCalendarWeekda_out.xml" , SaveFileFormat. XML ); view raw Examp...

    docs.aspose.com/tasks/net/creating-updating-and...
  9. Moving Tasks | Aspose.Tasks Documentation

    Learn how to move tasks under other tasks using Aspose.Tasks for .NET....mpp" , SaveFileFormat. MPP ); view raw Examp..."MoveTaskUnderSamePar_out.mpp" , SaveFileFormat. MPP ); view raw Examp...

    docs.aspose.com/tasks/net/moving-tasks/
  10. Render Project to Multipage TIFF | Aspose.Tasks...

    Learn how to export project files (MPP/XML/Primavera XML) as multipage TIFF using Aspose.Tasks for .NET.... The SaveFileFormat enumeration contains the..."RenderMultipageTIFF_out.tif" , SaveFileFormat. TIFF ); 5 6 // Save the...

    docs.aspose.com/tasks/net/render-project-to-mul...