Sort Score
Result 10 results
Languages All
Labels All
Results 4,111 - 4,120 of 61,035 for

path

(0.35 sec)
  1. How to remove Polygon Annotation using C++ | As...

    Source code to remove Polygon annotations in PDF file on any platform with C++ language... Path . Combine ( _dataDir , "sample_Polygon...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Polygon_del...

    products.aspose.com/pdf/cpp/annotation/polygon/...
  2. How to remove Watermark Annotation using .NET |...

    Source code on C# to remove Watermark annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Path . Combine ( _dataDir , "sample_Watermark...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Watermark_del...

    products.aspose.com/pdf/net/annotation/watermar...
  3. How to remove Highlight Annotation using .NET |...

    Source code on C# to remove Highlight annotations on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Path . Combine ( _dataDir , "sample_Highlight...document . Save ( System . IO . Path . Combine ( _dataDir , "sample_Highlight_del...

    products.aspose.com/pdf/net/annotation/highligh...
  4. Creating an HTML Document – Aspose.HTML for .NET

    Learn how to load HTML from a file, stream, URL, or create HTML from scratch using Aspose.HTML for .NET. Consider approaches to load HTML documents....C# 2 3 // Prepare an output path for a document saving 4 string...string documentPath = Path. Combine (OutputDir, "create-empty-document...

    docs.aspose.com/html/net/creating-a-document/
  5. Aspose Word to HTML Conversion – Content Contro...

    Hi, When I convert a Word document to HTML (either online using the link below or programmatically), I encounter an issue: the inner content of content controls is not wrapped with a <div> tag in the HTML structure. Why…...htmlContent = ConvertWordToHtml("path/to/document.docx"); // Example...modified HTML File.WriteAllText("path/to/output.html", htmlContent);...

    forum.aspose.com/t/aspose-word-to-html-conversi...
  6. Rotate Text with Shape inside the Worksheet wit...

    Learn how to control text rotation with shapes in Excel worksheets using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/rotate-text-with-shap...
  7. 使用C++计算公式|Documentation

    本文介绍如何使用Aspose.Cells库结合C++计算Microsoft Excel中的公式。通过加载现有Excel文件或创建新Excel文件,我们可以使用Aspose.Cells提供的方法来计算公式并获取结果。最后,我们将修改后的Excel文件保存到磁盘。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/calculate-formulas/
  8. 用 C++ 调整图表数据标签形状以适应文本|Documentation

    学习如何在 Aspose.Cells for C++ 中调整图表中数据标签的形状以适应文本。我们的指南将教您如何调节标签容器的大小和形状,确保文本正确显示,不被截断或重叠。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input excel file U16String...

    docs.aspose.com/cells/zh/cpp/resize-chart-s-dat...
  9. Converting Presentation with EMF Images to PDF ...

    Hello, We are looking into upgrade of current Aspose.Slides library, but encountered an issue with conversion of PPT presentation containing an EMF image to PDF. Below is the sample code: final String targetPdfFile =…...final String targetPdfFile = [PATH] + "PPT_testSample_aspose_23_02...final String sourcePptxFile = [PATH] + "PPT_testSample.pptx"; IPresentation...

    forum.aspose.com/t/converting-presentation-with...
  10. 在 PHP 中隐藏和显示行和列|Documentation

    通过 Aspose.Cells for PHP via Java 的 API 学习如何隐藏和显示行和列。...Workbook object by excel file path $workbook = new Workbook ( $dataDir...Workbook object by excel file path $workbook = new Workbook ( $dataDir...

    docs.aspose.com/cells/zh/java/hiding-and-showin...