Sort Score
Result 10 results
Languages All
Labels All
Results 3,161 - 3,170 of 424,265 for

document

(0.52 sec)
  1. Specify Layout Options in C#|Aspose.Words for .NET

    Specify Layout Options for various Document layouts using C#....enables you to create output documents with various layouts, depending...printer metrics to lay out document” compatibility option, see...

    docs.aspose.com/words/net/specify-layout-options/
  2. FieldOcx | Aspose.Words for Java

    Implements the OCX field in Java....the Working with Fields documentation article. Examples: Shows...insert an OCX field. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  3. FieldFormCheckBox | Aspose.Words for Java

    Implements the FORMCHECKBOX field in Java....the Working with Fields documentation article. Remarks: Inserts...the Developer tab. Document doc = new Document(getMyDir() + "Form...

    reference.aspose.com/words/java/com.aspose.word...
  4. FieldAutoNumOut | Aspose.Words for Java

    Implements the AUTONUMOUT field in Java....the Working with Fields documentation article. Remarks: Inserts...AUTONUMOUT fields. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  5. Working with Styles and Themes|Aspose.Words for...

    Access and manage styles and themes in a Document using Python....access, modify, and query document styles and themes using Aspose...style, copying styles between documents, and getting/setting theme...

    docs.aspose.com/words/python-net/working-with-s...
  6. 将文本转换为 PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java 允许您将纯文本文件转换为 PDF,或将预格式化的文本文件转换为 PDF。...实例化 Document 对象并在 Pages 集合中添加一个新页面。创建一个...Paragraphs 集合中添加一个新段落,并使用 Document 类的 Save 方法保存生成的 PDF 文件。 将纯文本文件转换为...

    docs.aspose.com/pdf/zh/androidjava/convert-text...
  7. File Formats and Conversions|Aspose.Words for P...

    Convert Documents from any supported load to save format with just two lines of Python code. It provides high-quality conversions....NET to convert documents between any supported load...and reliably convert various document formats with a high degree...

    docs.aspose.com/words/python-net/file-formats-a...
  8. C++ API to Export PDF to ODT | products.aspose.com

    Convert PDF to ODT within C++ applications....standard for word processing documents. It is an XML-based file format...creating and storing text documents such as reports, books, and...

    products.aspose.com/total/cpp/conversion/pdf-to...
  9. C++ API to Export MD to MHTML | products.aspose...

    Convert MD to MHTML within C++ applications....Secondly, by using advanced Word Document Processing API Aspose.Words...create, edit, and convert PDF documents. It provides a wide range...

    products.aspose.com/total/cpp/conversion/md-to-...
  10. OUT of memory issue when merging large files - ...

    hey , I have a requirement where I can stream multiple large pdf from S3 and merge them per page at a time. Can you guide on how this can be achieved ? Does Aspose PDF java offers this functionality I used this logic , …...JVM memory try (Document mergedDoc = new Document()) { pdfFileNames...resolve(pdfName); try (Document srcDoc = new Document(pdfPath.toString()))...

    forum.aspose.com/t/out-of-memory-issue-when-mer...