Sort Score
Result 10 results
Languages All
Labels All
Results 3,121 - 3,130 of 375,297 for

document

(0.13 sec)
  1. MultiplePagesType Enum | Aspose.Words for .NET

    Discover Aspose.Words.Settings.MultiplePagesType enum for efficient Document printing options. Optimize your workflow with flexible printing settings!...enumeration Specifies how document is printed out. public enum...Specifies whether to print the document as a book fold. BookFoldPrintingReve...

    reference.aspose.com/words/net/aspose.words.set...
  2. Extract Text and Images from Word File Online a...

    Online Word file parser app. Java API code to extract images and text content from Word Document....Develop powerful Java based Word document parser utility application...application. Code listed for Word document text extraction through Java...

    products.aspose.com/total/java/parse/word/
  3. 使用aspose.words从html制作的docx文件转为PDF样式表现混乱,但是把docx...

    docx转为PDF的方法代码如下: Document Document = new Document(file.getInputStream()); ByteArrayOutputStream outputStream = new ByteArrayOutputStream(); Document.save(outputStream, SaveFormat.PDF); Files.write(Paths.get("/Users/p…...docx转为PDF的方法代码如下: Document document = new Document(file.getInputStream());...new ByteArrayOutputStrea(); document.save(outputStream, SaveFormat...

    forum.aspose.com/t/aspose-words-html-docx-pdf-d...
  4. PdfLoadOptions class | Aspose.Words for Python

    aspose.words.loading.PdfLoadOptions class. Allows to specify additional options when loading Pdf Document into a [Document](../../aspose.words/Document/) object...options when loading Pdf document into a Document object. To learn more...the Specify Load Options documentation article. Inheritance: PdfLoadOptions...

    reference.aspose.com/words/python-net/aspose.wo...
  5. 提取 AcroForm - 从 PDF 中提取表单数据 C#|Aspose.PDF for .NET

    使用 Aspose.PDF for .NET 库从您的 PDF 文档中提取表单。获取 PDF 文件中单个字段的值。...GetValuesFromFields () { // The path to the documents directory var dataDir = RunExamples...(); // Open PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/extract-form/
  6. Aspose::Words::ProtectionType enum | Aspose.Wor...

    Aspose::Words::ProtectionType enum. Protection type for a Document in C++....enum Protection type for a document. enum class ProtectionType...only modify comments in the document. AllowOnlyFormFields 2 User...

    reference.aspose.com/words/cpp/aspose.words/pro...
  7. BuiltInDocumentProperties.lastSavedBy property ...

    BuiltInDocumentProperties.lastSavedBy property. Gets or sets the name of the last author....Examples Shows how to work with document properties in the “Origin”...“Origin” category. // Open a document that we have created and edited...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Document.mail_merge_settings property | Aspose....

    Document.mail_merge_settings property. Gets or sets the object that contains all of the mail merge information for a Document....mail_merge_settings property Document.mail_merge_settings property...mail merge information for a document. @property def mail_merge_settings...

    reference.aspose.com/words/python-net/aspose.wo...
  9. AsposeWordsPrintDocument | Aspose.Words for Java

    Provides a default implementation for printing of a Document within the Java printing framework in Java....implementation for printing of a Document within the Java printing framework...more, visit the Printing a Document Programmatically or Using...

    reference.aspose.com/words/java/com.aspose.word...
  10. Export EML to BMP via C++ | products.aspose.com

    C++ API to Convert EML to BMP without using Microsoft Word or Outlook...for manipulating emails, documents, and images. It includes Aspose...HTML by using Document class Save the document to BMP format...

    products.aspose.com/total/cpp/conversion/eml-to...