Sort Score
Result 10 results
Languages All
Labels All
Results 491 - 500 of 22,253 for

savefileformat

(0.24 sec)
  1. Rendering Project Data with Format24bppRgb | As...

    Learn how to use Aspose.Tasks for Java to convert Microsoft Project files to Format24bppRgb....= new ImageSaveOptions(SaveFileFormat. TIFF ); 7 options. setHorizontalResolut...

    docs.aspose.com/tasks/java/rendering-project-da...
  2. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code....pdf" , SaveFileFormat . PDF ); 拆分多个页面 Aspose...

    docs.aspose.com/diagram/zh/java/convert-visio-t...
  3. Managing Resource Extended Attributes | Aspose....

    Learn how to manage resource extended attributes using Aspose.Tasks for Java....xml" , SaveFileFormat. XML ); 23 24 // Display...

    docs.aspose.com/tasks/java/extended-resource-at...
  4. Convert Visio to PDF format|Documentation

    This topic show you how to Aspose.Diagram allows to convert Visio to PDF formats. Convert VSD, VSS, VDW, VST, VSDX, VSSX, VSTX, VSDM, VSTM,VSSM to PDF with a few lines of code.... Save ( pdfStream , SaveFileFormat . PDF ); // Create a PDF...

    docs.aspose.com/diagram/net/convert-visio-to-pdf/
  5. 在 C# 中将图像转换为 Visio

    本文分享了在 C# 中将图像转换为 Visio 的详细信息。它包括分步指南以及运行示例代码,用于在 C# 中将 PNG 导出到 Visio。...最后,调用 save 方法,同时使用 SaveFileFormat 枚举指定目标 Visio 格式。 本教程涵盖了有关在...

    kb.aspose.com/zh/diagram/net/convert-image-to-v...
  6. Convert Project Data to JPEG | Aspose.Tasks Doc...

    This article explains how to convert Microsoft Project (MPP/XML) to JPEG using Aspose.Tasks for C# and VBScript....(Aspose::Tasks::Saving::SaveFileFormat::JPEG); tmp_0 -> set_JpegQuality(50);...

    docs.aspose.com/tasks/cpp/convert-project-data-...
  7. 移除形状保护|Documentation

    This section explains how to remove shape protection using Aspose.Diagram for Python via Java....vsdx" , SaveFileFormat . VSDX ) jpype . shutdownJVM...

    docs.aspose.com/diagram/zh/python-java/remove-s...
  8. Working with Hyperlinks|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....vsdx" , SaveFileFormat . VSDX ); Get Hyperlinks...

    docs.aspose.com/diagram/java/working-with-hyper...
  9. 使用连接索引连接形状|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....vsdx" , SaveFileFormat . VSDX ); 添加和连接 Visio 形状...

    docs.aspose.com/diagram/zh/java/use-connection-...
  10. 绘制文字|Documentation

    本节介绍如何用Aspose.Diagram在visio页面中绘制文字。支持使用C#绘制文字并保存为pdf、svg、html、image、xps等格式。...vsdx" , SaveFileFormat . VSDX ); 在 SVG 中绘制文字 Aspose...new ImageSaveOptions ( SaveFileFormat . PNG ); imageSaveOptions...

    docs.aspose.com/diagram/zh/net/drawing/draw-text/