Sort Score
Result 10 results
Languages All
Labels All
Results 2,811 - 2,820 of 15,552 for

section

(0.11 sec)
  1. Generate Aztec Barcode in Python

    Generate Aztec barcodes in Python with Aspose.BarCode for Python via .NET. This step‑by‑step guide covers installation, code sample, and best practices....and Setup in Python # This section covers everything you need...range of symbologies. This section explains why Aztec is a strong...

    blog.aspose.com/barcode/generate-aztec-barcode-...
  2. Batch Convert Multiple HTML Files to PDF in Python

    Learn how to batch convert multiple HTML files to PDF with Aspose.HTML in Python. Follow step-by-step setup, code samples, and best practices.... # This section implements the primary batch...and Broken Relative Paths section because it is almost always...

    blog.aspose.com/html/batch-convert-multiple-htm...
  3. Installation|Aspose.Words for JasperReports

    Aspose.Words for JasperReports works with JasperReports and JasperServer. This article explains how to integrate the exporter....following beans inside the <beans> section: XML ... <!-- Aspose . Words...you can add this util:map section manually. Step 5c: Enable REST...

    docs.aspose.com/words/jasperreports/installation/
  4. Page Margin Problem - Free Support Forum - aspo...

    Why does Aspose.Words retrieve different page margins for the same document when loaded in Windows versus Linux environments?...Sections[0].PageSetup.Margins.Left...50; // Set left margin doc.Sections[0].PageSetup.Margins.Right...

    forum.aspose.com/t/page-margin-problem/314423
  5. IStructuredDocumentTag.placeholder property | A...

    IStructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [IStructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [IStructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is true.... Section ( glossary_doc )) substitute_block...substitute_block . first_section . append_child ( aw . Body ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  6. StructuredDocumentTag.placeholder property | As...

    StructuredDocumentTag.placeholder property. Gets the [BuildingBlock](../../../aspose.words.buildingblocks/buildingblock/) containing placeholder text which should be displayed when this SDT run contents are empty, the associated mapped XML element is empty as specified via the [StructuredDocumentTag.xml_mapping](../xml_mapping/) element or the [StructuredDocumentTag.is_showing_placeholder_text](../is_showing_placeholder_text/) element is ``True``.... Section ( glossary_doc )) substitute_block...substitute_block . first_section . append_child ( aw . Body ( glossary_doc...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Aspose::Words::Document::get_EndnoteOptions met...

    Aspose::Words::Document::get_EndnoteOptions method. Provides options that control numbering and positioning of endnotes in this document in C++....Write ( u "This is the second section." ); // We can use the "Position"...collection at the end of the section whose text contains the endnote's...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. PageSetup.MultiplePages | Aspose.Words for .NET

    Discover how the PageSetup MultiplePages property optimizes document printing for seamless booklet binding. Enhance your multi-page documents today!... Sections [ 0 ]. PageSetup ; // Determine...); } // Configure the first section's "PageSetup" property to print...

    reference.aspose.com/words/net/aspose.words/pag...
  9. Frequently Asked Questions|Aspose.Slides Docume...

    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....file parser may skip the last sections of the group. So move all...the required value in the section. Q: In exported presentations...

    docs.aspose.com/slides/reportingservices/freque...
  10. Text fragments found in PageMarkup not availabl...

    Hi, On this specific PDF the text is extracted but not correctly ordered in Sections and paragraphs. ecclesiastes.pdf (260.7 KB) I slightly modified the sample code to showcase this. public static void Run() // origi…...but not correctly ordered in sections and paragraphs. ecclesiastes...foreach (MarkupSection section in markup.Sections) { int j = 1; foreach...

    forum.aspose.com/t/text-fragments-found-in-page...