Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 7,717 for

join documents

(0.05 sec)
  1. Verify Password of Encrypted Files with Node.js...

    Verify the password of encrypted Excel (xlsx, xlsb, xls, xlsm) and Open Office (ODS) files using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "EncryptedBook1...

    docs.aspose.com/cells/nodejs-cpp/verify-passwor...
  2. 使用 Node.js 通过 C++ 将多个工作表合并为一个工作表|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 将多个工作表合并为一个工作表。...to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "SampleInput.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/combine-mul...
  3. Setting Page Options with Node.js via C++|Docum...

    This article provides sample code to set page options of Excel worksheets programmatically using Node.js via C++. Set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "PageOrientation_out...

    docs.aspose.com/cells/nodejs-cpp/setting-page-o...
  4. Converting Chart to Image in SVG Format with No...

    Learn how to convert a chart to SVG format image using Aspose.Cells for Node.js via C++....to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "SampleChartBook...

    docs.aspose.com/cells/nodejs-cpp/converting-cha...
  5. Getting Headers or Footers with Node.js via C++...

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the Node.js via C++ API....to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "HeaderFooter.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-headers-or...
  6. 限制生成的页数——Excel转PDF的C++方案|Documentation

    了解如何在将Excel电子表格转换为PDF时限制生成的页数,使用编号Aspose.Cells for Node.js via C++。...to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "TestBook.xlsx"...

    docs.aspose.com/cells/zh/nodejs-cpp/limit-the-n...
  7. 使用Node.js的C++检查VBA代码的数字签名是否有效|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码的数字签名的有效性。...to the documents directory. const dataDir = path . join ( __dirname..."data" ); const filePath = path . join ( dataDir , "sampleVBAProjectSign...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-di...
  8. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A compliant PDF files using Aspose.Cells for Node.js via C++....long-term preservation of documents. PDF/A is an ISO-standardized...ISO-standardized version of the Portable Document Format (PDF) which is an archival...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  9. 在使用 C++ 通过 Node.js 保存为 HTML 时启用 CSS 自定义属性|Docum...

    学习如何在将 Excel 文件保存为 HTML 时启用 CSS 自定义属性,使用 Aspose.Cells for Node.js via C++。...to the documents directory. const dataDir = path . join ( __dirname...AsposeCells . Workbook ( path . join ( dataDir , "sampleEnableCssCusto...

    docs.aspose.com/cells/zh/nodejs-cpp/enable-css-...
  10. JoinStyle | Aspose.Words for Java

    Line Join style in Java....public class JoinStyle Line join style. Examples: Shows to create...variety of shapes. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...