Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 60,972 for

path

(0.27 sec)
  1. Page Setup and Printing Options with C++|Docume...

    Configure page setup and print settings to control the printing process using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/page-setup-and-printi...
  2. Inserting and Deleting Rows and Columns in Jyth...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Workbook object by excel file path workbook = Workbook ( dataDir...Workbook object by excel file path workbook = Workbook ( dataDir...

    docs.aspose.com/cells/java/inserting-and-deleti...
  3. 使用 C# 从 PDF 文件中提取矢量数据|Aspose.PDF for .NET

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得简单。您可以获取矢量数据(路径、多边形、多线段),例如位置、颜色、线宽等。...ProcessGraphicsInPDF () { // The path to the documents directory var...SaveVectorGraphicsFr () { // The path to the documents directory var...

    docs.aspose.com/pdf/zh/net/extract-vector-data-...
  4. Aspose::Words::Saving::FontSavingArgs::get_Font...

    Aspose::Words::Saving::FontSavingArgs::get_FontFileName method. Gets or sets the file name (without Path) where the font will be saved to in C++....sets the file name (without path) where the font will be saved...without the path. Aspose.Words determines the path for saving...

    reference.aspose.com/words/cpp/aspose.words.sav...
  5. Add Page Stamp to PDF using C# | Aspose.PDF

    Add page stamp to PDF file programmatically with C# sample code using Aspose.PDF for .NET....pageNum ) { var pageStampFile = Path . Combine ( dataDir , "PageStamp...= true }; } var inputFile = Path . Combine ( dataDir , "sample...

    products.aspose.com/pdf/net/stamps/page/
  6. 删除命名范围|Documentation

    您可以学习如何使用 Aspose.Cells for Python 通过 .Net 从 Excel 或 OpenOffice 文件中删除定义名称或命名范围。...import os import pytest # The path to the documents directory current_dir...current_dir = os . path . dirname ( os . path . abspath ( __file__...

    docs.aspose.com/cells/zh/python-net/delete-name...
  7. Aspose.Slides for C++: LoadExternalFonts Method...

    LoadExternalFonts call is very slow. Is there any way to improve performance? Sample code I am using: std::vector<String> candidatePaths; #ifdef MACINTOSH candidatePaths = { u"/Applications/Microsoft PowerPoint…...size()); for (const auto &path : candidatePaths) { if (Sys...(System::IO::Directory::Exists(path)) { validPaths.push_back(path); } } if (!validPaths...

    forum.aspose.com/t/aspose-slides-for-c-loadexte...
  8. 使用 C++ 通过 Node.js 追踪 Excel 转 TIFF 的转换进度|Documen...

    学习如何使用 Aspose.Cells for Node.js via C++ 追踪 Excel 转换为 TIFF 的进度。在转换过程中提升用户体验。...node" ); const path = require ( "path" ); // Source directory...directory const sourceDir = path . join ( __dirname , "data" ); //...

    docs.aspose.com/cells/zh/nodejs-cpp/track-conve...
  9. FileFontSource constructor | Aspose.Words for N...

    Aspose.Words.Fonts.FileFontSource constructor...Description filePath string Path to font file. FileFontSource(filePath...Description filePath string Path to font file. priority number...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 在 Python 中自定义 PowerPoint 字体|Aspose.Slides for P...

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 幻灯片中嵌入自定义字体,以确保您的演示文稿在任何设备上都保持清晰一致。... Presentation ( path + "DefaultFonts.pptx" ) as presentation...slides as slides with open ( path + "CustomFont1.ttf" , "br" )...

    docs.aspose.com/slides/zh/python-net/custom-font/