Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 69,802 for

path

(0.26 sec)
  1. Converting Excel file to PPT file - Free Suppor...

    Hello, I am trying to convert an Excel file to a PPT file using Aspose Cells and Aspose PDF components. I keep getting this error "This file's format is not supported or you don't specify a correct format.". I am…...the license file through its path Aspose.Grid.Web.License license...//Get the path of the Application folder. //string path = System...

    forum.aspose.com/t/converting-excel-file-to-ppt...
  2. Using XPS graphic utilities | Java

    Learn how to easily generate images and relatively complex shapes on an XPS page using graphic utilities in Aspose.Page API for Java... And for these paths, you can specify appearance...120) and radius 100. 13 XpsPath path = doc. createPath (doc. getUtils...

    docs.aspose.com/page/java/xps/graphic-utilities/
  3. Aspose.PSD for .NET 24.4 - Release Notes|Docume...

    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....handling string sourceFile = Path . Combine ( baseFolder , "example...ai" ); string outputFilePath = Path . Combine ( outputFolder , "example...

    docs.aspose.com/psd/net/aspose-psd-for-net-24-4...
  4. Extract Pages from PDF|Aspose.PDF for Python vi...

    Extract selected pages from a PDF document using Aspose.PDF for Python....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/extract-pages-fr...
  5. Export to XML|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form data to an XML file using Aspose.PDF for Python via .NET. It shows how to load a PDF document, access its form fields through the Form facade, and save the extracted data as structured XML using Form Class....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/export-to-xml/
  6. 添加书签操作|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,创建一个标签为 "PdfContentEditor Bookmark" 的书签,该书签导航至第 1 页,并保存更新后的文档。...import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/zh/python-net/add-bookmark-...
  7. 删除字段|Aspose.PDF for Python via .NET

    此示例演示如何使用 'FormEditor' 类的 'remove_field' 方法从 PDF 表单中删除 'Country' 字段。...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/zh/python-net/remove-field/
  8. Fill List Box|Aspose.PDF for Python via .NET

    This example demonstrates how to programmatically fill list box and multi-select fields in a PDF form using Aspose.PDF for Python via .NET. It shows how to bind a PDF document, select values within a list-based form field, and save the updated file....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/fill-list-box/
  9. Get Page Offset|Aspose.PDF for Python via .NET

    This example demonstrates how to use PdfFileInfo to get the X and Y offsets of a specific page and convert them into inches for precise layout and positioning analysis....import path sys . path . append ( path . join ( path . dirname...

    docs.aspose.com/pdf/python-net/get-page-offset/
  10. 提取 XFA 数据|Aspose.PDF for Python via .NET

    本示例说明如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中提取 XFA 表单数据。它演示了如何将基于 XFA 的 PDF 文档绑定到 Form 门面并将其内部数据结构导出到文件流中。...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/zh/python-net/extract-xfa-d...