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

document

(0.7 sec)
  1. ThumbnailGeneratingOptions Class | Aspose.Words...

    Discover the Aspose.Words.Rendering.ThumbnailGeneratingOptions class to enhance your Document thumbnail generation with customizable features and improved quality....generating thumbnail for a document. public class ThumbnailGeneratingO...thumbnail from first page of the document or first image. ThumbnailSize...

    reference.aspose.com/words/net/aspose.words.ren...
  2. DocumentSplitCriteria enumeration | Aspose.Word...

    Aspose.Words.Saving.DocumentSplitCriteria enumeration. Specifies how the Document is split into parts when saving to [SaveFormat.Html](../../aspose.words/saveformat/#Html), [SaveFormat.Epub](../../aspose.words/saveformat/#Epub) or [SaveFormat.Azw3](../../aspose.words/saveformat/#Azw3) format....enumeration Specifies how the document is split into parts when saving...instance you can split the document at page breaks and heading...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DocumentBuilder.IsAtEndOfStructuredDocumentTag ...

    Discover DocumentBuilder's IsAtEndOfStructuredDocumentTag property—check if your cursor is positioned at the end of a structured Document tag for efficient editing!...at the end of a structured document tag. public bool IsAtEndOfStructuredD...structured document tag. Document doc = new Document ( MyDir +...

    reference.aspose.com/words/net/aspose.words/doc...
  4. SaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how to use the SaveOptions SaveFormat property to effortlessly choose your Document's save format for optimal flexibility and control....Specifies the format in which the document will be saved if this save...saving a document to .epub. Document doc = new Document ( MyDir...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Document.ExtractPages yields wrong results - Fr...

    Use the following code: var Document = new Document("input.docx"); for (int page = 0; page < Document.PageCount; page++) { Document extractedPage = Document.ExtractPages(page, 1); // startindex and count string …...Document.ExtractPages yields wrong results Aspose.Words Product...following code: var document = new Document("input.docx"); for...

    forum.aspose.com/t/document-extractpages-yields...
  6. Navigation with Cursor in Node.js|Aspose.Words ...

    Navigate between different nodes within a Document such as a paragraph, bookmark, or a specific character using Node.js....Hide ] While working with a document, even if it is a short or...need to navigate through your document. Navigation with a virtual...

    docs.aspose.com/words/nodejs-net/navigation-wit...
  7. 创建 HTML 文档 – Aspose.HTML for .NET

    了解如何使用 Aspose.HTML for .NET 从文件、流、URL 中加载 HTML 或从头开始创建 HTML。考虑加载 HTML 文档的方法。...1 // Create an empty HTML document using C# 2 3 // Prepare an...an output path for a document saving 4 string documentPath = Path...

    docs.aspose.com/html/zh/net/creating-a-document/
  8. FieldStyleRef | Aspose.Words for Java

    Implements the STYLEREF field in Java....the Working with Fields documentation article. Remarks: The STYLEREF...fragment of text within the document that is formatted with the...

    reference.aspose.com/words/java/com.aspose.word...
  9. 编辑 HTML 文档 – C# – Aspose.HTML for .NET

    学习如何使用 Aspose.HTML for .NET 读取或修改文档对象模型,如何创建 HTML 元素,以及如何使用内联、内部和外部 CSS。...Data type Description The Document class represents the entire...SVG document. Conceptually, it is the root of the document tree...

    docs.aspose.com/html/zh/net/edit-html-document/
  10. Add background to PDF|Aspose.PDF for .NET

    Add background image to the your PDF file with C#. Use the BackgroundArtifact object.... to documents. In Aspose.PDF for .NET, each PDF document is a...AddBackgroundToPdf () { // The path to the documents directory var dataDir = RunExamples...

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