Sort Score
Result 10 results
Languages All
Labels All
Results 8,971 - 8,980 of 401,860 for

document

(0.29 sec)
  1. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java....your PDF document. Follow the steps below: Create Document instance...Create Document instance Document pdfDocument = new Document ();...

    docs.aspose.com/pdf/java/add-curve/
  2. Add Page Number to PDF with JavaScript via C++|...

    Aspose.PDF for JavaScript via C++ allows you to add Page Number Stamp to your PDF file using AsposePdfAddPageNum....Contents [ Hide ] All the documents must have page numbers in...locate different parts of the document. Aspose.PDF for JavaScript...

    docs.aspose.com/pdf/javascript-cpp/add-page-num...
  3. Online OFT to OTT Conversion or Build .NET base...

    Free online app to convert OFT to OTT files. .NET C# conversion library code for OFT Documents....will be converted into OTT document Download the converted OTT...HTML by using Document class Save the document to OTT format...

    products.aspose.com/total/net/conversion/oft-to...
  4. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for .NET allows you to sign PDF Documents from a smart card using signature field....code snippets to sign a PDF document from a smart card: Sign With...GetSignatureInfo () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/net/sign-pdf-document-from-...
  5. 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...
  6. Online OFT to TIFF Conversion or Build .NET bas...

    Free online app to convert OFT to TIFF files. .NET C# conversion library code for OFT Documents....will be converted into TIFF document Download the converted TIFF...HTML by using Document class Save the document to TIFF format...

    products.aspose.com/total/net/conversion/oft-to...
  7. 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...
  8. 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...
  9. 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...
  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/