Sort Score
Result 10 results
Languages All
Labels All
Results 6,161 - 6,170 of 20,160 for

printing document

(0.34 sec)
  1. Convert Excel Workbook to PDF|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....are widely used to exchange documents between organizations, government...individuals. It is a standard document format and software developers...

    docs.aspose.com/cells/cpp/convert-excel-workboo...
  2. CellCollection class | Aspose.Words for Python

    aspose.words.tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes...the Working with Tables documentation article. Inheritance: CellCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  3. FieldPrint.PrinterInstructions | Aspose.Words f...

    Discover how to manage printer-specific control codes and PostScript instructions with FieldPrint PrinterInstructions for optimized Printing solutions....to insert a PRINT field. Document doc = new Document (); DocumentBuilder...( "My paragraph" ); // The PRINT field can send instructions...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Read Chart Subtitle from ODS File using JavaScr...

    Learn how to use Aspose.Cells for JavaScript via C++ to read the chart subtitle from an OpenDocument Spreadsheet (ODS) file. Our guide will demonstrate how to extract and access the subtitle of a chart for further analysis or display....subTitle property and prints it in the console window. Please...Cells initialized" ); }); document . getElementById ( 'runExample'...

    docs.aspose.com/cells/javascript-cpp/read-chart...
  5. Aspose Word to PDF - Show Comments with User & ...

    Hi Team , we are trying to convert the word files with comments to PDF. I could acheive the visibility of the comments in the docx to be printed in PDF by below code doc.getLayoutOptions().setCommentDisplayMode(Commen…...comments in the docx to be printed in PDF by below code doc.getLayoutOptions()...extract the comments from the document and format them accordingly...

    forum.aspose.com/t/aspose-word-to-pdf-show-comm...
  6. Cell.accept method | Aspose.Words for Node.js

    Cell.accept method. Accepts a visitor....to print the node structure of every table in a document. test...() => { let doc = new aw . Document ( base . myDir + "DocumentVisitor-compatible...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Online PCL to FLATOPC Conversion or Develop Jav...

    Free online app to convert PCL to FLATOPC files. Java conversion library code for PCL Documents....be converted into FLATOPC document Download the converted FLATOPC...Automation API Open PCL file using Document class Convert PCL to DOC by...

    products.aspose.com/total/java/conversion/pcl-t...
  8. PDF 中的文本格式化|Aspose.PDF for Java

    本页解释了如何在 PDF 文件中格式化文本。这包括添加行缩进、添加文本边框、添加下划线文本、在添加的文本周围添加边框、浮动框内容的文本对齐等。...{ // 创建新的文档对象 Document document = new Document (); Page page...page = document . getPages (). add (); TextFragment text = new TextFragment...

    docs.aspose.com/pdf/zh/java/text-formatting-ins...
  9. Cell Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Cell class—your solution for efficient table cell management in Document processing. Enhance your workflow today!...the Working with Tables documentation article. public class Cell...identifier. virtual Document { get; } Gets the document to which this...

    reference.aspose.com/words/net/aspose.words.tab...
  10. 如何使用 CSS 选择器 – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML 中的 QuerySelector() 和 QuerySelectorAll() 方法有效地应用选择器来选择要样式化的元素。...instance of an HTML document 7 HTMLDocument document = new HTMLDoc...element = document. QuerySelector ( "p" ); 11 12 // Print content...

    docs.aspose.com/html/zh/net/how-to-articles/how...