Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 774 for

self extracting

(0.07 sec)
  1. OleFormat.auto_update property | Aspose.Words f...

    OleFormat.auto_update property. Specifies whether the link to the OLE object is automatically updated or not in Microsoft Word....@property def auto_update ( self ) -> bool : ... @auto_update...@auto_update.setter def auto_update ( self , value : bool ): ... Remarks...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Add Text to existing PDF using Python|Aspose.PD...

    Code example how to add or write text in Pdf document using Python with PDF library.... doc = self . Document () doc = self . dataDir + 'input1...'input1.pdf' pdf_page = self . Document () pdf_page . getPages ()...

    docs.aspose.com/pdf/java/add-text-to-an-existin...
  3. Working With Styles in Python|Aspose.Words for ...

    Working With Styles using Python....Words - Extract Content Based On Styles Python...the document . doc = self . Document ( self . dataDir + "TestFile...

    docs.aspose.com/words/java/working-with-styles-...
  4. Add digital signature or digitally sign PDF in ...

    Digitally sign PDF documents, verify, or validate the digitally sign PDFs using Python....ppath_infile = self . data_dir + infile path_outfile = self . data_dir...data_dir + outfile path_pfxfile = self . data_dir + pfxfile # Open...

    docs.aspose.com/pdf/python-net/digitally-sign-p...
  5. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python.... 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-o...
  6. OleFormat.save method | Aspose.Words for Python

    aspose.words.drawing.OleFormat.save method... def save ( self , stream : io . BytesIO ): ...the specified name. def save ( self , file_name : str ): ... Parameter...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Working With Comments in Jython|Aspose.Words fo...

    Working with comments using Jython....ProcessComments : def __init__ ( self ): dataDir = Settings . dataDir..."TestFile.doc" ) comments = self . extract_comments ( doc ) for comment...

    docs.aspose.com/words/java/working-with-comment...
  8. Extract Images from PDF using Python|Aspose.PDF...

    How to extract a part of the image from PDF using Aspose.PDF for Python...Extract Images from PDF using Python Contents [ Hide ] This code...code snippets extracts embedded images from a PDF document for...

    docs.aspose.com/pdf/python-net/extract-images-f...
  9. FontInfoCollection indexer | Aspose.Words for P...

    FontInfoCollection indexer. Gets a font at the specified index.... def __getitem__ ( self , index : int ): ... Parameter...int Examples Shows how to extract an embedded font from a document...

    reference.aspose.com/words/python-net/aspose.wo...
  10. OleFormat.suggested_extension property | Aspose...

    OleFormat.suggested_extension property. Gets the file extension suggested for the current embedded object if you want to save it into a file....suggested_extension ( self ) -> str : ... Examples Shows how to extract embedded...ole_format = shape . ole_format self . assertEqual ( 'Excel.Sheet...

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