Sort Score
Result 10 results
Languages All
Labels All
Results 6,361 - 6,370 of 401,807 for

document

(0.2 sec)
  1. Error using Aspose.Word dll - Free Support Foru...

    XmlOpenedWithWord.png (26.1 KB) AsposeTest.zip (7.9 KB) System Information: .NET 8.0 C# Version 12 Aspose.Word Version 25.4.0 Code Sample in an UnitTest Project: [TestClass] public class TestClass { [TestMethod]…...OpenDocumentByPath() { Document doc = new Document(@"C:\tmp\AsposeTest...MemoryStream(byteArray); var doc = new Document(memoryStream); //System.I...

    forum.aspose.com/t/error-using-aspose-word-dll/...
  2. Document.RenderToSize | Aspose.Words for .NET

    Discover the RenderToSize method to efficiently convert Document pages into Graphics objects at your desired dimensions. Enhance your rendering process today!...Hide ] Document.RenderToSize method Renders a document page into...Examples Shows how to render the document as a bitmap at a specified...

    reference.aspose.com/words/net/aspose.words/doc...
  3. Online OFT to DOTX Conversion or Build .NET bas...

    Free online app to convert OFT to DOTX files. .NET C# conversion library code for OFT Documents....will be converted into DOTX document Download the converted DOTX...HTML by using Document class Save the document to DOTX format...

    products.aspose.com/total/net/conversion/oft-to...
  4. 请问怎么将一个分页符和文本从一个段落中分开 - Free Support Forum - as...

    源文档: aa.docx (39.8 KB) 这个源文档中有一个段落是:page break 1 引言 请问怎么处理可以将 page break 和 1 引言 分开为两个段落 我的处理:这样的处理会导致新增一个空标题 DocumentBuilder builder = new DocumentBuilder(Document); RunCollection runs = para.getRuns(); Arrays.st…...builder = new DocumentBuilder(document); RunCollection runs = para...您可以创建一个部分,并将其添加为首页: Document doc = new Document("input.docx"); Section...

    forum.aspose.com/t/topic/311299
  5. Export MSG to ODT via C++ | products.aspose.com

    C++ API to Convert MSG to ODT without using Microsoft Word or Outlook...Words for C++ is a powerful document processing API that enables...create, edit, and convert documents in various formats. It supports...

    products.aspose.com/total/cpp/conversion/msg-to...
  6. Convert FLATOPC to POTX in Android Apps or with...

    FLATOPC to POTX conversion in your Android Phones without using Microsoft Word of PowerPoint or online. Test free FLATOPC to POTX online converter quickly before integrating the code....developer, you may need to add a document conversion feature to your...can help you automate the document conversion process in your...

    products.aspose.com/total/android-java/conversi...
  7. Online MHTML to WORDML Conversion or Build .NET...

    Free online app to convert MHTML to WORDML files. .NET C# conversion library code for MHTML Documents....will be converted into WORDML document Download the converted WORDML...API Open MHTML file using Document class Convert MHTML to Doc...

    products.aspose.com/total/net/conversion/mhtml-...
  8. Aspose::Words::Markup::XmlMapping::get_IsMapped...

    Aspose::Words::Markup::XmlMapping::get_IsMapped method. Returns true if the parent structured Document tag is successfully mapped to XML data in C++....true if the parent structured document tag is successfully mapped...MakeObject < Aspose :: Words :: Document > (); // Construct an XML...

    reference.aspose.com/words/cpp/aspose.words.mar...
  9. SignatureLineOptions | Aspose.Words for Java

    Allows to specify options for signature line being inserted in Java....with Digital Signatures documentation article. Examples: Shows...Shows how to sign a document with a personal certificate and a signature...

    reference.aspose.com/words/java/com.aspose.word...
  10. Section Break as revision - How to get that spe...

    Hello Aspose Team, I have a specific situation in my Word file: I need to find revisions which are actually Section Breaks and then accept those revisions programmatically. I am using Java and Aspose.Words. Is there a …...4 KB View of the file in Document Explorer. 452×568 22.8 KB...Solution Iterate through the document’s Revision collection, locate...

    forum.aspose.com/t/section-break-as-revision-ho...