Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 60,965 for

path

(0.29 sec)
  1. Filter Objects while loading Workbook or Worksh...

    Learn how to filter data while loading workbooks or worksheets 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/filter-objects...
  2. Opening Files in 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....Excel Files Opening through Path Simply open a Microsoft Excel...file by referencing the file’s path PHP Code $dataDir = '' ; //...

    docs.aspose.com/cells/net/opening-files-in-php/
  3. 保存 SVG 文档 – C# – Aspose.SVG for .NET

    在本文中,您将了解如何使用 Aspose.SVG for .NET 库将 SVG 文档保存到文件、内存流、ZIP 存档或 Url。...file using C# 2 3 // Prepare a path to save an SVG document 4 string...string documentPath = Path. Combine (OutputDir, "circles_out.svg"...

    docs.aspose.com/svg/zh/net/save-svg-document/
  4. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (Path, polygon, polyline), such as position, color, linewidth, etc....infile (str): Path to input PDF file. outfile (str): Path to output...preserving vector shapes and paths: Load the PDF document. Access...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  5. The Header align is wrong after attach word - F...

    the “main” word like but after attached cover word, it looks like: 1.docx (175.8 KB) out.docx (129.3 KB) cover.docx (19.3 KB) the result the align of header is left from center. Here is my code: String Path…... Here is my code: String path = "C:\\Users\\z_jia\\Desktop\\a\\";...Document(path + "1.docx"); Document cover = new Document(path + "cover...

    forum.aspose.com/t/the-header-align-is-wrong-af...
  6. Aspose.PSD for .NET 25.7 - 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....raster formats string srcFile = Path . Combine ( baseFolder , "1958...psd" ); string outputFile = Path . Combine ( outputFolder , "out_1958...

    docs.aspose.com/psd/net/aspose-psd-for-net-25-7...
  7. Specific Parameters of Postal Barcode Types|Doc...

    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.... Save ( $"{path}PostalPlanetBarHeigh.png" ,...Pixels = 4 ; gen . Save ( $"{path}PostalRM4SCCBarHeigh.png" ,...

    docs.aspose.com/barcode/net/postal-barcode-types/
  8. Customizing the Ribbon XML with Node.js via C++...

    Learn how to customize the Ribbon XML in Excel 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/customizing-th...
  9. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....configuration DATA_DIR = "your path here" def add_header_and_footer_as_text...(str): Path to the input PDF file. output_file (str): Path where...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  10. 在将Excel渲染为PDF时绘制切片器,使用C++|Documentation

    使用Aspose.Cells和C++导出带切片器设置的Excel为PDF。...Cells-for-C // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/draw-slicer-while-...