Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 22,502 for

print

(0.05 sec)
  1. PhysicalFontInfo class | Aspose.Words for Python

    aspose.words.fonts.PhysicalFontInfo class. Specifies information about physical font available to Aspose.Words font engine...from a custom folder, and then print every available font. folder_font_source...] . get_available_fonts (): print ( 'FontFamilyName :' , font_info...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Get PDF File Information in PHP|Aspose.PDF for ...

    Discover how to retrieve detailed information about a PDF file, including metadata and properties, in PHP with Aspose.PDF....information print "Author:-" . $doc_info -> getAuthor (); print "Creation...$doc_info -> getCreationDate (); print "Keywords:-" . $doc_info ->...

    docs.aspose.com/pdf/java/get-pdf-file-informati...
  3. FillType enumeration | Aspose.Words for Python

    aspose.words.drawing.FillType enumeration. Specifies fill type for a fillable object.... print ( 'The type of the fill is:...format ( fill . fill_type )) print ( 'The foreground color of the...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Printing Workbooks in xlsx4j|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....Printing Workbooks in xlsx4j Contents [ Hide ] Aspose.Cells -...- Printing Workbooks After you finish creating your spreadsheet...

    docs.aspose.com/cells/java/printing-workbooks-i...
  5. Aspose.PDF Printing Error Margin - Free Support...

    Hi, i’m develope into my software the Print of pdf file but when use PdfViewer for Printing, the Print have a large margin. I use this code: Aspose.Pdf.Facades.PdfViewer viewer = new Aspose.Pdf.Facades.PdfViewer(); //…...PDF Printing Error Margin Aspose.PDF Product Family Datagest...the print of pdf file but when use PdfViewer for printing, the...

    forum.aspose.com/t/aspose-pdf-printing-error-ma...
  6. Metered class | Aspose.Words for Python

    aspose.words.Metered class. Provides methods to set metered key....new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Metered.get_consumption_credit method | Aspose....

    Metered.get_consumption_credit method. Gets consumption credit...new Metered license, and then print its usage statistics. metered...'MyPublicKey' , 'MyPrivateKey' ) print ( 'Credit before operation:'...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Row.cells property | Aspose.Words for Python

    Row.cells property. Provides typed access to the [Cell](../../cell/) child nodes of the row....tables in the document and print the contents of each cell. doc...while i < tables . count : print ( f 'Start of Table { i } '...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Get PDF File Information in Python|Aspose.PDF f...

    Explore how to retrieve detailed PDF file information such as metadata and properties in Python using Aspose.PDF for document management....# Show document information print "Author:-" + str ( doc_info...doc_info . getAuthor ()) print "Creation Date:-" + str ( doc_info . getCreationDate...

    docs.aspose.com/pdf/java/get-pdf-file-informati...
  10. CustomPartCollection.remove_at method | Aspose....

    CustomPartCollection.remove_at method. Removes an item at the specified index....Enumerate over the collection and print every part. for index , part...package_custom_parts ): print ( f 'Part index { index } :' ) print ( f ' \t...

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