Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 14,739 for

section

(0.08 sec)
  1. Working with Attachments in PDF using Python|As...

    Use Python PDF API to access, add and remove attachments in PDF files using Python from within your applications. Complete guide with Python code samples....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/python-net/attachments/
  2. Working with Attachments in PDF|Aspose.PDF for C++

    Add attachments to your PDF, extract, remove and save attachments with C++ library. Create a PDF Portfolio with Aspose.PDF for C++....Contents [ Hide ] In this section, we will explain how to work...

    docs.aspose.com/pdf/cpp/attachments/
  3. Find and Replace in Java|Aspose.Words for Java

    Find a string or regular expression pattern in your document and replace it with the text you want using Java....composed of multiple paragraphs, sections, or pages. Some of the metacharacters...paragraph break, &b for a section break, &m for a page break...

    docs.aspose.com/words/java/find-and-replace/
  4. Delete Ranges in Document|Aspose.Words for Java

    Delete ranges from a document easily and fast instead of using Apache POI....can be used after retrieving Section of Range. Java doc . getRange...

    docs.aspose.com/words/java/delete-ranges-in-doc...
  5. 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/
  6. Getting Started | Aspose.Font for .NET

    C# Font Manipulation API's Getting Started Section covers topics including Product Overview, Supported File Formats, Feature List, and Installation.... Product Overview - This section provides an introduction to....NET. Feature List - This section includes a list of all the...

    docs.aspose.com/font/net/getting-started/
  7. 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...
  8. ListLevel.number_style property | Aspose.Words ...

    ListLevel.number_style property. Returns or sets the number style for this list level....these will look like "Section (1.01)", "Section (1.02)"... doc_list...list_levels [ 1 ] . number_format = 'Section ( \x00 . \x01 )' doc_list ...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FieldSectionPages | Aspose.Words for Java

    Implements the SectionPAGES field in Java....current section. Examples: Shows how to use SECTION and SECTIONPAGES...fields to number pages by sections. Document doc = new Document();...

    reference.aspose.com/words/java/com.aspose.word...
  10. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = new Document(docFilePath); docume…...you should create a separate section for the TOC and the content...another section. builder.insertBreak(BreakType.SECTION_BREAK_NEW_PAGE);...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...