Sort Score
Result 10 results
Languages All
Labels All
Results 1,631 - 1,640 of 60,347 for

path

(0.12 sec)
  1. 限制生成页面数 使用C++将Excel转换为PDF|Documentation

    了解如何在使用Aspose.Cells将Excel转换为PDF时限制生成的页面数。...Startup (); // Source directory path U16String srcDir ( u ".. \\...01_SourceDirectory \\ " ); // Path of input Excel file U16String...

    docs.aspose.com/cells/zh/cpp/limit-the-number-o...
  2. 使用C++设置工作簿的公式计算模式|Documentation

    本文介绍如何使用C++通过Aspose.Cells库设置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/setting-formula-ca...
  3. 使用 C# 转换 XML | Aspose.PDF

    用於轉換 XML 並載入到 .NET Framework、.NET Core 上的 PDF 文件的 C# 原始程式碼。...XML 转换为 PDF 文件 var xsltFile = Path . Combine ( dataDir , "XSLTFile1..."XSLTFile1.xslt" ); var xmlDataFile = Path . Combine ( dataDir , "data_xml...

    products.aspose.com/pdf/zh-hant/net/transform-xml/
  4. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Create the necessary graphics path or font in dependence on what...PsDocument Fill the graphics path with current paint or fill a...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  5. ResourceSavingArgs.ResourceFileName | Aspose.Wo...

    Manage your resources efficiently with ResourceSavingArgs. Easily set or retrieve the file name for saving resources without the hassle of Paths....sets the file name (without path) where the resource will be...without the path. Aspose.Words determines the path for saving...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Verify Signature in PDF File|Aspose.PDF for .NET

    This section explains how to verify signature in PDF File using PdfFileSignature class....void IsPdfSigned () { // The path to the documents directory var...IsPdfSignedWithGiven () { // The path to the documents directory var...

    docs.aspose.com/pdf/net/verify-signature-in-pdf/
  7. Export DataBar, ColorScale, and IconSet Conditi...

    Learn how to export DataBar, ColorScale, and IconSet conditional formatting while converting Excel files to HTML using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/export-databar-colors...
  8. 用C++将XLSB修订转为XLSM|Documentation

    学习如何用Aspose.Cells将XLSB文件的修订转换为XLSM格式。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/convert-revision-o...
  9. Alignment Settings with C++|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you have more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/cells-alignment-setti...
  10. Decode FNC Symbols|Documentation

    This article describes how to decode FNC symbols in GS1 barcodes in Aspose.BarCode for .NET according to business needs... Save ( $"{path}Code128FNC.png" , BarCodeImageFormat...read = new BarCodeReader ( $"{path}Code128FNC.png" , DecodeType...

    docs.aspose.com/barcode/net/decode-fnc-symbols/