Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 60,897 for

path

(0.08 sec)
  1. PDF Multimedia Annotation using C#|Aspose.PDF f...

    Aspose.PDF for .NET allows you to add, get, and delete the multimedia annotation from your PDF document....AddScreenAnnotationW () { // The path to the documents directory var...dataDir + "sample.pdf" )) { // Path to the media file (SWF) var...

    docs.aspose.com/pdf/net/multimedia-annotation/
  2. Rotate SVG – C# Examples – Aspose.SVG for .NET

    C# examples for SVG rotation with Aspose.SVG. Consider cases of using the rotate function in the transform attribute and in transformation matrix....to a local file specified by path. Copy 1 using Aspose. Svg ;..."rotate-svg-rect.svg" ; 26 document. Save (Path. Combine (OutputDir, outputPath));...

    docs.aspose.com/svg/net/rotate-svg/
  3. Optional Hyphen - Free Support Forum - aspose.com

    Hi, I have a document, which is produced by OCR software and which contains quite a lot of optional hyphen characters (decimal 31). How can I programmatically replace all occurrences of this character with a regular hy…...Document doc = new Document("path/to/your/document.docx"); //...modified document doc.Save("path/to/your/modified_document.docx");...

    forum.aspose.com/t/optional-hyphen/316920
  4. Managing Document Properties 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....InteropHelper' ); // Opening through Path // Creating a Workbook object...an Excel file using its file path $workbook = $ptr -> New ( "Aspose...

    docs.aspose.com/cells/net/managing-document-pro...
  5. Convert MBOX to MSG via C++ application | produ...

    Sample C++ conversion code for MBOX document to MSG format. Use example code for batch MBOX to MSG conversion within any C++ Application.... Pass the output file path with (MSG) file extension. MSG...will be saved at the specified path. Open MSG file in compatible...

    products.aspose.com/email/cpp/conversion/mbox-t...
  6. 使用C++将工作表范围导出为图像|Documentation

    了解如何使用Aspose.Cells和C++将工作表的特定范围导出为图像。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/export-range-of-ce...
  7. 使用C++添加超链接图片|Documentation

    通过Aspose.Cells for C++ API学习如何添加图片超链接。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/add-image-hyperlinks/
  8. Working with masks in Aspose.PSD for С#|Documen...

    Examples of how to work with Clipping, Raster and Vector Masks within PSD File...information, vector masks utilize paths and curves to create smooth...essentially a path applied to a layer. The shape of the path determines...

    docs.aspose.com/psd/net/update-create-layer-mask/
  9. Public API Changes in Aspose.Imaging 2.4.0|Docu...

    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.... Load ( path )) { // convert images supporting...Aspose . Imaging . Image . Load ( path ), RasterImage ) ' convert images...

    docs.aspose.com/imaging/net/public-api-changes-...
  10. Integrate Table with Data Sources PDF|Aspose.PD...

    This article shows how to integrate PDF tables. Integrate Table with Database and determine if the table will split on the current page....the result to the given file path. And it’s not only possible...PDF document. from os import path import pandas as pd import aspose...

    docs.aspose.com/pdf/python-net/integrate-table/