Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 17,602 for

savefileformat

(0.03 sec)
  1. Writing Updated Resource Data to MPP

    Learn how to update Microsoft Project (MPP/XML) resources using Aspose.Tasks for C++....Aspose::Tasks::Saving::SaveFileFormat::MPP); view raw Exampl...

    docs.aspose.com/tasks/cpp/writing-updated-resou...
  2. Writing Updated Resource Data Back to MPP files

    Learn how to update Microsoft Project (MPP/XML) resource fields using Aspose.Tasks for Java.... save (resultFile, SaveFileFormat. MPP ); view raw Examp...

    docs.aspose.com/tasks/java/writing-updated-reso...
  3. Remove Gap Between Tasks List and Footer

    Aspose.Tasks for Java provides ReduceFooterGap property to reduce gap between the list of tasks and the footer while conversion of project data to different formats....= new ImageSaveOptions(SaveFileFormat. PNG ); 8 imageSaveOptions...

    docs.aspose.com/tasks/java/reducing-gap-between...
  4. Convert Project Pages to Separate Image Files

    Learn how to convert Microsoft Project (MPP/XML) files to several JPEG files using Aspose.Tasks for C++....(Aspose::Tasks::Saving::SaveFileFormat::PNG); 3 saveOptions ->...

    docs.aspose.com/tasks/cpp/convert-project-pages...
  5. What is a Primavera P6 XML File? Primavera P6 X...

    Learn about the Primavera XML file format, its extension, and its role in project management. Discover how to process, edit, and convert XML files with Aspose.Tasks. Automate project workflows using C#, Java, C++, and Python to seamlessly read, modify, and export Primavera XML files....Primavera XML file using SaveFileFormat.PrimaveraP6Xml . Project...project.Save( "Project.xml" , SaveFileFormat.PrimaveraP6Xml); Сomposing...

    products.aspose.com/tasks/supported-formats/p6xml/
  6. Convert Visio to PNG via Python | products.aspo...

    Sample Python conversion Visio to PNG file. Use this example code to convert Visio to PNG within any Python based application....with output file path and SaveFileFormat as parameters PNG file...diagram.save( "output.png" , SaveFileFormat.PNG); VSDX to PNG Conversion...

    products.aspose.com/diagram/python-java/convers...
  7. Convert Visio to SVG via Python | products.aspo...

    Sample Python conversion Visio to SVG file. Use this example code to convert Visio to SVG within any Python based application....with output file path and SaveFileFormat as parameters SVG file...diagram.save( "output.svg" , SaveFileFormat.SVG); VSDX to SVG Conversion...

    products.aspose.com/diagram/python-java/convers...
  8. Convert Visio to IMAGE via Python | products.as...

    Sample Python conversion Visio to IMAGE file. Use this example code to convert Visio to IMAGE within any Python based application....with output file path and SaveFileFormat as parameters IMAGE file...save( "output.image" , SaveFileFormat.IMAGE); VSDX to IMAGE Conversion...

    products.aspose.com/diagram/python-java/convers...
  9. Convert Visio to Image via Java | products.aspo...

    Sample Java code for Converting Visio to IMAGE file. Use this example code to convert Visio to IMAGE within any Web or Desktop Java based application....with output file path and SaveFileFormat as parameters IMAGE file...save( "output.image" , SaveFileFormat.IMAGE); Visio to IMAGE...

    products.aspose.com/diagram/java/conversion/vis...
  10. Convert VSD to EMF via Python | products.aspose...

    Sample Python conversion code for VSD format to EMF file. Use this example code to convert VSD to EMF within any Python based application....with output file path and SaveFileFormat as parameters EMF file...diagram.save( "output.emf" , SaveFileFormat.EMF); VSD to EMF Conversion...

    products.aspose.com/diagram/python-net/conversi...