Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 15,537 for

section

(0.06 sec)
  1. Working with Facades|Aspose.PDF for Python via ...

    This Section explains how to work with Facades - a toolset for popular operations with PDF.... In this section you will learn how to: [Using...

    docs.aspose.com/pdf/python-java/working-with-fa...
  2. Content is still being sliced on the right when...

    public void generatePdfFromEmail(File inputFile, OutputStream outputStream, String filename, List<Long> pages) { try { MailMessage mailMessage; String extension = FilenameUtils.getExte…...maxContentWidth > 555; for (Section section : doc.getSections()) {...{ PageSetup ps = section.getPageSetup(); ps.setPaperSize(PaperSize...

    forum.aspose.com/t/content-is-still-being-slice...
  3. Page Management|Aspose.PDF for Java

    Learn how to manage PDF pages in Java by extracting, deleting, inserting, and appending pages with PdfFileEditor.... This section covers how to: append pages...

    docs.aspose.com/pdf/java/page-management/
  4. Security Features in Python|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....Python Contents [ Hide ] This section includes the following topics:...

    docs.aspose.com/cells/java/security-features-in...
  5. HTML data getting truncated when generating out...

    The data to be displayed is in the HTML format that needs to be embedded into a defined Section. When the HTML is in table format and is huge a part of it gets truncated. We tried the below to get the contents into auto…...be embedded into a defined section. When the HTML is in table... + "<p><strong>Collateral Section</strong></p>" + "<table border='1'>"...

    forum.aspose.com/t/html-data-getting-truncated-...
  6. FootnoteNumberingRule | Aspose.Words for Java

    Determines when automatic footnote or endnote numbering restarts in Java....SECTION_BREAK_NEW_PAGE); builder.write("Text...footnote/endnote counts at a new page or section. doc.getFootnoteOptions()....

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert a Document in Python|Aspose.Words for P...

    Easily convert documents from one format to another using Python. 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...converter tool. The current section describes popular conversions...

    docs.aspose.com/words/python-net/convert-a-docu...
  8. Word To Pdf:Page number orientation is incorrec...

    When I convert a Word document to PDF, the page number orientation is incorrect. version:words-25.10-jdk17.jar file: TEST.7z (9.9 MB)...When a Word document contains sections with different orientations...mixes portrait and landscape sections, the layout information for...

    forum.aspose.com/t/word-to-pdf-page-number-orie...
  9. Remove Header and Footer in Word using C#

    This guide assists in how to remove header and footer in Word using C#. You will get IDE settings, a list of steps and a running sample code....and footers Parse all the sections in the document Remove the...HeaderFooterType from each section Save the output Word file after...

    kb.aspose.com/words/net/remove-header-and-foote...
  10. Getting Headers or Footers with C++|Documentation

    This article explains how to programmatically get headers and footers from Excel or OpenOffice files using the C++ API or Library....or footer with a specific section ID. #include <iostream> #include...(). Get ( 0 ); // Get left section of header U16String headerSection...

    docs.aspose.com/cells/cpp/get-headers-or-footers/