Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 774 for

self extracting

(0.06 sec)
  1. CustomXmlPart class | Aspose.Words for Python

    aspose.words.markup.CustomXmlPart class. Represents a Custom XML Data Storage Part (custom XML data within a package)...preserves and allows to create and extract Custom XML Data via the Document...xml_part_id , xml_part_content ) self . assertEqual ( xml_part_content...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 从PDF文档的所有页面提取文本在Python中|Aspose.PDF for Python v...

    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....# 打开目标文档 pdf = self . Document () pdf = self . dataDir + 'input1...'input1.pdf' text_absorber = self . TextAbsorber () pdf . getPages...

    docs.aspose.com/pdf/zh/python-java/extract-text...
  3. Add, Extract, or Remove Attachments in PDF usin...

    Add, extract and remove attachments on .NET and Python....Attachments to PDF programmatically Extract Attachments from PDF Remove...path_infile = path . join ( self . data_dir , infile ) path_outfile...

    products.aspose.com/pdf/python-net/attachments/
  4. CompositeNode.select_single_node method | Aspos...

    CompositeNode.select_single_node method. Selects the first [Node](../../node/) that matches the XPath expression.... def select_single_node ( self , xpath : str ): ... Parameter...docx' ) # This expression will extract all paragraph nodes, # which...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Import and Export Form Data|Aspose.PDF for Pyth...

    This section explains how to import and Export Form Data.... join ( self . workdir_path , infile ) #...path_outfile = path . join ( self . workdir_path , datafile )...

    docs.aspose.com/pdf/python-net/import-export-fo...
  6. FontInfo.get_embedded_font_as_open_type method ...

    FontInfo.get_embedded_font_as_open_type method. Gets an embedded font file in OpenType format...get_embedded_font_as_open_type ( self , style : aspose . words . fonts...embedded. Examples Shows how to extract an embedded font from a document...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Splitter.extract_pages method | Aspose.Words fo...

    aspose.words.lowcode.Splitter.extract_pages method...extract_pages method Contents [ Hide ] extract_pages(input_file_name...start_page_index, page_count) Extracts a specified range of pages...

    reference.aspose.com/words/python-net/aspose.wo...
  8. OleFormat.is_locked property | Aspose.Words for...

    OleFormat.is_locked property. Specifies whether the link to the OLE object is locked from updates.... @property def is_locked ( self ) -> bool : ... @is_locked.setter...setter def is_locked ( self , value : bool ): ... Remarks The...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Convert PDF to HTML in Python|Aspose.PDF for Py...

    This topic show you how to convert PDF file to HTML format with Aspose.PDF for Python via .NET library.... join ( self . data_dir , infile ) path_outfile...path_outfile = path . join ( self . data_dir , "python" , outfile...

    docs.aspose.com/pdf/python-net/convert-pdf-to-h...
  10. PlainTextDocument constructor | Aspose.Words fo...

    aspose.words.PlainTextDocument constructor... def __init__ ( self , file_name : str ): ... Parameter...file_name str Name of the file to extract the text from. Exceptions exception...

    reference.aspose.com/words/python-net/aspose.wo...