Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 69,796 for

path

(0.26 sec)
  1. Data in Non-Primitive Shape with C++|Documentation

    Access and manipulate data in non‑primitive shapes using Aspose.Cells with C++....It returns all the connected paths that comprise the non‑primitive...non‑primitive shape. These paths are of the type ShapePath that holds...

    docs.aspose.com/cells/cpp/data-in-non-primitive...
  2. Pdf Insert image throw exception - Free Support...

    Below codes throw exception, String Path = "C:\\Users\\z_jia\\Desktop\\a\\"; com.aspose.pdf.Document pdf = new com.aspose.pdf.Document(Path + "JL250813LJ001140-01.pdf"); BufferedImage image = ImageIO.r…...codes throw exception, String path = "C:\\Users\\z_jia\\Desktop\\a\\";...new com.aspose.pdf.Document(path + "JL250813LJ001140-01.pdf");...

    forum.aspose.com/t/pdf-insert-image-throw-excep...
  3. 合并大量 PDF 文件|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 高效合并大量 PDF 文件。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/concatenate-l...
  4. Extract PDF Pages in Java|Aspose.PDF for Java

    Learn how to extract single or multiple PDF pages into new files in Java....void extractPage ( Path inputFile , Path outputFile ) { try (...extractBunchPages ( Path inputFile , Path outputFile ) { try (...

    docs.aspose.com/pdf/java/extract-pages/
  5. 添加声音注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加声音注释,并保存修改后的 PDF。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/add-sound-ann...
  6. Import XFDF Data|Aspose.PDF for Python via .NET

    This example demonstrates how to import form data from an XFDF file into a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, read XML-based XFDF data through a file stream, and automatically populate matching form fields. Importing XFDF data enables efficient form data exchange and supports automated document workflows that rely on structured XML formats....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-xfdf-data/
  7. Decorate Field|Aspose.PDF for Python via .NET

    This example demonstrates how to customize the appearance of a form field in a PDF document using Aspose.PDF for Python....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/decorate-field/
  8. Access the Text Box by the Name with Node.js vi...

    Learn how to access a text box by name from the collection in Aspose.Cells for Node.js via C++....text box by name const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/access-the-tex...
  9. Delete Stamps Globally|Aspose.PDF for Python vi...

    This example demonstrates how to delete rubber stamp annotations globally across all pages in a PDF using Aspose.PDF for Python via the Facades API. It shows how to remove stamps by ID without specifying individual pages....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/delete-stamps-gl...
  10. Load Source Excel File Without Charts with C++|...

    Learn how to load an Excel file without charts using Aspose.Cells with C++....Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/cpp/load-source-excel-fil...