Sort Score
Result 10 results
Languages All
Labels All
Results 9,571 - 9,580 of 61,488 for

path

(0.11 sec)
  1. 矢量化 – 基本概述 – C# 示例

    本节中的文章介绍如何使用 Aspose.SVG API 将 SVG 文本转换为矢量以及如何将光栅图像转换为矢量图形。... Vectorize (Path. Combine (DataDir, "flower.png"...SVG file 10 document. Save (Path. Combine (OutputDir, "flower...

    docs.aspose.com/svg/zh/net/vectorization/
  2. Licensing | Aspose.ZIP for .NET

    C# .NET library for developers to work with archive formats like ZIP, TAR, 7Z, GZIP and others archive formats. Learn how to evaluate the Aspose.ZIP API solution for .NET, offering powerful tools for file compression, decompression, and archive management....following locations: Explicit path The folder that contains the...just the file name without its path. Copy 1 // Instantiate an instance...

    docs.aspose.com/zip/net/licensing/
  3. Visual Studio Export GridView To Word Control|A...

    How to export contents of GridView into Word Processing document using Aspose.Words in C#....server at configurable disk path Option to export current page...string c: temp Local output Disk path on server where a copy of the...

    docs.aspose.com/words/net/visual-studio-export-...
  4. Convert HTML to XPS – Aspose.HTML for Java

    Convert HTML to XPS in Java using Aspose.HTML API. Consider various HTML to XPS conversion scenarios in Java code....XpsSaveOptions class, and the output file path where the converted file will...XpsSaveOptions, and output file path to the convertHTML() method...

    docs.aspose.com/html/java/convert-html-to-xps/
  5. Add Barcodes to PDF Documents|Documentation

    How to Insert Barcodes to PDF Files... Save ( $"{path}AddBarcodeToPDFDocum.pdf" );...the mender mender . Save ( $"{path}AddBarcodeToPDFDocum.pdf" );...

    docs.aspose.com/barcode/net/add-barcode-to-pdf-...
  6. Can I concatenate PDF without a rest call in go...

    I tried Aspose.PDF for Go via C++ | Aspose API References, which doesn’t have the merge functionality and Merge Multiple PDF Files|Documentation which uses the cloud SDK. I want to merge documents without sending any dat…..._, path := range inputPaths { inputDoc, err := Open(path) if...Errorf("failed to open %s: %w", path, err) } err = mergedDoc.Append(inputDoc)...

    forum.aspose.com/t/can-i-concatenate-pdf-withou...
  7. 在 Python 中安全加载和转换不可信的 HTML – Aspose.HTML

    学习如何使用 Aspose.HTML for Python via .NET 在 Python 中安全加载和转换不可信的 HTML。包括阻止脚本和外部图像的沙箱示例。...configuration 19 html_path = os. path . join (data_dir, "document-with-scripts...with ah. HTMLDocument (html_path, config) as doc: 21 # Convert...

    docs.aspose.com/html/zh/python-net/sandboxing/
  8. 如何转换 SVG 文件 – C# 示例

    您将学习如何在 C# 中将 SVG 转换为其他格式、查找 C# 代码示例并尝试在线 SVG 转换器。...(SVGDocument document = new SVGDocument(Path. Combine (DataDir, "svg-to-png...ConvertSVG (document, pngSaveOptions, Path. Combine (OutputDir, "svg-to-png...

    docs.aspose.com/svg/zh/net/convert-svg/
  9. 在 Python 中编辑 HTML 文档 – Aspose.HTML for Python v...

    学习如何使用 Aspose.HTML for Python 通过 .NET 编辑 HTML DOM;如何创建、填充、添加 HTML 元素,以及编辑内联和内部 CSS。...file path 7 output_dir = "output/" 8 output_path = os. path . join...file 35 document. save (output_path) Example-EditHtmlDocument.py...

    docs.aspose.com/html/zh/python-net/edit-html-do...
  10. Reading a sub template from memory stream - Fre...

    Hello, In word template, I have a reference to a subtemplate from C drive <<doc ["C:\\Aspose\\Sample\\SubTemplate\\Subtemplate.docx"] -build>> But, I am not sure how I can reference the sub template from memory stream…...mainTemplate = new Document("path_to_your_main_template.docx");...MemoryStream(File.ReadAllBytes("path_to_your_subtemplate.docx")))...

    forum.aspose.com/t/reading-a-sub-template-from-...