Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 23,501 for

print

(0.07 sec)
  1. 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...
  2. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – Print PDF using Python https://products.aspose.com/pdf/python-net/Print/ Recent content in Print PDF using Python on Aspsoe.PDF Products Hugo -......PDF Products – Print PDF using Python https://products...com/pdf/python-net/print/ Recent content in Print PDF using Python...

    products.aspose.com/pdf/python-net/print/index.xml
  3. FontInfo.name property | Aspose.Words for Python

    FontInfo.name property. Gets the name of the font.... 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...
  4. Fill.transparency property | Aspose.Words for P...

    Fill.transparency property. Gets or sets the degree of transparency of the specified fill as a value between 0.0 (opaque) and 1.0 (clear).... 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...
  5. 获取 Python 中的页面属性|Aspose.PDF for Python via Java

    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....get_Item(1); # 获取页面属性 print "ArtBox : Height = " + pdf_page...pdf_page.getArtBox().getURY() print "BleedBox : Height = " + pdf_page...

    docs.aspose.com/pdf/zh/python-java/get-page-pro...
  6. AsposeWordsPrintDocument.PagesRemaining | Aspos...

    Track remaining pages in active Print jobs with AsposeWordsPrintDocument PagesRemaining property for Print control....remaining in the currently active print job. public int PagesRemaining...as pages are printed, reflecting the current print job’s progress...

    reference.aspose.com/words/net/aspose.words.ren...
  7. 打印演示文稿|Aspose.Slides 文档

    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....类的实例以加载要打印的演示文稿 调用 Presentation 对象公开的无参数 Print 方法 PrintByDefaultPrinte ();...MyDir + "Print.pptx" ); //Call the print method to print whole presentation...

    docs.aspose.com/slides/zh/net/print-the-present...
  8. Search Messages and Folders in a PST by Some Cr...

    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....getQuery ()) print "Messages with High Imp:" print messages . size...getQuery ()) print "Messages with IPM.Note:" print messages . size...

    docs.aspose.com/email/java/search-messages-and-...
  9. 在 Python 中获取 PDF 文件信息|Aspose.PDF for Python via...

    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....显示文档信息 print "Author:-" + str(doc_info.getAuthor()) print "Creation...getCreationDate()) print "Keywords:-" + str(doc_info.getKeywords()) print "Modify...

    docs.aspose.com/pdf/zh/python-java/get-pdf-file...
  10. CustomPartCollection.add method | Aspose.Words ...

    CustomPartCollection.add method. Adds an item to the collection....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...