Sort Score
Result 10 results
Languages All
Labels All
Results 3,471 - 3,480 of 418,004 for

document

(0.21 sec)
  1. 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/
  2. 使用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...
  3. 提取 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/
  4. ReplacerContext | Aspose.Words for Java

    Find/replace operation context in Java....how to replace string in the document using context. // There is...ways to replace string in the document: String doc = getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  5. StructuredDocumentTag.EndCharacterFont | Aspose...

    Discover the EndCharacterFont property of StructuredDocumentTags for enhanced text formatting. Elevate your Document's last character with custom fonts!...how to create a structured document tag in a plain text box and...its appearance. Document doc = new Document (); // Create a structured...

    reference.aspose.com/words/net/aspose.words.mar...
  6. StructuredDocumentTag.appearance property | Asp...

    StructuredDocumentTag.appearance property. Gets/sets the appearance of a structured Document tag....appearance of a structured document tag. get appearance () : Aspose...how to create a structured document tag in a plain text box and...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. RevisionsView enumeration | Aspose.Words for Py...

    aspose.words.RevisionsView enumeration. Allows to specify whether to work with the original or revised version of a Document....original or revised version of a document. Members Name Description...Specifies original version of a document. FINAL Specifies revised version...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 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...
  9. Export EML to MD via C++ | products.aspose.com

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

    products.aspose.com/total/cpp/conversion/eml-to...
  10. Work with PDF Layers using Python|Aspose.PDF fo...

    Learn how to add, lock, extract, flatten, and merge PDF layers in Python.... It uses a Document , adds a Page , and appends...to that page. Create a new Document and add a Page . Create and...

    docs.aspose.com/pdf/python-net/working-with-pdf...