Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 401,907 for

document

(0.33 sec)
  1. Aspose::Words::Properties::DocumentProperty::To...

    Aspose::Words::Properties::DocumentProperty::ToByteArray method. Returns the property value as byte array in C++....how to add a thumbnail to a document that we save as an Epub. auto...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.pro...
  2. SignatureLine.isSigned property | Aspose.Words ...

    SignatureLine.isSigned property. Indicates that signature line is signed by digital signature....Examples Shows how to sign a document with a personal certificate...signature line. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. CustomPartCollection.Clone | Aspose.Words for .NET

    Effortlessly clone your CustomPartCollection with our deep copy method, ensuring all items are preserved for seamless data management....access a document’s arbitrary custom parts collection. Document doc...doc = new Document ( MyDir + "Custom parts OOXML package.docx"...

    reference.aspose.com/words/net/aspose.words.mar...
  4. TxtListIndentation class | Aspose.Words for Python

    aspose.words.saving.TxtListIndentation class. Specifies how list levels are indented when Document is exporting to [SaveFormat.TEXT](../../aspose.words/saveformat/#TEXT) format...list levels are indented when document is exporting to SaveFormat...more, visit the Save a Document documentation article. Constructors...

    reference.aspose.com/words/python-net/aspose.wo...
  5. How to remove Freetext Annotation using Java | ...

    Remove Freetext annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....Load PDF in an instance of Document class Create a new page or...Load the PDF file Document document = new Document ( _dataDir + "sample_freetext...

    products.aspose.com/pdf/java/annotation/freetex...
  6. 在PDF中替换文本|Aspose.PDF for .NET

    了解更多关于从Aspose.PDF for .NET库中替换和删除文本的各种方法。...完成后,您只需使用Document对象的Save方法保存输出PDF。以下代码片段向您展... () { // The path to the documents directory var dataDir = RunExamples...

    docs.aspose.com/pdf/zh/net/replace-text-in-pdf/
  7. PageSetup.FirstPageTray | Aspose.Words for .NET

    Discover how to customize the first page tray with the PageSetup FirstPageTray property for optimal printing. Tailor your print settings for efficiency!...get all the sections in a document to use the default paper tray...selected printer. Document doc = new Document (); // Find the default...

    reference.aspose.com/words/net/aspose.words/pag...
  8. C++ API to Export PDF to DOTM | products.aspose...

    Convert PDF to DOTM within C++ applications....Macro-Enabled Document Template, which is used to store documents with...It is a great choice for documents that require macros to be...

    products.aspose.com/total/cpp/conversion/pdf-to...
  9. Working with PDF Pages|Aspose.PDF for PHP via Java

    With Aspose.PDF for PHP via Java you can add pages, add headers and footers, add watermarks into your PDF file. This section explain to you all details on this topic....you insert a page to a PDF document at any location in the file...and delete pages from your document. This section shows how to...

    docs.aspose.com/pdf/php-java/working-with-pages/
  10. How to Add Rows to Table in DOCX using C++

    In this topic, we will learn how to add Rows to Table in DOCX using C++. In order to insert rows inside table of Word Document using C++ a very simple API interface is used....have wide utility inside Word document and you can easily insert...rows inside table of Word document by using a very simple C++...

    kb.aspose.com/words/cpp/how-to-add-rows-to-tabl...