Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,477 for

parser

(0.1 sec)
  1. [Bug Report] IConnector PathData Always Returns...

    We are currently using Aspose.Slides for .NET in a production-grade slide Parser to extract visual elements such as images, textboxes, shapes, and unconnected lines (IConnector) . However, we’ve encountered a critical i…...in a production-grade slide parser to extract visual elements...

    forum.aspose.com/t/bug-report-iconnector-pathda...
  2. PUB Converter API solution | C++

    Convert Microsoft Publisher files Programmatically via C++ library. Simple API solution to build your own PUB converter C++ project.... Create Parser and Parse via the Parse ()...dataDir + "flyer.pub" ; var parser = PubFactory.CreateParser(pubFile);...

    products.aspose.com/pub/cpp/conversion/
  3. 通過 C++ 從 ODP 文檔中提取文本和圖像 | products.aspose.com

    C++ 示例代碼,用於在 Windows 32 位、Windows 64 位和 Linux 64 位的 C++ 運行時環境中從 ODP 文件中提取文本和圖像。...Slides C++ Parser 通過 C++ 從 ODP 文檔中提取文本和圖像 PNG...OpenOffice 等任何軟件。 Online ODP Parser Live Demos Extract text and...

    products.aspose.com/slides/zh-hant/cpp/parser/odp/
  4. Extract Text and Images from PPT Files using Py...

    Python source code to parse PPT Presentation....NET Parser Ppt PPT PPTX ODP POT ppsx PPT...

    products.aspose.com/slides/python-net/parser/ppt/
  5. Parse Documents via Python | products.aspose.com

    Parse PDF, Microsoft Word and PowerPoint Presentations via your Python application. Extract Text or Images with ease....Word Document Explore File Parser Options with Python Parse DOC...

    products.aspose.com/total/python-net/parse/
  6. Extract Text and Images from ODP Files using Py...

    Python source code to parse ODP Presentation....NET Parser Odp PPT PPTX ODP POT ppsx ODP...

    products.aspose.com/slides/python-net/parser/odp/
  7. Programming with Documents | Aspose.PUB for C++

    To code PUB files with Aspose.PUB for C++ start with editing the file Metadata that describes its properties like author, tile, company, language, etc....:: SharedPtr < IPubParser > parser = PubFactory :: CreateParser(filePub);...SharedPtr < Document > document = parser -> Parse(); 13 14 document...

    docs.aspose.com/pub/cpp/programming-with-docume...
  8. Extract Text and Images from PPTX Files using P...

    Python source code to parse PPTX Presentation....NET Parser Pptx PPT PPTX ODP POT ppsx...

    products.aspose.com/slides/python-net/parser/pptx/
  9. Possible Regression: java.lang.ArrayIndexOutOfB...

    I am encountering a java.lang.ArrayIndexOutOfBoundsException when trying to load a specific CSV file using Aspose.Cells for Node.js via Java by using new aspose.Workbook(csvFilePath, aspose.getCsvLoadOptions()) I have t…...originates from the internal CSV parser ( com.aspose.cells.k1.parseObject...parseObject ). It occurs when the parser tries to read a column that...

    forum.aspose.com/t/possible-regression-java-lan...
  10. Efficiently Save .pub File Conversion Output to...

    Using a stream as the output ensures efficient handling of large files, proper resource management, and flexibility of the output destination.... Creates and use a parser to parse the Publisher file..."halloween-flyer.pub" ; var parser = PubFactory.CreateParser(fileName);...

    products.aspose.com/pub/net/output-to-stream/