Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 17,573 for

savefileformat

(0.02 sec)
  1. C# Microsoft Visio Files Conversion | products....

    Convert Microsoft Visio formats VSDX VSX VTX VDX VSSX VSTX VSDM VSSM VSTM VDW VSD VSS VST to PDF HTML and Images with few lines of C# code via .NET library....with VSDX file name and SaveFileFormat .targetFile extension as...name with full path and SaveFileFormat as parameters. For specific...

    products.aspose.com/diagram/net/conversion/
  2. Convert Project Data to PDF

    This article explains how to convert Project data to PDF using Aspose.Tasks for Java....project data to PDF using the SaveFileFormat enumeration type. To save...the project to PDF using SaveFileFormat.PDF. The following lines...

    docs.aspose.com/tasks/java/convert-project-data...
  3. Ինչպես փոխարկել VSX-ը HTML-ի Java-ում

    Այս կարճ ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել VSX-ը HTML-ի Java-ում: Դուք կարող եք բեռնել մուտքագրման դիագրամը և հեշտությամբ ստեղծել HTML VSX-ից Java-ում API-ի մի քանի զանգերի միջոցով ցանկացած օպերացիոն համակարգում, ինչպիսիք են MS Windows-ը, Linux-ը կամ macOS-ը:...HTML ֆայլը՝ օգտագործելով SaveFileFormat թվարկումը Այս քայլերում...մեթոդը ընդունում է արժեք SaveFileFormat թվարկումից, որը սահմանում...

    kb.aspose.com/hy/diagram/java/how-to-convert-vs...
  4. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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....vsdx" , SaveFileFormat . VSDX ); Set the Color..."c:\\temp\\AddLayer_Out.vsdx" , SaveFileFormat . VSDX ); Adds InheritFill...

    docs.aspose.com/diagram/java/public-api-changes...
  5. Java Microsoft Project Files Conversion

    Convert Microsoft Project MPP MPT MPX to HTML PDF Excel and JPG PNG BMP TIFF Images via Java library....file and SaveFileFormat.PDF as parameters. SaveFileFormat enumeration...like image output file and SaveFileFormat with relevant image selection...

    products.aspose.com/tasks/java/conversion/
  6. Rendering Task Usage View

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks for Java....pdf" , SaveFileFormat. PDF ); 13 14 // display...save ( "task usage2.pdf" , SaveFileFormat. PDF ); 20 project. save...

    docs.aspose.com/tasks/java/rendering-task-usage...
  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. Auto-space a Collection of Shapes in the Visio ...

    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....vsdx" , SaveFileFormat . VSDX ); Set Orientation...

    docs.aspose.com/diagram/java/auto-space-a-colle...
  9. C# Microsoft Project 文件轉換 | .NET |產品.aspose.com

    通過 .NET 庫使用幾行 C# 代碼將 Microsoft Project MPP MPT MPX 轉換為 PDF HTML Excel 和圖像 JPG PNG BMP TIFF。...調用 save 方法並以輸出 PDF 文件和 SaveFileFormat .PDF 作為參數。在轉換過程中,將呈現所有任務、資源和資源分配數據。...Save(dir + "output.html" , SaveFileFormat.HTML); MPP to PDF MPT to...

    products.aspose.com/tasks/zh-hant/net/conversion/
  10. Moving Tasks

    Learn how to move with Microsoft Project (MPP/XML) the tasks under another ones 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/