Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 53,499 for

path

(0.06 sec)
  1. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。... 示例代码 const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  2. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of Worksheet inside the Excel file programmatically using Aspose.Cells for Node.js via C++....Screenshot Sample Code const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/remove-existin...
  3. 使用Node.js在C++中将工作表范围导出为图片|Documentation

    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.... 示例代码 const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/zh/nodejs-cpp/export-rang...
  4. PDF Conversion Solution using PHP | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for PHP via Java...Set the input and output file paths $dataDir = getcwd () . DIRECTORY_SEPARATOR...use with output Word document path and SaveFormat as parameters...

    products.aspose.com/pdf/php-java/conversion/
  5. 使用C++通过Node.js创建、操作或删除工作表的场景|Documentation

    学习如何使用C++ API通过Node.js以编程方式创建、操作或删除Excel工作表中的场景。... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/zh/nodejs-cpp/create-mani...
  6. 在使用Node.js通过C++写保护工作簿时指定作者|Documentation

    在使用Aspose.Cells for Node.js via C++写保护工作簿时,指定作者姓名。... 示例代码 const path = require ( "path" ); const AsposeCells...XLSX format. const outputDir = path . join ( __dirname , "output"...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-aut...
  7. Draw Slicer while rendering Excel to PDF with C...

    Export Excel to PDF with slicer settings using Aspose.Cells with C++....Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/draw-slicer-while-ren...
  8. Save Excel into PDF with Standard or Minimum Si...

    Learn how to save Excel files into PDF with standard or minimum size using Aspose.Cells for C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/save-excel-into-pdf-w...
  9. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String Path…... Here is my code: String path = "C:\\Users\\z_jia\\Desktop\\a\\";...Document(path + "1.docx"); Document cover = new Document(path + "cover...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  10. 如何使用Node.js通过C++将HTML转换为PDF|Documentation

    本主题向你展示如何使用Aspose.Cells for Node.js via C++将HTML转换为PDF和MHTML转换为PDF。...node" ); const path = require ( "path" ); // The path to the documents...documents directory. const dataDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-htm...