Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 17,187 for

combine

(0.07 sec)
  1. Merge PowerPoint and OpenOffice Files on Window...

    Merge PowerPoint and OpenOffice presentation files with Aspose.Slides APIs....Slides APIs Learn how to combine presentation files in C#, Python...

    products.aspose.com/slides/merger/
  2. How to Add Image to HTML? C# Examples

    Learn how to add images to HTML using Aspose.HTML for .NET. Explore different methods, including the img tag, CSS backgrounds, and inline styles.... Combine (OutputDir, "add-image.html"...document = new HTMLDocument(Path. Combine (DataDir, "file.html" ))) 5...

    docs.aspose.com/html/net/how-to-articles/how-to...
  3. Merge POT Files Using PHP | products.aspose.com

    Merge multiple POT files in PHP....provides flexible ways to combine multiple POT presentations...another, you are effectively combining their slides in a single presentation...

    products.aspose.com/slides/php-java/merger/pot/
  4. Merge PPSM Files Using PHP | products.aspose.com

    Merge multiple PPSM files in PHP....provides flexible ways to combine multiple PPSM presentations...another, you are effectively combining their slides in a single presentation...

    products.aspose.com/slides/php-java/merger/ppsm/
  5. Merge PPSX Files Using PHP | products.aspose.com

    Merge multiple PPSX files in PHP....provides flexible ways to combine multiple PPSX presentations...another, you are effectively combining their slides in a single presentation...

    products.aspose.com/slides/php-java/merger/ppsx/
  6. Merge PPT Files Using PHP | products.aspose.com

    Merge multiple PPT files in PHP....provides flexible ways to combine multiple PPT presentations...another, you are effectively combining their slides in a single presentation...

    products.aspose.com/slides/php-java/merger/ppt/
  7. Converting a XML file to TIFF using C# | Aspose...

    Sample code for XML‑to‑TIFF conversion in .NET. Use the API example code for batch XML‑to‑TIFF conversion within VB.NET, ASP.NET, or any .NET‑based application.... Combine ( dataDir , "xml-to-pdf.xml"...xml" ); var xslFile = Path . Combine ( dataDir , "xml-to-pdf.xsl"...

    products.aspose.com/pdf/net/conversion/xml-to-t...
  8. I want to retain the existing track changes - F...

    Hello Experts, I have a document that already contains tracked changes from two authors. When I process this document through our application, the application suggests additional changes, which appear as a new author’s …...What you are asking about is Combine Revision feature. Unfortunately...Aspose.Words does not support Combine feature (MS Word Review Tab...

    forum.aspose.com/t/i-want-to-retain-the-existin...
  9. 如何用 .NET 添加 Watermark 注解 | Aspose.PDF

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

    products.aspose.com/pdf/zh-hans/net/annotation/...
  10. Remove Pages from PDF using .NET | Aspose.PDF

    Remove pages from PDF file programmatically with C# sample code using Aspose.PDF for .NET... Combine ( dataDir , "DeleteParticularPage...); var outputFile = Path . Combine ( dataDir , "DeleteParticularPage_out...

    products.aspose.com/pdf/net/pages/remove/