Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 13,555 for

extract

(0.15 sec)
  1. How to get the value of the numbering in a docx...

    I am trying to get the value of the numbering of a paragraph thanks to aspose word python. Here is an example: Text1 Text2 Text3 Right now, when I try to read a Word document with Aspose and compare it with another, i…...example demonstrating how to extract the numbering value from paragraphs...the text we are trying to extract. Thank you very much for your...

    forum.aspose.com/t/how-to-get-the-value-of-the-...
  2. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF document using Aspose.PDF for Python via .NET....path_infile ) as document : # Extract pagination artifacts from the...

    docs.aspose.com/pdf/python-net/counting-artifacts/
  3. Working with Footers|Aspose.Words for Java

    Remove footers from a document easily and fast instead of using Apache POI....Download Running Code Download Extract Images from Document form any...

    docs.aspose.com/words/java/working-with-footers/
  4. Adding, Extracting, and Deleting Tables in PDF ...

    Manage Tables in PDF file programmatically with C++ sample code using Aspose.PDF for C++...with Tables via C++ Add Table Extract Table Delete Table How to manage...

    products.aspose.com/pdf/cpp/table/
  5. Manage VBA Projects in Presentations Using PHP|...

    Discover how to generate and manipulate PowerPoint and OpenDocument presentations via VBA with Aspose.Slides for PHP via Java to streamline your workflow....{ $pres -> dispose (); } } Extract VBA Macros Create an instance...PHP code shows you how to extract VBA macros from a presentation...

    docs.aspose.com/slides/php-java/presentation-vi...
  6. Filter VBA Project while loading a workbook wit...

    Learn how to filter VBA projects while loading an Excel workbook using Aspose.Cells with C++....when you really only need to extract sheet names for a large number...

    docs.aspose.com/cells/cpp/filter-vba-project-wh...
  7. Changing Page Size with Python|Aspose.PDF for P...

    Change Page Size from your PDF document using Aspose.PDF for Python via .NET library.... It uses the Page API to extract the page’s bounding Rectangle...rectangle using get_page_rect() . Extract the width and height values...

    docs.aspose.com/pdf/python-net/change-page-size/
  8. 從 PDF Java中提取圖像 | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取图像... toString ()); // Extract a particular image XImage xImage...

    products.aspose.com/pdf/zh-hant/java/images/ext...
  9. 从 PDF 中提取图像 Java | Aspose.PDF

    使用 Aspose.PDF for Java,使用 Java 示例代码,以编程方式从 PDF 文件中提取图像... toString ()); // Extract a particular image XImage xImage...

    products.aspose.com/pdf/zh-hans/java/images/ext...
  10. [Aspose.PDF.Drawing]Pdf To Docx issue with OCR ...

    Hello. Our company utilizes Aspose.PDF to convert Pdfs to Docx. The code is as follows: using (var pdfDocument = new Aspose.Pdf.Document(pdfFilePath)) { var saveOptions = new DocSaveOptions { Format = DocSaveOption…... We want to be able to extract the text from it following...tool like Tesseract. You can extract images from the PDF and then...

    forum.aspose.com/t/aspose-pdf-drawing-pdf-to-do...