Sort Score
Result 10 results
Languages All
Labels All
Results 7,661 - 7,670 of 21,844 for

printing document

(0.19 sec)
  1. VbaProject.code_page property | Aspose.Words fo...

    VbaProject.code_page property. Gets or sets the VBA project’s code page....Examples Shows how to access a document’s VBA project information...information. doc = aw . Document ( MY_DIR + 'VBA project.docm' ) # A VBA...

    reference.aspose.com/words/python-net/aspose.wo...
  2. | Aspose

    Sample code for WBMP to PDF Java conversion. Use API example code for batch WBMP files to PDF conversion within any Web or Desktop Java based application....Install-Package Visit our documentation for more details. Aspose...WBMP format and creates WBMP documents containing recognized text...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  3. SdtListItemCollection.clear method | Aspose.Wor...

    SdtListItemCollection.clear method. Clears all items from this collection....down-list structured document tags. doc = aw . Document () tag = aw ...drop-down list structured document tag is a form that allows...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Determine if Shape is Smart Art Shape|Documenta...

    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.... It then prints the value of the Shape.IsSmartArt...Smart Art Shape : True AI Document Assistant Close Convert the...

    docs.aspose.com/cells/net/determine-if-shape-is...
  5. FontInfo.family property | Aspose.Words for Python

    FontInfo.family property. Gets or sets the font family this font belongs to....access and print details of each font in a document. doc = aw...aw . Document ( MY_DIR + 'Document.docx' ) for font_info in doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. 在 Python 中获取 PDF 文件信息|Aspose.PDF for 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.... Document () pdf = self . Document () pdf = self...显示文档信息 print "作者:-" + str ( doc_info . getAuthor ()) print "创建日期:-"...

    docs.aspose.com/pdf/zh/java/get-pdf-file-inform...
  7. Common recognition settings|Documentation

    Configuring Aspose.OCR for Python via .NET recognition engine for extracting text from images, scanned PDFs, DjVu files and other content....Manually override the default document areas detection method . ignored_symbols...image. Disables automatic document region detection. Improves...

    docs.aspose.com/ocr/python-net/recognition-sett...
  8. MathObjectType | Aspose.Words for Java

    Specifies type of an Office Math object in Java.... Examples: Shows how to print the node structure of every...every office math node in a document. public void officeMathToText()...

    reference.aspose.com/words/java/com.aspose.word...
  9. TableCollection.to_array method | Aspose.Words ...

    TableCollection.to_array method. Copies all tables from the collection to a new array of tables....through all tables in the document and print the contents of each...each cell. doc = aw . Document ( file_name = MY_DIR + 'Tables.docx'...

    reference.aspose.com/words/python-net/aspose.wo...
  10. How to Read PDF File in C++

    In this tutorial, we will learn how to read PDF file in C++. You can extract text or images from the PDF Document in C++....images from any page or whole document of the PDF file with simple...namespace Load input PDF using Document Class Initialize a TextFragmentAbsorber...

    kb.aspose.com/pdf/cpp/how-to-read-pdf-file-in-cpp/