Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 69,801 for

path

(0.11 sec)
  1. 删除打开操作|Aspose.PDF for Python via .NET

    此示例加载现有 PDF,删除打开操作,并保存已清理的文档。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/remove-open-a...
  2. Detect File Format of Encrypted Office Open XML...

    Learn how to detect the file format of encrypted OOXML files using Aspose.Cells for Node.js via C++....require ( "fs" ); const path = require ( "path" ); const AsposeCells...directory const sourceDir = path . join ( __dirname , "data"...

    docs.aspose.com/cells/nodejs-cpp/detect-file-fo...
  3. Working with ContentTypeProperties with Node.js...

    Learn how to work with custom ContentTypeProperties in Excel files using Aspose.Cells for Node.js via C++....File Sample Code const path = require ( "path" ); const AsposeCells...directory const outputDir = path . join ( __dirname , "output"...

    docs.aspose.com/cells/nodejs-cpp/working-with-c...
  4. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Java....void removeOneTable ( Path inputFile , Path outputFile ) { try (...void removeAllTables ( Path inputFile , Path outputFile ) { try (...

    docs.aspose.com/pdf/java/removing-tables/
  5. Import FDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an FDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read form field values from an FDF stream, and automatically populate the corresponding fields....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/import-fdf-data/
  6. Import XML Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an XML file into PDF form fields using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read structured XML data through a file stream, and populate corresponding form fields automatically....FileIO import sys from os import path import aspose.pdf as ap import...pdf_facades sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/import-xml-data/
  7. 使用 C++ 不加载图表的源Excel文件|Documentation

    学习如何使用 Aspose.Cells 和 C++ 加载不含图表的Excel文件。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/load-source-excel-...
  8. Get Document Privileges|Aspose.PDF for Python v...

    Learn how to programmatically check the privileges of a PDF document using Aspose.PDF for Python. This tutorial demonstrates how to use the PdfFileInfo class to read the document’s security settings, such as printing, copying, or modifying permissions....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/get-document-pri...
  9. Show and Hide Worksheets and Tabs with C++|Docu...

    This article provides sample code for using the C++ API or library to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel workbook tabs....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/show-and-hide-workshe...
  10. 创建 N-Up PDF 文档|Aspose.PDF for Python via .NET

    了解如何使用 Aspose.PDF for Python 在安全处理潜在错误的同时创建 N-Up PDF 文档。...import path sys . path . append ( path . join ( path . dirname...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/create-n-up-p...