Sort Score
Result 10 results
Languages All
Labels All
Results 8,271 - 8,280 of 349,035 for

document

(0.08 sec)
  1. Convestation Issue Word to Pdf - Free Support F...

    Hello Aspose Team, We’ve encountered an issue while converting certain .docx files to .pdf format using Aspose.Words for .NET. The problem appears consistently with specific Documents, while others convert without issue…...consistently with specific documents, while others convert without... I’ve attached an example document and a minimal .NET test application...

    forum.aspose.com/t/convestation-issue-word-to-p...
  2. AdvancedCompareOptions class | Aspose.Words for...

    aspose.words.comparing.AdvancedCompareOptions class. Allows to set advanced compare options.... Document ( file_name = MY_DIR + 'Document with SDT 1...doc_b = aw . Document ( file_name = MY_DIR + 'Document with SDT 2...

    reference.aspose.com/words/python-net/aspose.wo...
  3. C# API to Export PS to ODT | products.aspose.com

    Convert PS to ODT without using Microsoft Word...developers to add powerful document manipulation and conversion...features for manipulating PDF documents, including the ability to...

    products.aspose.com/total/net/conversion/ps-to-...
  4. How to Convert XML to PDF in Python

    This brief tutorial covers how to convert XML to PDF in Python. It includes all the details to configure the system environment, program algorithm, and a code snippet to demonstrate the conversion of XML Document to PDF in Python with a few lines of code....demonstrate the conversion of XML document to PDF in Python with a few...PDF Create an object of the Document class Load input XML file...

    kb.aspose.com/pdf/python/how-to-convert-xml-to-...
  5. TxtSaveOptionsBase.ExportHeadersFootersMode | A...

    Discover how the TxtSaveOptionsBase ExportHeadersFootersMode property optimizes header and footer export in text formats. Default, PrimaryOnly.... Document doc = new Document (); // Insert even...primary headers/footers into the document. // The primary header/footers...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Aspose::Words::Saving::PageSet::PageSet constru...

    Aspose::Words::Saving::PageSet::PageSet constructor. Creates a page set based on exact page indices in C++.... auto doc = MakeObject < Document > (); auto builder = MakeObject...); // Add five pages to the document. for ( int i = 1 ; i < 6 ;...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. How to Convert HTML to PDF in Python

    This simple how-to tutorial focuses on how to convert HTML to PDF in Python along with steps to configure the environment on your end. In order to generate PDF from HTML Python based API providing simple API interface has been used....source HTML file into the Document class object Instantiate the...options Using the save method in Document class generate PDF from HTML...

    kb.aspose.com/words/python/how-to-convert-html-...
  8. Convert Markdown to DOCX – C# Examples

    Convert Markdown to DOCX using Aspose.HTML API. Consider Markdown to DOCX conversion scenarios in C# examples. Try online Markdown Converter...often used as a format for documentation and readme files since it...Aspose.Html.Saving; using var document = Converter.ConvertMarkdown("input...

    docs.aspose.com/html/net/convert-markdown-to-docx/
  9. Aspose::Words::RevisionsView enum | Aspose.Word...

    Aspose::Words::RevisionsView enum. Allows to specify whether to work with the original or revised version of a Document in C++....original or revised version of a document. enum class RevisionsView...Specifies original version of a document. Final 1 Specifies revised...

    reference.aspose.com/words/cpp/aspose.words/rev...
  10. Document.has_revisions property | Aspose.Words ...

    Document.has_revisions property. Returns ``True`` if the Document has any tracked changes....has_revisions property Document.has_revisions property Returns...Returns True if the document has any tracked changes. @property def...

    reference.aspose.com/words/python-net/aspose.wo...