Sort Score
Result 10 results
Languages All
Labels All
Results 9,671 - 9,680 of 414,567 for

document

(0.18 sec)
  1. ParagraphFormat.isHeading property | Aspose.Wor...

    ParagraphFormat.isHeading property. True when the paragraph style is one of the built-in Heading styles....a saved PDF document. let doc = new aw . Document (); let builder...object that we can pass to the document's "Save" method // to modify...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Add Digital Signature to an Already Signed Exce...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....signed Excel document, if the original document is an Aspose...Aspose.Cells‑generated document, it works well. However, if the original...

    docs.aspose.com/cells/java/add-digital-signatur...
  3. 是否支持.md格式文件转换为docx或pdf格式 - Free Support Forum -...

    版本:23.8 编程语言:java 麻烦问下Aspose是否支持.md格式文件转换为docx或pdf格式 如果支持,麻烦给个示例代码呢 (我们这边试过用aspose-words做转换,但是md里引入的图片等内容都没生效)...文档并将其保存为所需格式即可: Document doc = new Document("C:\\Temp\\in.md");...我这边无法重现这个问题。您使用了以下代码进行测试: Document doc = new Document("C:\\Temp\\in.md");...

    forum.aspose.com/t/md-docx-pdf/326932
  4. Aspose::Words::DocumentBuilder::InsertNode meth...

    Aspose::Words::DocumentBuilder::InsertNode method. Inserts a node before the cursor in C++....insert a linked image into a document. auto doc = System :: MakeObject...MakeObject < Aspose :: Words :: Document > (); auto builder = System...

    reference.aspose.com/words/cpp/aspose.words/doc...
  5. Ինչպես փոխարկել Word փաստաթուղթը HTML-ի, օգտագո...

    Այս կարճ ձեռնարկում դուք կհասկանաք, թե ինչպես փոխարկել Word փաստաթուղթը HMTL-ի՝ օգտագործելով C#: Ստորև բերված պարզ քայլերին կարելի է հետևել՝ DOCX-ը HTML C#-ով արտահանելու համար ցանկացած ընդհանուր օպերացիոն համակարգում, ինչպիսիք են MS Windows-ը, Linux-ը կամ macOS-ը:...թե ինչպես փոխակերպել Word Document -ը HTML -ի` օգտագործելով C#...կառավարիչ հավելվածից Ստուգեք Document դասի օբյեկտը DOCX-ը բեռնելու...

    kb.aspose.com/hy/words/net/how-to-convert-word-...
  6. Customize Barcode Appearance in JavaScript|Docu...

    How to Adjust Barcode Appearance-Related Properties in Aspose.BarCode for JavaScript via C++... XDimension = "3px" ; document . getElementById ( "img" )...Barcode . XDimension = "3px" ; document . getElementById ( "img" )...

    docs.aspose.com/barcode/javascript-cpp/customiz...
  7. FieldIncludeText.BookmarkName | Aspose.Words fo...

    Discover the FieldIncludeText BookmarkName property to easily manage and customize bookmark names in your Documents for enhanced organization and efficiency....name of the bookmark in the document to include. public string...FieldIncludeText () { Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  8. Section.HeadersFooters | Aspose.Words for .NET

    Access and manage section headers and footers effortlessly with our intuitive property feature. Enhance Document organization and presentation today!...text in a document’s footer. Document doc = new Document ( MyDir...footers from a document. Document doc = new Document ( MyDir + "Header...

    reference.aspose.com/words/net/aspose.words/sec...
  9. SignatureLineOptions.DefaultInstructions | Aspo...

    Discover how the SignatureLineOptions DefaultInstructions property enhances your Sign dialog with customizable default instructions for a seamless user experience....Examples Shows how to sign a document with a personal certificate...signature line. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/sig...
  10. Style.remove method | Aspose.Words for Python

    Style.remove method. Removes the specified style from the Document....the specified style from the document. def remove ( self ): ......has following effects on the document model: All references to the...

    reference.aspose.com/words/python-net/aspose.wo...