Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 20,184 for

printing document

(1.13 sec)
  1. CustomXmlSchemaCollection class | Aspose.Words ...

    aspose.words.markup.CustomXmlSchemaCollection class. A collection of strings that represent XML schemas that are associated with a custom XML part...Structured Document Tags or Content Control documentation article...schema collection. doc = aw . Document () xml_part_id = str ( uuid...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Web Accessibility – How to Check – Aspose.HTML ...

    Learn how to check website accessibility using Aspose.HTML for .NET API and find out if your website is WCAG compliant....guide on validating an HTML document according to WCAG compliance...validator, loading an HTML document, and validating it for web...

    docs.aspose.com/html/net/web-accessibility/
  3. Setting Different Headers and Footers For Diffe...

    This article provides sample code that shows how to programmatically set various headers and footers of an Excel worksheet's Page Setup settings using the Aspose.Cells for Python API. You can set the headers and footers for the first page, odd pages, and even pages....MS Excel Click Page Layout > Print Titles > Header/Footer . Check...different headers and footers. AI Document Assistant Close Setting Headers...

    docs.aspose.com/cells/python-net/setting-differ...
  4. Pdf for java 怎么获得单元格的rowspan? - Free Support Fo...

    我的使用环境如下: 1、使用的组件名称:pdf 2、使用的开发语言:JAVA 3、使用的组件版本号:25.5 问题如下: java版本pdf25.5中表格的单元格只有colspan的方法?没有rowspan,怎么获得单元格的rowspan?我们现在需要做的是解析这个表格,并获得当前表格中每个单元格的位置以及colspan和rowspan,DEMO示例见附件。 https://c.wss.pet/f/hcg7bs9uv38 复…...the PDF document Document pdfDocument = new Document("path/to/your/document...Document("path/to/your/document.pdf"); // Create a TableAbsorber to extract tables...

    forum.aspose.com/t/pdf-for-java-rowspan/314492
  5. Remove Existing PrinterSettings of Worksheets i...

    In this article, you will learn how to remove existing PrinterSettings of worksheets inside the Excel file programmatically using Aspose.Cells for Node.js via C++.... This document explains how to remove existing...getPrinterSettings () != null ) { // Print the following message console...

    docs.aspose.com/cells/nodejs-cpp/remove-existin...
  6. OleFormat.get_raw_data method | Aspose.Words fo...

    OleFormat.get_raw_data method. Gets OLE object raw data.... Document ( MY_DIR + 'OLE objects.docx'...is_link : print ( 'This is a linked object' ) else : print ( 'This...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create New Workbook|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....GitHub AI Document Assistant Close Add Data in Cells Set Print Area...

    docs.aspose.com/cells/net/create-new-workbook/
  8. Convert HTML to DOCX in Python – Aspose.HTML

    Convert HTML to DOCX online or with Python. Use the HTML to DOCX Converter to save webpages as DOCX files quickly, clearly, and safely....Demos Cloud Free Trial Documentation API Reference Overview Overview...Demos Cloud Free Trial Documentation API Reference PyPI Pricing...

    products.aspose.com/html/python-net/conversion/...
  9. Aspose::Words::Fonts::FontInfoCollection::GetEn...

    Aspose::Words::Fonts::FontInfoCollection::GetEnumerator method. Returns an enumerator object that can be used to iterate over all items in the collection in C++....access and print details of each font in a document. auto doc...:: Words :: Document > ( get_MyDir () + u "Document.docx" ); System...

    reference.aspose.com/words/cpp/aspose.words.fon...
  10. Contents of chart moved to the right when rende...

    Hi, Aspose Team I’m noticing an issue where the contents of my chart are pushed to the right when rendering the chart into an image. The code I’ve used is: Document RepDoc = new Document(); DocumentBuilder Builder = n…...code I’ve used is: Document RepDoc = new Document(); DocumentBuilder...Worksheets["DetailCharts"]; //Set print area sourceWS.PageSetup.PrintArea...

    forum.aspose.com/t/contents-of-chart-moved-to-t...