Sort Score
Result 10 results
Languages All
Labels All
Results 3,551 - 3,560 of 423,795 for

document

(1.84 sec)
  1. CompositeNode.prepend_child method | Aspose.Wor...

    CompositeNode.prepend_child method. Adds the specified node to the beginning of the list of child nodes for this node....inserted was created from another document, you should use DocumentBase...import the node to the current document. The imported node can then...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Aspose::Words::Layout::LayoutCollector::LayoutC...

    Aspose::Words::Layout::LayoutCollector::LayoutCollector constructor. Initializes an instance of this class in C++....SharedPtr < Aspose :: Words :: Document > & doc ) Parameter Type Description...System::SharedPtr<Aspose::Words::Document>& The document to which this collector...

    reference.aspose.com/words/cpp/aspose.words.lay...
  3. VariableCollection.Add | Aspose.Words for .NET

    Discover how to efficiently add Document variables to your VariableCollection with our easy-to-follow guide. Boost your data management today!...Add method Adds a document variable to the collection...work with a document’s variable collection. Document doc = new...

    reference.aspose.com/words/net/aspose.words/var...
  4. Convert DOCX to PPSM via C++ or with free Onlin...

    Export DOCX to PPSM in your C++ applications without using Microsoft Word of PowerPoint or online. Test free DOCX to PPSM online converter quickly before integrating the code....Why to Convert Converting documents from one format to another...presentations from existing documents. This can save time and effort...

    products.aspose.com/total/cpp/conversion/docx-t...
  5. AnthropicAiModel.Translate | Aspose.Words for .NET

    Anthropic AI translation service for Documents. Translate files into any language using Claude's advanced natural language processing....method Translates the provided document into the specified target...public override Document Translate ( Document sourceDocument ...

    reference.aspose.com/words/net/aspose.words.ai/...
  6. Rotate Documents via C++ | products.aspose.com

    Rotate PDF and Image files including JPG PNG BMP GIF TIFF SVG via your C++ application....Rotate Rotate Documents using C++ APIs Rotate PDF document pages within...Aspose.Total for C++. Download Document rotation serves as a vital...

    products.aspose.com/total/cpp/rotate/
  7. Document.Info empty or not applied for PDF 2.0 ...

    Hello, I am experiencing an issue when working with PDF files using Aspose.PDF.NET 26.1.0. I tested with two PDF files (attached): input1.pdf in PDF 1.7 format input2.pdf in PDF 2.0 format I am also attaching a samp…...Document.Info empty or not applied for PDF 2.0 Aspose.PDF Product...used to read and modify the document information. With the PDF...

    forum.aspose.com/t/document-info-empty-or-not-a...
  8. DocumentBuilder.is_at_start_of_paragraph proper...

    DocumentBuilder.is_at_start_of_paragraph property. Returns ``True`` if the cursor is at the beginning of the current paragraph (no text before the cursor)....Examples Shows how to move a document builder’s cursor to different...different nodes in a document. doc = aw . Document () builder = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Working with Hatch Patterns in PostScript | C++

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in C++...Developer Guide Working with PS Document Working with Hatch Patterns...] Add Hatch Pattern in PS Document Hatch pattern is a texture...

    docs.aspose.com/page/cpp/ps/working-with-hatch-...
  10. 程序化拆分 PDF|Aspose.PDF for .NET

    本主题展示了如何在您的 .NET 应用程序中使用 C# 将 PDF 页面拆分为单独的 PDF 文件。...页面拆分为单页 PDF 文件,可以按照以下步骤进行: 通过 Document 对象的 PageCollection 集合循环遍历...集合循环遍历 PDF 文档的页面。 在每次迭代中,创建一个新的 Document 对象,并将单个 Page 对象添加到空文档中。 使用...

    docs.aspose.com/pdf/zh/net/split-pdf-document/