Sort Score
Result 10 results
Languages All
Labels All
Results 1,381 - 1,390 of 6,568 for

extract text

(0.53 sec)
  1. 使用 JavaScript 通过 C++ 从工作簿中提取 OLE 对象|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....html > < head > < title > Extract OLE Objects </ title > < meta...</ head > < body > < h1 > Extract OLE Objects </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  2. Process PDF Files and Manipulate Excel Spreadsh...

    GO API to manipulate PDF files as well as create, read, write and parse Excel spreadsheets via Go applications.... Key features include text extraction, page manipulation (add...calculate complex formulas Add or extract OLE objects Create conditional...

    products.aspose.com/total/go-cpp/
  3. Features|Aspose.Words for Python via .NET

    Aspose.Words for Python via .NET provides users with a wide range of features from simply converting and modifying documents to creating structured and visually appealing documents or automating reporting.... Rich Text Format - RTF Comprehensive support...documents in the OpenDocument Text (.odt) format. Adobe Portable...

    docs.aspose.com/words/python-net/features/
  4. Create HTML in C# – Aspose.HTML for .NET

    Create HTML files in C# with Aspose.HTML for .NET. Learn how to create HTML from scratch and how to edit the content of an HTML document....heading element (h1) and set its text var h1 = (HTMLHeadingElement)document...paragraph element (p) set its text var p = (HTMLParagraphElement)document...

    products.aspose.com/html/net/create-html/
  5. Determine if Shape is Smart Art Shape with C++|...

    Learn how to determine if a shape is a Smart Art Shape using Aspose.Cells for C++....to Group Shape with C++ Extract Text from the Gear Type SmartArt...

    docs.aspose.com/cells/cpp/determine-if-shape-is...
  6. Deal with PDF Forms in C# | Aspose.PDF

    Manage PDF Forms programmatically with C# sample code using Aspose.PDF for .NET....adding new fields in AcroForms Extract data from Acroforms Fill PDF...PartialName = "textbox1" , Value = "Text Box" }; var border = new Aspose...

    products.aspose.com/pdf/net/acroforms/
  7. Dewarping|Documentation

    How to straighten curved and distorted images before recognition....efficiency of segmentation and text extraction. Aspose.OCR implements...removing the image curvature, text lines will have some wave-like...

    docs.aspose.com/ocr/net/dewarp/
  8. Binarization|Documentation

    How to convert an image to black and white either automatically or by manually specifying a threshold....Contents [ Hide ] While you can extract text from color or grayscale...black and white images to detect text and perform automatic corrections...

    docs.aspose.com/ocr/java/binarization/
  9. What's new 2022|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2022....supports extracting SubScript and SuperScript text from PDF....SuperScript text such as H2O, then extracting the text from the...

    docs.aspose.com/pdf/net/whatsnew/2022/
  10. Create HTML in Java – Generate HTML Files Progr...

    Learn how to create HTML in Java programmatically. Step-by-step examples using Aspose.HTML to generate, edit, and save HTML files with DOM manipulation....Create a text node and add it to the document body Text text = document...document. getBody (). appendChild (text); // Save the HTML document...

    products.aspose.com/html/java/create-html/