Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 61,555 for

paths

(0.44 sec)
  1. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library....import path import aspose.pdf as apdf path_infile = path . join...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  2. Unisci documenti PDF usando Python | Aspose.PDF

    Scopri come utilizzare in modo efficace Aspose.PDF for Python via .NET per unire immagini, XML, HTML, EPUB e altro in un unico documento PDF o DOCX/PPTX. Scopri come utilizzare in modo efficace Aspose.PDF for Python via .NET per unire immagini, XML, HTML, EPUB e altro in un unico documento PDF o DOCX/PPTX....import FileIO from os import path epub_load_options = apdf.EpubLoadOptions()...document_infiles = [ apdf.Document(path.join(self.dataDir, infile),...

    products.aspose.com/pdf/it/python-net/merger/
  3. Merge PDF Documents using Python | Aspose.PDF

    Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document. Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document....import FileIO from os import path epub_load_options = apdf.EpubLoadOptions()...document_infiles = [ apdf.Document(path.join(self.dataDir, infile),...

    products.aspose.com/pdf/python-net/merger/
  4. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents, verify, or validate the digitally sign PDFs using Python....infile path_outfile = self . data_dir + outfile path_pfxfile...document with ap . Document ( path_infile ) as document : # Instantiate...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  5. Convertir CSV, TSV et TXT en Excel avec Node.js...

    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...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/fr/nodejs-cpp/convert-csv...
  6. Kryptera Excel filer med Node.js via C++|Docume...

    Lär dig hur du krypterar och lösenordsskyddar Excel filer med Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/sv/nodejs-cpp/encrypting-...
  7. Encrypting Excel Files with Node.js via C++|Doc...

    Learn how to encrypt and password‑protect Excel files using Aspose.Cells for Node.js via C++.... const path = require ( "path" ); const AsposeCells...The path to the documents directory. const dataDir = path . join...

    docs.aspose.com/cells/nodejs-cpp/encrypting-exc...
  8. Convert PDF to Excel in Python|Aspose.PDF for P...

    Convert PDFs to Excel spreadsheets effortlessly with Aspose.PDF for Python via .NET. Follow this guide for accurate PDF to XLSX conversions...import path import aspose.pdf as apdf path_infile = path . join...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    docs.aspose.com/pdf/python-net/convert-pdf-to-e...
  9. Архів

    Архів...templates_folder image_paths = [os.path.join(data_dir, "template...jpg"), os.path.join(data_dir, "template.jpeg")] output_path = os.path...

    blog.aspose.com/uk/imaging/merge-multiple-image...
  10. 使用 Python 在演示文稿中自定义形状|Aspose.Slides for Python 文档

    使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建并自定义形状:几何路径、圆滑角、复合形状。...get_geometry_paths 方法。 要为形状设置 GeometryPath ,对 实心形状...set_geometry_path ,对 复合形状 使用 GeometryShape.set_geometry_paths 。 要添加线段,请使用...

    docs.aspose.com/slides/zh/python-net/custom-shape/