Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 20,462 for

insert documents

(0.12 sec)
  1. Convert Excel file to word doc with selected wo...

    Hi, I am trying to see if ASPOSE.total library can export an Excel Sheet into a page within a word doc. Please shared any samples you can guide or confirm this is available within the library. Thank you!...to Image feature (see the document for your reference: https://docs...image and then insert that image to word document via Aspose.Words...

    forum.aspose.com/t/convert-excel-file-to-word-d...
  2. Android PDF API | Create Parse and Convert PDF ...

    PDF viewer and converter library for mobile apps. Generate merge split read write and protect PDF or PDF/A Documents with ease... manipulate & render PDF documents. API supports a vast array...PDF documents from scratch Add text & images to document Manipulate...

    products.aspose.com/pdf/android-java/
  3. Advanced Protection Settings since Excel XP wit...

    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.... Insert rows, columns, or hyperlinks...node" ); // The path to the documents directory. const dataDir =...

    docs.aspose.com/cells/nodejs-cpp/advanced-prote...
  4. Aspose::Words::SectionCollection class | Aspose...

    Aspose::Words::SectionCollection class. A collection of Section objects in the document. To learn more, visit the documentation article in C++....of Section objects in the document. To learn more, visit the...the Working with Sections documentation article. class SectionCollection...

    reference.aspose.com/words/cpp/aspose.words/sec...
  5. PdfFileMend Class|Aspose.PDF for Java

    Learn how to use the PDFFileMend class in Java to mend and repair PDF files using Aspose.PDF....difficult task to insert FormattedText into PDF document, provided that...version of this document. Suppose you created a document, and then...

    docs.aspose.com/pdf/java/pdffilemend-class/
  6. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.InsertField method...updateField) Inserts a Word field into a document and optionally...Remarks This method inserts a field into a document. Aspose.Words can...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose::Words::PageSetup::get_MultiplePages met...

    Aspose::Words::PageSetup::get_MultiplePages method. For multiple page Documents, gets or sets how a document is printed or rendered so that it can be bound as a booklet in C++....multiple page documents, gets or sets how a document is printed...Aspose :: Words :: Document > (); // Insert text that spans several...

    reference.aspose.com/words/cpp/aspose.words/pag...
  8. Autofit Setting to Tables|Aspose.Words for .NET

    Autofit settings to tables. NPOI does not provide an opportunity to autofit settings to tables using C#....auto-fitting of table cells in Word documents when using Aspose.Words. See...the Working with Tables documentation section. When creating a...

    docs.aspose.com/words/net/autofit-setting-to-ta...
  9. Aspose::Words::NodeImporter class | Aspose.Word...

    Aspose::Words::NodeImporter class. Allows to efficiently perform repeated import of nodes from one document to another. To learn more, visit the documentation article in C++....repeated import of nodes from one document to another. To learn more...Aspose.Words Document Object Model (DOM) documentation article. class...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...builder = new DocumentBuilder(document); AtomicInteger bmCount =...AtomicInteger(1); for (Object obj : document.getChildNodes(NodeType.SHAPE...

    forum.aspose.com/t/alternative-way-to-extract-a...