Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 50,285 for

import document

(0.09 sec)
  1. CompositeNode.insertBefore method | Aspose.Word...

    CompositeNode.insertBefore method. Inserts the specified node immediately before the specified reference node....inserted was created from another document, you should use DocumentBase...to import the node to the current document. The imported node...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Why does ParagraphFormat.getFirstLineIndent() r...

    请看一下附件里的template.zip (42.3 KB)这个模板文件,可以看到如附件里的 这个截图所示,first line indent是没有设置的。 然后当我在用Aspose Java的API去读取这个模板文件里的这个样式的first line indent时,发现得到的是-28.35,见附件里的 截图。截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”)…...截图里的程序如下,把new Document(new FileInputStream(“xxx.dotm”));这里的xxx...check.service; import com.aspose.words.*; import lombok.SneakyThrows;...

    forum.aspose.com/t/why-does-paragraphformat-get...
  3. Avoid exponential notation of large numbers whi...

    Learn how to prevent large numbers from being converted to exponential notation while Importing from HTML using Aspose.Cells for JavaScript via C++....notation of large numbers while importing from HTML Contents [ Hide...than 15 digits, and when you import your HTML to an Excel file...

    docs.aspose.com/cells/javascript-cpp/avoid-expo...
  4. How to Create PDF using Python|Aspose.PDF for P...

    Create and format the PDF Document with Aspose.PDF for Python via .NET....steps: Create an object of Document class Add a Page object to...the pages collection of the Document object Add TextFragment to...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  5. Extract Annotation (facades)|Aspose.PDF for Java

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades....ExtractAnnotation () { var document = new Document ( _dataDir + "sample_cats_dogs...annotationEditor . bindPdf ( document ); // Extract annotations...

    docs.aspose.com/pdf/java/extract-annotation/
  6. Delete a Particular Page from the PDF File in R...

    Remove specific pages from PDF files programmatically using Aspose.PDF for Ruby....Particular Page from the PDF document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/delete-a-particular-pa...
  7. Create AcroForm - Create Fillable PDF in Python...

    With Aspose.PDF for Python you may create a form from scratch in your PDF file...Form Field in a PDF Document The Document class provides a collection...manage form fields in a PDF document. To add a form field: Create...

    docs.aspose.com/pdf/python-net/create-form/
  8. PDF to XPS Converter using Python | Aspose.PDF

    Sample code on Python for PDF to XPS conversion. Use example code for batch PDF to XPS conversion with Python and .NET...programmatically a document from PDF to XPS format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/p...
  9. PDF to XLSX Converter using Python | Aspose.PDF

    Sample code on Python for PDF to XLSX conversion. Use example code for batch PDF to XLSX conversion with Python and .NET...convert programmatically a document from PDF to XLSX format with...with a modern document-processing Python API. Use just a few lines...

    products.aspose.com/pdf/python-net/conversion/p...
  10. Word内容复制节内容到另外的word,如果保留原word的修订 - Free Support...

    aspose -java25,原来的A.docx中有个节需要复制到B.docx,这个节有修订内容,怎么才能保留这些内容到B.docx中...for Java的 Document 类和相关方法。以下是一个示例代码,展示如何实现这一点: import com.aspose...aspose.words.Document; import com.aspose.words.ImportFormatMode;...

    forum.aspose.com/t/word-word-word/320564