Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 5,955 for

document text extraction

(0.53 sec)
  1. 使用 C++ 编辑 PDF | Aspose.PDF

    使用 Aspose.PDF for C++ 使用 C++ 示例代码以编程方式编辑 PDF 文档...使用 Document 实例加载 PDF。 1。使用搜索词作为参数创建 TextFragmentAbsorber...pdfDocument = MakeObject < Document > ( u "sourceFile.pdf" );...

    products.aspose.com/pdf/zh-hans/cpp/redaction/
  2. Convert PPSM to XLSX using Python or with free ...

    PPSM to XLSX conversion in your Python applications without using Microsoft Office or online. Test free PPSM to XLSX online converter quickly before integrating the code....features for manipulating Excel documents, such as creating, editing...create, edit, and convert documents in various formats, including...

    products.aspose.com/total/python-net/conversion...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Add, Extract or Remove Images in PDF using Python https://products.aspose.com/pdf/python-net/images/ Recent content in Add, Extract or Remove I......PDF Products – Add, Extract or Remove Images in PDF using...s/ Recent content in Add, Extract or Remove Images in PDF using...

    products.aspose.com/pdf/python-net/images/index...
  4. 多线程下获取PDF中的图片信息报错:Not supported image type - Fr...

    代码如下,正常使用则没有问题,但是添加了线程池就会报错: com.aspose.pdf.internal.ms.System.l7n: Not supported image type at com.aspose.pdf.XImage.lI(Unknown Source) at com.aspose.pdf.XImage.saveInternal(Unknown Source) at com.aspose.pdf.XImage.…...ArrayList<>(); try (Document document = new Document(pdfFilePath))... { PageCollection pages = document.getPages(); int pageSize =...

    forum.aspose.com/t/pdf-not-supported-image-type...
  5. 从PDF中提取上标和下标文本|Aspose.PDF for .NET

    本文描述了使用Aspose.PDF在C#中从PDF中提取上标和下标文本的各种方法。... () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/extract-superscripts...
  6. Problem Reading PDF containing TAB characters -...

    cotiz_anonyme.pdf (2.4 KB) When working with this attached Document, if I extract Text position in a way similar to your sample code “HighlightCharacterInPDF” for (int charNum = …...with this attached document, if I extract text position in a way...WriteLine("TextFragment = " + textFragment.Text + " Page URY = " + rect.URY...

    forum.aspose.com/t/problem-reading-pdf-containi...
  7. 搜索 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高代码 API,无需打开即可搜索 PDF 文档。...//Search Text from All the Pages of PDF Document Document pdfDocument...pdfDocument = new Document ( "SearchAndGetTextFrom.pdf" ); // Create...

    products.aspose.com/pdf/zh-hant/search-pdf/
  8. 创建包装程序集|Aspose.PDF for .NET

    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....) { // Open PDF document using ( var document = new Aspose . Pdf...Pdf . Document ( file )) { // Create TextAbsorber object to extract...

    docs.aspose.com/pdf/zh/net/creating-a-wrapper-a...
  9. Node.ToString | Aspose.Words for .NET

    Discover the Node ToString method, effortlessly convert node content into strings with customizable formats for enhanced data handling. Optimize your coding today!... Document doc = new Document (); DocumentBuilder...GetText will retrieve the visible text as well as field codes and special...

    reference.aspose.com/words/net/aspose.words/nod...
  10. Edit Markdown In C++

    Edit Markdown in C++ code.... Use it to modify MD documents programmatically This is a...C# C++ View code snippet Edit text in MD using C++ Programmatic...

    products.aspose.com/words/cpp/edit/md/