Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 14,157 for

combine

(0.05 sec)
  1. Merge RTF Files Online or using .NET | products...

    Free online app to Combine different RTF files. .NET merging library code to merge RTF documents.... Combine multiple RTF documents into...AppendDocument function to combine the documents Call Save method...

    products.aspose.com/total/net/merge/rtf/
  2. Merge XLT Files Online or using Java | products...

    Free online app to Combine different XLT files. Java merging library code to merge XLT worksheets into other formats.... Combine multiple XLT documents into...Workbook as the base file. Use combine method using base obect and...

    products.aspose.com/total/java/merge/xlt/
  3. Merge DOC Files Online or using Java | products...

    Free online app to Combine different DOC files. Java merging library code to merge DOC documents.... Combine multiple DOC documents into...appendDocument function to combine the documents Call save method...

    products.aspose.com/total/java/merge/doc/
  4. DocumentBuilder.InsertGroupShape | Aspose.Words...

    Effortlessly group shapes with DocumentBuilder's InsertGroupShape method. Create organized designs by inserting new GroupShape nodes seamlessly.... Examples Shows how to combine group shape with the shape...Color = Color . Green ; // Combine shapes into a GroupShape node...

    reference.aspose.com/words/net/aspose.words/doc...
  5. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。... Combine (OutputDir, "circles_out.svg"...document = new SVGDocument(Path. Combine (DataDir, "circles.svg" )))...

    docs.aspose.com/svg/zh/net/save-svg-document/
  6. New HTML Export System - Aspose.Slides.WebExten...

    Export presentations to HTML with templates, CSS and JS—no SVG. Learn single or multi-page output, resource control, and customization for PPT, PPTX and ODP....represented as an SVG markup combined with HTML. Each slide got...WebExtensions project. Templates are combined in the ToSinglePageWebDocum...

    docs.aspose.com/slides/net/web-extensions/
  7. 渲染选项 – Aspose.HTML for .NET

    了解 Aspose.HTML for .NET 中的渲染选项,以便将 HTML 自定义渲染为 PDF、XPS、DOCX 和图像。获得随时可用的 C# 示例... Combine (OutputDir, "file-with-custom-page-size...string documentPath = Path. Combine (DataDir, "spring.html" );...

    docs.aspose.com/html/zh/net/rendering-options/
  8. 如何用 C++ 添加 Strikeout 注解 | Aspose.PDF

    用于在任何使用 C++ 语言的平台上在 PDF 文件中添加 Strikeout 注释的源代码... Combine ( _dataDir , "sample.pdf" ));...Save ( System . IO . Path . Combine ( _dataDir , "sample_Strikeout...

    products.aspose.com/pdf/zh-hans/cpp/annotation/...
  9. 如何用 .NET 添加 Caret 注解 | Aspose.PDF

    C# 上的源代码,用于通过 COM 互操作在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上添加 Caret 个注释。... Combine ( _dataDir , "sample.pdf" ));...Save ( System . IO . Path . Combine ( _dataDir , "sample_caret...

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. 使用 C# 将表格添加到 PDF | Aspose.PDF

    C# 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上在 PDF 文件中添加表格。... Combine ( dataDir , "sample.pdf" );...); var outputFile = Path . Combine ( dataDir , "sample_with_table_out...

    products.aspose.com/pdf/zh-hans/net/table/add/