Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 60,872 for

path

(0.1 sec)
  1. Optimize PDF using C++|Aspose.PDF for C++

    Optimize PDF file, shrink all images, reduce size PDF, unembed fonts, enable reusing page content, remove or flatten annotations with C++....OptimizeForWeb () { // String for path name String _dataDir ( "C: \\...ReduceSizePDF () { // String for path name String _dataDir ( "C: \\...

    docs.aspose.com/pdf/cpp/optimize-pdf/
  2. 使用 Python 将表格添加到 PDF | Aspose.PDF

    Python 源代码用于通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上在 PDF 文件中添加表格。...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/tabl...
  3. Saving Files in Python|Documentation

    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....name (with its complete storage path) and desired file format (using...Workbook object with an Excel file path workbook = self . Workbook (...

    docs.aspose.com/cells/java/saving-files-in-python/
  4. Convert Diagram To Html With Streamprovider|Doc...

    This section explains how to convert Diagram To html With Streamprovider....Replace the default path with excepted path. This article explains...

    docs.aspose.com/diagram/net/convert-diagram-to-...
  5. PDF Forms. Manage via Python | Aspose.PDF

    Manage PDF Forms programmatically with Python sample code using Aspose.PDF for Python via .NET....apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/python-net/acroforms/
  6. 使用 Python 在 PDF 中添加文本、图像或页面图章 | Aspose.PDF

    在 .NET Framework、.NET Core 上处理 PDF 文件中邮票的 Python 源代码...apdf from os import path path_infile = path . join ( self . data_dir...data_dir , infile ) path_outfile = path . join ( self . data_dir...

    products.aspose.com/pdf/zh-hans/python-net/stamps/
  7. 在PHP中保存文件|Documentation

    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....InteropHelper' ); // Opening through Path // Creating a Workbook object...an Excel file using its file path $workbook = $ptr -> New ( "Aspose...

    docs.aspose.com/cells/zh/net/saving-files-in-php/
  8. Working with Pens|Documentation

    Learn about how to draw with pen in C#. .NET code to set pen width and color in C# and VB.NET. Join Lines in C#...format Join lines to create Path in C# Multiple lines can be...be joined to create a path. To join lines using C#, the following...

    docs.aspose.com/drawing/net/working-with-pens/
  9. Merge HTML files using Python for .NET | Aspose...

    Merge HTML files programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as apdf from os import path html_load_options = apdf . HtmlLoadOptions...document_infiles = [ apdf . Document ( path . join ( self . data_dir , infile...

    products.aspose.com/pdf/python-net/merger/html/
  10. Merge PCL files using Python for .NET | Aspose.PDF

    Merge PCL files programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as apdf from os import path pcl_load_options = apdf . PclLoadOptions...document_infiles = [ apdf . Document ( path . join ( self . data_dir , infile...

    products.aspose.com/pdf/python-net/merger/pcl/