Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 15,193 for

section

(0.13 sec)
  1. 删除分节符影响书签标记 - Free Support Forum - aspose.com

    Document document = new Document("input.docx"); for (int i = document.getSections().getCount() - 2; i >= 0; i--) { document.getLastSection().prependContent(document.getSections().get(i)); …...getCount() - 2; i >= 0; i--) { Section sourceSection = document.getSections()...getCount() - 2; i >= 0; i--) { Section src = doc.getSections().get(i);...

    forum.aspose.com/t/topic/312511
  2. Merge PDF Documents using Python | Aspose.PDF

    Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document. Discover how to effectively use Aspose.PDF for Python via .NET to merge images, XML, HTML, EPUB, and more into a single PDF or DOCX/PPTX document....Please be aware that this section only outlines popular conversions...formats, please refer to the section Supported File Formats . To...

    products.aspose.com/pdf/python-net/merger/
  3. Convert a Document in C#|Aspose.Words for .NET

    Easily convert documents from one format to another using C#. You can work with all the most popular formats like Microsoft Word formats such as DOCX or DOC, OpenDocument formats such as ODT or OTT, web formats such as HTML or XHTML, text formats such as MarkDown or TXT, and others.... As mentioned in previous sections, the LoadFormat enumeration...Popular Conversions The current section describes popular conversions...

    docs.aspose.com/words/net/convert-a-document/
  4. Aspose::Words::BuildingBlocks::BuildingBlock cl...

    Aspose::Words::BuildingBlocks::BuildingBlock class. Represents a glossary document entry such as a Building Block, AutoText or an AutoCorrect entry. To learn more, visit the documentation article in C++....get_FirstSection () Gets the first section in the building block. get_Gallery...get_LastSection () Gets the last section in the building block. get_Name...

    reference.aspose.com/words/cpp/aspose.words.bui...
  5. Aspose.PDF.Document.Save(Stream output) is thro...

    We are using one WPF C# project of .Net Framework version 4.6.1 in Visual studio 2017 to create one PDF using Aspose.PDF.dll of version 23.5.0.0 But whenever the Save(Stream output) method of Aspose.PDF.Document class i…...Hello, We are creating some sections in PDF documents which contains...single row value. for some section based on data this table is...

    forum.aspose.com/t/aspose-pdf-document-save-str...
  6. Aspose.PDF Product Family

    PDF is one of the most used document formats. If you need to convert pdf to files, merge or split, export data to XLSX or PPT - use Aspose.PDF products....PDF for C++ Documentation Section Aspose.PDF for C++ is a native...Here in the documentation section of Aspose.PDF for C++, you...

    docs.aspose.com/pdf/
  7. Managing Recurrences|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.... This section demonstrates the creation of...EndAfterDate and NeverEnd. This section demonstrates the creation of...

    docs.aspose.com/email/net/managing-recurrences/
  8. Exporting to PDF via WebRequest and Stream - Fr...

    Hi, I would like to export a webpage as image in PDF. Tried this from webresponse via stream. I use AsposePDF 9.1. I use Import() of Aspose PDF Generator. I am not getting the stream added to the final output PDF. Pleas…...nvert+HTML+to+PDF+Format (Section: Convert Web page to PDF)....nvert+HTML+to+PDF+Format (Section: Convert Web page to PDF)....

    forum.aspose.com/t/exporting-to-pdf-via-webrequ...
  9. Getting Started|Aspose.Words for Python via .NET

    Use this introduction to Aspose.Words for Python via .NET fundamentals to start realizing the value of Aspose.Words for your business....directs readers to detailed sections on installation, a hello‑world...Words, select the appropriate section: Installation – provides information...

    docs.aspose.com/words/python-net/getting-started/
  10. PageSetup.characters_per_line property | Aspose...

    PageSetup.characters_per_line property. Gets or sets the number of characters per line in the document grid....characters per line in this section. builder . page_setup . layout_mode...assertEqual ( 8 , doc . first_section . page_setup . characters_per_line...

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