Sort Score
Result 10 results
Languages All
Labels All
Results 4,301 - 4,310 of 422,750 for

document

(3.4 sec)
  1. 使用 PHP 将表格添加到 PDF | Aspose.PDF

    使用 Aspose.PDF for PHP via Java,使用 PHP 示例代码,以编程方式在 PDF 文件中添加表格...中添加表格-PHP // Open document $document = new Document ( $inputFile );...to first page of input document $document -> getPages () -> add...

    products.aspose.com/pdf/zh-hans/php-java/table/...
  2. Working with Comments in C++|Aspose.Words for C++

    Working with comments using C++....with comments – comments in a document in Aspose.Words are represented...Comments Using Comments in a Word document (in addition to Track Changes)...

    docs.aspose.com/words/cpp/working-with-comments/
  3. Manipulate and Substitute TrueType Fonts in C++...

    Aspose.Words for C++ can embed the correct TrueType fonts into the resulting Document to ensure that it displays accurately. If a font or a specific character is not available, Aspose.Words searches for a suitable font replacement or uses the Font fallback mechanism....tasks, including rendering documents to fixed-page formats, for...When Aspose.Words renders a document, it needs to perform embedding...

    docs.aspose.com/words/cpp/manipulate-and-substi...
  4. SvgTextOutputMode | Aspose.Words for Java

    Allows to specify how text inside a Document should be rendered when saving in SVG format in Java....specify how text inside a document should be rendered when saving...a .docx document to .svg. Document doc = new Document(getMyDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. Drawing tool image extraction without table and...

    Chapter09.docx (468.6 KB)...extract images from a Word document without including tables and...need to navigate through the document’s structure effectively. The...

    forum.aspose.com/t/drawing-tool-image-extractio...
  6. XmlMapping.prefix_mappings property | Aspose.Wo...

    XmlMapping.prefix_mappings property. Returns XML namespace prefix mappings to evaluate the [XmlMapping.xpath](../xpath/)....custom XML data parts in the document. Examples Shows how to set...custom XML parts. doc = aw . Document () # Construct an XML part...

    reference.aspose.com/words/python-net/aspose.wo...
  7. DigitalSignatureUtil.removeAllSignatures method...

    Aspose.Words.DigitalSignatures.DigitalSignatureUtil.removeAllSignatures method...from document in source stream and writes unsigned document to...signatures from a digitally signed document. // There are two ways of...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Export EML to DOCM via Java | products.aspose.com

    Java API to Convert EML to DOCM without using Microsoft Word or Outlook...render HTML to DOCM by using Document Processing API Aspose.Words...HTML by using Document class Save the document to DOCM format...

    products.aspose.com/total/java/conversion/eml-t...
  9. MergeFormatMode | Aspose.Words for Java

    Specifies how formatting is merged when combining multiple Documents in Java....multiple documents. Examples: Shows how to merge documents into a...output document. //There is a several ways to merge documents: String...

    reference.aspose.com/words/java/com.aspose.word...
  10. Add Rectangle Object to PDF file|Aspose.PDF for...

    This article explains how to create a Rectangle object to your PDF using Aspose.PDF for .NET....) to PDF documents. You also get the leverage...steps below: Create a new PDF Document . Add Page to pages collection...

    docs.aspose.com/pdf/net/add-rectangle/