Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 23,501 for

print

(0.08 sec)
  1. MultiplePagesType enumeration | Aspose.Words fo...

    Aspose.Words.Settings.MultiplePagesType enumeration. Specifies how document is Printed out....Specifies how document is printed out. Members Name Description...Description Normal Normal printing, no multiple pages specified. MirrorMargins...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListCollection indexer | Aspose.Words for Python

    ListCollection indexer. Gets a list by index.... document ) print ( 'Current list count: ' + str...str ( lists . count )) print ( 'Is the first document list: '...

    reference.aspose.com/words/python-net/aspose.wo...
  3. Splitting and Merging PST files|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....Exception as ex : print ( str ( ex )) print ( "This example will...)) print ( "Total messages added:" , total_added ) print ( "...

    docs.aspose.com/email/python-net/splitting-and-...
  4. Question about error handling in Aspose.Pdf - F...

    I am looking to evaluate Aspose.Pdf as a possible Printing solution for a client of ours. One of the primary concerns we have is determining whether the Printing of the document actually occurred or not. So this means i…...Pdf as a possible printing solution for a client of ours...is determining whether the printing of the document actually occurred...

    forum.aspose.com/t/question-about-error-handlin...
  5. Defining the blacklist of characters|Documentation

    How to ignore certain image defects that may be incorrectly recognized as characters....For example, dots or other print defects next to letters can...recognitionSettings ) # Print recognition result print ( result [ 0 ]...

    docs.aspose.com/ocr/python-net/characters-black...
  6. Extracting Email Headers in Python|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....eml" ) print "Printing all Headers:" \ # Print out all the...getHeaders () . getCount ()): print message . getHeaders () . get...

    docs.aspose.com/email/java/extracting-email-hea...
  7. Retrieve All Layers from the Visio Diagram in P...

    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....$layer = $layers -> get ( $i ); print "Name: " . ( string ) $layer...getName () -> getValue (); print "Visibility: " . ( string )...

    docs.aspose.com/diagram/java/retrieve-all-layer...
  8. Get XMP Metadata from PDF File in Python|Aspose...

    Discover how to retrieve XMP metadata from a PDF file in Python using Aspose.PDF, enabling detailed content analysis....pdf' # Get properties print "xmp:CreateDate: " + str ( doc...get_Item ( "xmp:CreateDate" )) print "xmp:Nickname: " + str ( doc...

    docs.aspose.com/pdf/java/get-xmp-metadata-from-...
  9. Extract PDF Metadata using Python | Aspose.PDF

    Extract PDF format metadata programmatically with Python sample code using Aspose.PDF for Python for .NET... The code uses the ‘print’ function to show this information...information print ( "Author :" , doc_info . author ) print ( "Creation...

    products.aspose.com/pdf/python-net/metadata/
  10. FontInfo class | Aspose.Words for Python

    aspose.words.fonts.FontInfo class. Specifies information about a font used in the document... Examples Shows how to print the details of what fonts are...all_fonts = doc . font_infos # Print all the used and unused fonts...

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