Sort Score
Result 10 results
Languages All
Labels All
Results 8,731 - 8,740 of 347,574 for

document

(0.07 sec)
  1. DocumentLoadingArgs.EstimatedProgress | Aspose....

    Track progress effortlessly with DocumentLoadingArgs' EstimatedProgress property, providing real-time percentage updates for enhanced efficiency....how to notify the user if document loading exceeded expected...try { Document doc = new Document ( MyDir + "Big document.docx"...

    reference.aspose.com/words/net/aspose.words.loa...
  2. HTML to XPS Converter using Python | Aspose.PDF

    Sample code on Python for HTML to XPS conversion. Use example code for batch HTML to XPS conversion with Python and .NET...convert programmatically a document from HTML to XPS format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/h...
  3. FontInfoSubstitutionRule Class | Aspose.Words f...

    Discover the Aspose.Words.Fonts.FontInfoSubstitutionRule class to optimize font management in your Documents with seamless substitution capabilities....the Working with Fonts documentation article. public class FontInfoSubstitution...EnableFontSubstituti () { // Open a document that contains text formatted...

    reference.aspose.com/words/net/aspose.words.fon...
  4. CommentCollection class | Aspose.Words for Node.js

    Aspose.Words.CommentCollection class. Provides typed access to a collection of [Comment](../comment/) nodes...the Working with Comments documentation article. Inheritance: CommentCollection...this collection and from the document. (Inherited from NodeCollection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SaveOptions.updateLastPrintedProperty property ...

    SaveOptions.updateLastPrintedProperty property. Gets or sets a value determining whether the [BuiltInDocumentProperties.lastPrinted](../../../aspose.words.properties/builtinDocumentproperties/lastPrinted/) property is updated before saving....Examples Shows how to update a document’s “Last printed” property...saving. let doc = new aw . Document (); doc . builtInDocumentPrope...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. 在现有PDF中操作表格|Aspose.PDF for .NET

    学习如何使用Aspose.PDF for .NET处理现有PDF中的表格,提供文档修改的灵活性。...ManipulateTable () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/manipulate-tables-in...
  7. HTML to XLSX Converter using Python | Aspose.PDF

    Sample code on Python for HTML to XLSX conversion. Use example code for batch HTML to XLSX conversion with Python and .NET...convert programmatically a document from HTML to XLSX format with...with a modern document-processing Python API. Use just a few...

    products.aspose.com/pdf/python-net/conversion/h...
  8. Aspose::Words::LowCode::Converter::Convert meth...

    Aspose::Words::LowCode::Converter::Convert method. Converts the given input Document into a single output Document using specified input and output streams in C++....given input document into a single output document using specified...::LoadOptions>& The input document load options. outputStream...

    reference.aspose.com/words/cpp/aspose.words.low...
  9. How to Convert HTML to PDF using C#

    In this tutorial you will learn how to convert HTML to PDF using C#. The C# code example imports the HTML into Aspose.Words' DOM and saves the Document to PDF file format.... The HTML document may contain CSS styles (inline...HTML document into Aspose.Words’ DOM Save the document to PDF...

    kb.aspose.com/words/net/how-to-convert-html-to-...
  10. How to Render XSL FO to PDF in C#

    This step by step tutorial shows you how to render XSL FO to PDF in C#. You'll learn how to convert XSL-FO to PDF in C# .NET applications....method Create an instance of Document class Pass XslFoLoadOptions...XslFoLoadOptions object to Document object Save the output converted PDF file...

    kb.aspose.com/pdf/net/how-to-render-xsl-fo-to-p...