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

savefileformat

(0.47 sec)
  1. Working with Project Properties | Aspose.Tasks ...

    Learn how to use Aspose.Tasks for .NET to read and modify Microsoft Project (MPP/XML) properties, including defaults, summary info, fiscal year, weekdays, currency and custom properties....mpp" , SaveFileFormat. MPP ); Examples-CShar..."WriteDefaultProperti_out.xml" , SaveFileFormat. XML ); Examples-CShar...

    docs.aspose.com/tasks/net/working-with-project-...
  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. Project Rescheduling | Aspose.Tasks Documentation

    This guide explains how to reschedule Microsoft Project project files using Aspose.Tasks for Java....xml" , SaveFileFormat. XML ); 52 53 cal. set...(dataDir + "updated.xml" , SaveFileFormat. XML ); 57 58 cal. set...

    docs.aspose.com/tasks/java/project-rescheduling/
  4. What is an XML File? MPP File Extension, Proces...

    Learn about the XML file format, its extension, and how it is used for project management. Discover XML file processing, editing, and conversion with Aspose.Tasks. Automate project management workflows using C#, Java, C++, and Python to read, modify, and export XML files seamlessly....xml" , SaveFileFormat . Xml ); } } XML Integration...Save("ConvertedProject.mpp", SaveFileFormat.Mpp); // Convert to MPP...

    products.aspose.com/tasks/supported-formats/xml/
  5. 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-...
  6. Փոխարկել MPP-ն PDF-ի Python-ում

    Այս ձեռնարկը մանրամասնում է Python-ում MPP-ին PDF-ի վերածելու գործընթացը: Այն ընդգրկում է IDE-ի կազմաձևման տեղեկատվությունը, քայլ առ քայլ ալգորիթմը և աշխատանքային կոդի հատվածը՝ MPP ֆայլը Python-ի PDF փոխարկելու համար:...այն վերածում PDF ձևաչափի՝ SaveFileFormat թվարկումից արժեք սահմանելով:...

    kb.aspose.com/hy/tasks/python/convert-mpp-to-pd...
  7. 保护 Visio 中的形状|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vdx" , SaveFileFormat . VDX ); 下载示例代码 比特桶 从 Visio...

    docs.aspose.com/diagram/zh/net/protect-shapes-i...
  8. Create a New Diagram in VSTO and Aspose.Diagram...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....vdx" , SaveFileFormat . VDX ); Download Sample...

    docs.aspose.com/diagram/net/create-a-new-diagra...
  9. 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...
  10. 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/