Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 61,555 for

path

(0.08 sec)
  1. Working with Clips in PostScript | C++

    Adding clips to PS files is a functionality supported by Aspose.Page API solution. See how to use the functionality in C++...A clip in a PS document is a path that bounds the content of the...will be cut off. A clipping path in C++ can be assigned in three...

    docs.aspose.com/page/cpp/ps/working-with-clips/
  2. Working with GridJs storage|Documentation

    This article describes the general file processing for GridJs....directory exists string filepath = Path . Combine ( Config . FileCacheDirectory...directory exists string filepath = Path . Combine ( Config . FileCacheDirectory...

    docs.aspose.com/cells/net/aspose-cells-gridjs/s...
  3. 如何使用C++创建龙卷风图|Documentation

    了解如何使用API Aspose.Cells for C++创建龙卷风图。...Startup (); // Source directory path U16String srcDir ( u ".. \\...\\ " ); // Output directory path U16String outDir ( u ".. \\...

    docs.aspose.com/cells/zh/cpp/create-tornado-chart/
  4. Extract Data from AcroForm in Python | Aspose.PDF

    Python source code to extract data from AcroForm in PDF file on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop....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/parser/forms/
  5. IMAP Backup and Restore Operation|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....Email-for-Java // The path to the File directory. String...com/aspose-email/Aspose.Email-for-Java // The path to the File directory. String...

    docs.aspose.com/email/java/imap-backup-and-rest...
  6. Aspose.Imaging for .NET 24.6 - Free Support For...

    Hello Thanks for implementing IMAGINGNET-6714 Implement ExifData transferring between supporting formats on export ExifData and XmpData property to image options to make data transferring more convenient. Now when co…...Save(path/stream) implicitly exports metadata...metadata. Image.Save(path/stream, options) exports metadata from...

    forum.aspose.com/t/aspose-imaging-for-net-24-6/...
  7. Extracting text from vehicle license plate imag...

    How to automatically extract text from scanned or photographed vehicle license plates.... path . join ( self . dataDir , "car1...png" )); input . add ( os . path . join ( self . dataDir , "car2...

    docs.aspose.com/ocr/java/recognition/car-plate/
  8. Extracting text from receipts|Documentation

    How to digitize scanned receipts by automatically extracting text from them.... path . join ( self . dataDir , "receipt1...png" )); input . add ( os . path . join ( self . dataDir , "receipt2...

    docs.aspose.com/ocr/java/recognition/receipt/
  9. ReadCost: encountered value with length 2 - Fre...

    When trying to read a specific mpp file, this exception is thrown: ReadCost: encountered value with length 2. Because of the message, i tried to find any Cost field that has an incorrect format, but could not find anythi…... Code: string fileName = "Path/To/File"; Project project =...new(fileName); string fileSave = "Path/To/Save"; project.Save(fileSave);...

    forum.aspose.com/t/readcost-encountered-value-w...
  10. Converting a XML file to XLS using C# | Aspose.PDF

    Sample code for XML‑to‑XLS conversion in .NET. Use the API example code for batch XML‑to‑XLS conversion within VB.NET, ASP.NET, or any .NET‑based application....while passing the output file path & SaveFormat.Xls as parameters...XLS Output file: var xmlFile = Path . Combine ( dataDir , "xml-to-pdf...

    products.aspose.com/pdf/net/conversion/xml-to-xls/