Sort Score
Result 10 results
Languages All
Labels All
Results 4,121 - 4,130 of 418,004 for

document

(0.58 sec)
  1. Splitter class | Aspose.Words for Python

    aspose.words.lowcode.Splitter class. Provides methods intended to split the Documents into parts using different criteria....methods intended to split the documents into parts using different...specified range of pages from a document file and saves the extracted...

    reference.aspose.com/words/python-net/aspose.wo...
  2. DocumentPartSavingArgs.DocumentPartStream | Asp...

    Discover how the DocumentPartStream property in DocumentPartSavingArgs lets you easily specify where to save your Document parts for seamless management....specify the stream where the document part will be saved to. public...property allows you to save document parts to streams instead of...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Introducing the product|Aspose.Words for ShareP...

    Common overview of the Aspose.Words for SharePoint functionality....organization have a corporate document repository on Windows SharePoint...Do you have to use multiple document formats in your internal work...

    docs.aspose.com/words/sharepoint/introducing-as...
  4. 在 PDF 中使用标题|Aspose.PDF for .NET

    使用 C# 在 PDF 文档中创建标题编号。Aspose.PDF for .NET 提供不同类型的编号样式。... () { // The path to the documents directory var dataDir = RunExamples...(); // Create PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/working-with-headings/
  5. Rotate PDF using PHP | Aspose.PDF

    Rotate PDF Documents programmatically with PHP sample code using Aspose.PDF for PHP via Java... powerful and easy-to-use document manipulation tool in php-java...GitHub page. How to Rotate PDF documents You need Aspose.PDF for PHP...

    products.aspose.com/pdf/php-java/rotate/
  6. SectionCollection.Item | Aspose.Words for .NET

    Access specific sections effortlessly with the SectionCollection Item property. Retrieve any section by index for streamlined data management....layout of the document. Document doc = new Document ( MyDir + "Rendering..."Rendering.docx" ); // Saving a document to PDF, to an image, or printing...

    reference.aspose.com/words/net/aspose.words/sec...
  7. Working with Facades|Aspose.PDF for .NET

    Learn how to work with PDF facades in .NET using Aspose.PDF for easier manipulation and viewing of PDF content....various operations on PDF documents without delving into their...learn how to: Working with documents - perform operartions with...

    docs.aspose.com/pdf/net/working-with-facades/
  8. Aspose::Words::Range class | Aspose.Words for C...

    Aspose::Words::Range class. Represents a contiguous area in a Document. To learn more, visit the Documentation article in C++....Represents a contiguous area in a document. To learn more, visit the...the Working with Ranges documentation article. class Range : public...

    reference.aspose.com/words/cpp/aspose.words/range/
  9. Reading a sub template from memory stream - Fre...

    Hello, In word template, I have a reference to a subtemplate from C drive <<doc ["C:\\Aspose\\Sample\\SubTemplate\\Subtemplate.docx"] -build>> But, I am not sure how I can reference the sub template from memory stream…...Words, you can utilize the Document class to load the subtemplate...main template Document mainTemplate = new Document("path_to_your_main_template...

    forum.aspose.com/t/reading-a-sub-template-from-...
  10. Add Ellipse Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....add Ellipse objects to PDF documents. It also offers the feature...Ellipse () { // The path to the document directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/add-ellipse/