Sort Score
Result 10 results
Languages All
Labels All
Results 1,451 - 1,460 of 50,597 for

import document

(0.08 sec)
  1. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeVertically method. Gets or sets whether to resize the picture vertically from the source in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Merge XPS files | Aspose.Page for Python via .NET

    Merger XPS functionality of Aspose.Page API solution for Python allows you to combine several XPS files into a single XPS or PDF Document....stream for the output XPS document. Create an array of XPS files...Merge XPS files with created document and save it. Here’s an example...

    docs.aspose.com/page/python-net/merge/xps/
  3. Page Breaks|Aspose.Words for JasperReports

    Aspose.Words for JasperReports supports three ways page breaks are inserted between Document pages....breaks are inserted between document pages: Normal page breaks...mode). No page breaks in the document at all. The “section breaks”...

    docs.aspose.com/words/jasperreports/page-breaks/
  4. 使用 Python 创建 PDF 表单 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码创建 PDF 表单并以编程方式添加字段。...在 Document 类的实例中加载 PDF。 1。创建字段。 1。创建装饰(如边框)。...中创建 PDF 表单 import aspose.pdf as apdf from os import path path_infile...

    products.aspose.com/pdf/zh-hans/python-net/acro...
  5. PDF Sticky Annotations|Aspose.PDF for Java

    Learn how to create sticky annotations in PDFs for notes, highlights, and comments using Aspose.PDF in Java....examples ; import com.aspose.pdf.* ; import java.util.* ;...Load the PDF file Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/sticky-annotations/
  6. Difference in Aspose behaviour vs MS Office beh...

    Hi, I’m trying to insert a Document at a bookmark location using Aspose.Words, and I’m attempting to replicate the same behavior I currently have with Office Interop. When I compare the results, I notice that Aspose in…...behaviour when inserting a document at a bookmark Aspose.Words...Hi, I’m trying to insert a document at a bookmark location using...

    forum.aspose.com/t/difference-in-aspose-behavio...
  7. Aspose::Words::Fields::FieldImport::get_SourceF...

    Aspose::Words::Fields::FieldImport::get_SourceFullName method. Gets or sets the location of the picture in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldIncludePicture::get...

    Aspose::Words::Fields::FieldIncludePicture::get_ResizeHorizontally method. Gets or sets whether to resize the picture horizontally from the source in C++....how to insert images using IMPORT and INCLUDEPICTURE fields....MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Remove DOT Annotation Online or Manage Annotati...

    delete comments from DOT file through online app for free. .NET API code to manage comments of DOT files....Dot Clear Comments from DOT Document Online or Manage via .NET...Develop powerful .NET based DOT document annotation utility application...

    products.aspose.com/total/net/annotate/dot/
  10. 使用 Python 向 PDF 添加页脚 | Aspose.PDF

    使用 Aspose.PDF for Python for .NET,使用 Python 示例代码,以编程方式向 PDF 添加页脚。...PDF 的页脚中添加图像 import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) document = apdf . Document ( path_infile ) footerText...

    products.aspose.com/pdf/zh-hans/python-net/footer/