Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 60,971 for

path

(0.09 sec)
  1. 档案

    档案...System::IO::File::Open(System::IO::Path::GetDirectoryName(outputFileName)...Name) + u"\\" + System::IO::Path::GetFileNameWithoutEx(outputFileName)...

    blog.aspose.com/zh/page/convert-xps-oxps-to-jpg...
  2. Save a 3D Document|Documentation

    The Scene class of the Aspose.3D API represents a 3D document and developers can save its object in any supported file format....accepts a file name with complete path or a file stream object. Aspose...

    docs.aspose.com/3d/python-net/save-a-3d-document/
  3. Extract text from all PDF pages using C++|Aspos...

    This article describes various ways to extract text from PDF documents using Aspose.PDF in C++. From entire pages, from a specific part, based on columns, etc....std :: endl ; // String for path name String _dataDir ( "C: \\...std :: endl ; // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/extract-text-from-all-pdf/
  4. 环境配置 – Aspose.SVG for .NET

    了解如何创建自定义主题、运行时服务或 Web 请求网络服务并使它们适应应用程序运行的环境。... WriteAllText (Path. Combine (OutputDir, "user-agent...// Set a custom font folder path 25 userAgentService. FontsSettings...

    docs.aspose.com/svg/zh/net/environment-configur...
  5. Upgrade Aspose.Grid.Web to Aspose.Cells.GridWeb...

    This article introduces how to upgrade in GridWeb....Web client path, agw_client , has changed to...Aspose.Cells.GridWeb. The client path setting in the web.config file...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  6. Working with Transparency in PostScript | .NET

    How to add transparency to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...GraphicsPath path = new GraphicsPath(); 20 path. AddRectangle...(gradientBrush); 30 document. Fill (path); 31 ////////// 32 33 offsetX...

    docs.aspose.com/page/net/ps/working-with-transp...
  7. 将 SVG 转换为 TIFF | Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 将 SVG 转换为 TIFF。在 C# 示例中考虑各种 SVG 到 TIFF 的转换方案。尝试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Tiff ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-tiff/
  8. 将 SVG 转换为 BMP – Aspose.HTML for .NET

    使用 Aspose.HTML for .NET 在 C# 中将 SVG 转换为 BMP。在 C# 示例中考虑各种 SVG 到 BMP 的转换情况。尝试在线 SVG 转换器。... ConvertSVG (Path. Combine (DataDir, "shapes.svg"...ImageSaveOptions(ImageFormat. Bmp ), Path. Combine (OutputDir, "convert-with-single-line...

    docs.aspose.com/html/zh/net/convert-svg-to-bmp/
  9. DWG to svg,我想在转svg的时候携带一些属性,我该如何操作? - Free Supp...

    使用Aspose for Java将DWG to svg,我想在转svg的时候携带一些自定义属性到svg的Path、text元素中,我该如何操作?...svg,我想在转svg的时候携带一些自定义属性到svg的path、text元素中,我该如何操作? Professionalize...CAD for Java 没有提供在导出 SVG 时直接向 <path> 、 <text> 等元素写入自定义属性的 API(目...

    forum.aspose.com/t/dwg-to-svg-svg/323730
  10. 更改 SVG 背景颜色 – C# 示例

    了解如何在 C# 中更改 SVG 背景颜色 - 通过直接修改 SVG、使用内联和内部 CSS 以及使用 JavaScript。...SVGDocument document = new SVGDocument(Path. Combine (DataDir, "tree.svg"...document 21 document. Save (Path. Combine (OutputDir, "add-background-color...

    docs.aspose.com/svg/zh/net/change-svg-backgroun...