Sort Score
Result 10 results
Languages All
Labels All
Results 4,261 - 4,270 of 418,004 for

document

(0.15 sec)
  1. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java....Words Document Object Model (DOM) documentation article. Remarks:...with image shapes. Document doc = new Document(getMyDir() + "Textboxes...

    reference.aspose.com/words/java/com.aspose.word...
  2. Remove Attachments|Aspose.PDF for Python via .NET

    This example binds an input PDF, deletes all attachments, and saves the modified PDF without any embedded files....contain attachments such as documents, images, or other files. There...embedded attachments in a document. Create the PdfContentEditor...

    docs.aspose.com/pdf/python-net/remove-attachments/
  3. SaveOptions.UpdateFields | Aspose.Words for .NET

    Discover how the SaveOptions UpdateFields property optimizes Document saving by updating specific field types before converting to fixed formats. Default, true....updated before saving the document to a fixed page format. Default...in a document immediately before saving it to PDF. Document doc...

    reference.aspose.com/words/net/aspose.words.sav...
  4. 在 PDF 文件中创建链接|Aspose.PDF for Java

    本节解释如何使用 Java 在 PDF 文档中创建链接。...要创建应用程序链接: 创建一个 Document 对象。 获取要添加链接的 Page 。 使用 Page...对象的 Annotations 集合中。 最后,使用 Document 对象的 Save 方法保存更新后的 PDF。 以下代码片段展示了如何在...

    docs.aspose.com/pdf/zh/java/create-links/
  5. ReplaceAction enumeration | Aspose.Words for No...

    Aspose.Words.Replacing.ReplaceAction enumeration. Allows the user to specify what happens to the current match during a replace operation....Shows how to insert an entire document’s contents as a replacement...mainDoc = new aw . Document ( base . myDir + "Document insertion destination...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Aspose::Words::Saving::HtmlFixedSaveOptions::ge...

    Aspose::Words::Saving::HtmlFixedSaveOptions::get_ExportEmbeddedCss method. Specifies whether the CSS (Cascading Style Sheet) should be embedded into Html Document in C++....should be embedded into Html document. bool Aspose :: Words :: Saving...stylesheets when exporting a document to Html. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.sav...
  7. BuildingBlock.Description | Aspose.Words for .NET

    Manage your BuildingBlock description effortlessly. Easily set or update descriptions for enhanced organization and clarity in your projects....custom building block to a document. public void CreateAndInsert...CreateAndInsert () { // A document's glossary document stores building blocks...

    reference.aspose.com/words/net/aspose.words.bui...
  8. Shapes Not Rendering Properly When Converting W...

    Hello Team, I am converting a Word Document to HTML using Aspose.Words. However, I am encountering an issue with shapes during the conversion process. Shapes present in the source Word Document are not rendering as per…...Team, I am converting a Word document to HTML using Aspose.Words...present in the source Word document are not rendering as per the...

    forum.aspose.com/t/shapes-not-rendering-properl...
  9. Aspose::Words::Saving::XlsxSaveOptions::get_Sec...

    Aspose::Words::Saving::XlsxSaveOptions::get_SectionMode method. Gets or sets the way how sections are handled when saving to the output XLSX Document. The default value is MultipleWorksheets in C++....saving to the output XLSX document. The default value is MultipleWorksheets...Examples Shows how to save document as a separate worksheets....

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 将曲线对象添加到PDF文件|Aspose.PDF for .NET

    本文解释了如何使用Aspose.PDF for .NET将曲线对象创建到您的PDF中。...ExampleCurve () { // The path to the document directory var dataDir = RunExamples...(); // Create PDF document using ( var document = new Aspose . Pdf...

    docs.aspose.com/pdf/zh/net/add-curve/