Sort Score
Result 10 results
Languages All
Labels All
Results 2,551 - 2,560 of 20,125 for

document insertion

(0.08 sec)
  1. ImageSaveOptions.save_format property | Aspose....

    ImageSaveOptions.save_format property. Specifies the format in which the rendered Document pages or shapes will be saved if this save options object is used...format in which the rendered document pages or shapes will be saved...Words converts a document to one. doc = aw . Document () builder =...

    reference.aspose.com/words/python-net/aspose.wo...
  2. PageSetup.sheets_per_booklet property | Aspose....

    PageSetup.sheets_per_booklet property. Returns or sets the number of pages to be included in each booklet....Examples Shows how to configure a document that can be printed as a book...book fold. doc = aw . Document () # Insert text that spans 16 pages...

    reference.aspose.com/words/python-net/aspose.wo...
  3. EQ Field Overstrike with Image Not Rendering Pr...

    Description: When processing a Word Document with EQ (Equation) fields of the type {eq \o({text},\s\do55({image}))} using Aspose.Words, any shape or image positioned below the text is not rendered as expected during con…...Description: When processing a Word document with EQ (Equation) fields...SetLicense($@"licensePath"); var doc = new Document($@"inputDocxPath"); doc.S...

    forum.aspose.com/t/eq-field-overstrike-with-ima...
  4. FieldQuote class | Aspose.Words for Python

    aspose.words.fields.FieldQuote class. Implements the QUOTE field...the Working with Fields documentation article. Remarks Retrieves...modifications made to the document. (Inherited from Field ) is_locked...

    reference.aspose.com/words/python-net/aspose.wo...
  5. EndnoteOptions.position property | Aspose.Words...

    EndnoteOptions.position property. Specifies the endnotes position....different place where the document collects and displays its...endnotes. let doc = new aw . Document (); let builder = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document Document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…...private byte[] convertToPdf(Document document) throws Exception { try...pdfOptions.setUpdateFields(false); document.save(bos, pdfOptions); return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  7. Overview|Aspose.PDF for Java

    Overview of key-features and supported formats of Aspose.PDF for Java, installation and licensing manual of Java library....lets developers create PDF documents from scratch without using...completely process existing PDF documents without installing Adobe Acrobat...

    docs.aspose.com/pdf/java/overview/
  8. Insert a chart|Documentation

    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....Ask AI Insert a chart Contents [ Hide ] OpenXML Excel string...string FileName = FilePath + "Insert a chart.xlsx" ; string worksheetName...

    docs.aspose.com/cells/net/insert-a-chart/
  9. Replacement for Microsoft.Office.Core.CommandBa...

    Is there a way to replace the following code using the Aspose.Words library, since it requires MS Office to be installed on the machine? Private wordDoc As Microsoft.Office.Interop.Word.Document wordDoc = New Microsoft.…...Document wordDoc = New Microsoft.Office...Interop.Word.Document() wordDoc = wordApp.Documents.Open($"C:\TestPath\Test...

    forum.aspose.com/t/replacement-for-microsoft-of...
  10. IStructuredDocumentTag.xmlMapping property | As...

    IStructuredDocumentTag.xmlMapping property. Gets an object that represents the mapping of this structured Document tag to XML data in a custom XML part of the current Document....mapping of this structured document tag to XML data in a custom...custom XML part of the current document. get xmlMapping () : Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...