Sort Score
Result 10 results
Languages All
Labels All
Results 3,671 - 3,680 of 424,285 for

document

(0.2 sec)
  1. Export MSG to SVG via C++ | products.aspose.com

    C++ API to Convert MSG to SVG without using Microsoft Word or Outlook...manipulate, convert, and render documents in various formats. It includes...HTML by using Document class Save the document to SVG format...

    products.aspose.com/total/cpp/conversion/msg-to...
  2. Export EMAIL to ODT via C++ | products.aspose.com

    C++ API to Convert EMAIL to ODT without using Microsoft Word or Outlook... manipulate, and convert documents in various formats. It supports...supports a wide range of document formats, including DOC, DOCX...

    products.aspose.com/total/cpp/conversion/email-...
  3. Export EMAIL to DOCX via C++ | products.aspose.com

    C++ API to Convert EMAIL to DOCX without using Microsoft Word or Outlook...developers to work with various document file formats. It provides...read, write, and manipulate documents. By using Aspose.Total for...

    products.aspose.com/total/cpp/conversion/email-...
  4. How to digitally sign PDF|Aspose.PDF for Java

    Learn how to digitally sign a PDF file to ensure its authenticity and integrity using Aspose.PDF for Java...Hide ] When signing a PDF document using a signature, you basically...if the document has been altered. Certifying a document first...

    docs.aspose.com/pdf/java/digitally-sign-pdf-file/
  5. ProtectionType | Aspose.Words for Java

    Protection type for a Document in Java....ProtectionType Protection type for a document. Examples: Shows how to turn...protection for a section. Document doc = new Document(); DocumentBuilder...

    reference.aspose.com/words/java/com.aspose.word...
  6. PDF 注释 API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释...Load the PDF file Document document = new Document ( System . IO...caretAnnotation1 = new CaretAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/annotation/
  7. Annotations and Special Text using Java|Aspose....

    Learn how to extract text from stamp annotations, highlighted text, and superscript or subscript content in PDF Documents using Aspose.PDF for Java.... Open the source PDF Document . Iterate through the Annotation...inputFile ) { try ( Document document = new Document ( inputFile ....

    docs.aspose.com/pdf/java/annotation-and-special...
  8. StructuredDocumentTag.end_character_font proper...

    StructuredDocumentTag.end_character_font property. Font formatting that will be applied to the last character of text entered into SDT....how to create a structured document tag in a plain text box and...doc = aw . Document () # Create a structured document tag that...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Aspose::Words::NodeType enum | Aspose.Words for...

    Aspose::Words::NodeType enum. Specifies the type of a Word Document node in C++....Specifies the type of a Word document node. enum class NodeType...select all children. Document 1 A Document object that, as the...

    reference.aspose.com/words/cpp/aspose.words/nod...
  10. How to find last paragraph of last page has sec...

    I am trying to merge two word Documents, the first Document last page, last paragraph has section break, because of that the second Document does not start in new page. I want to check in the code if the last paragraph …...merge two word documents, the first document last page, last...because of that the second document does not start in new page...

    forum.aspose.com/t/how-to-find-last-paragraph-o...