Sort Score
Result 10 results
Languages All
Labels All
Results 2,621 - 2,630 of 422,022 for

document

(0.44 sec)
  1. What is a Page Layout in C++|Aspose.Words for C++

    Let's figure out what a page layout is. A page layout describes the geometry of the content contained in a Document....Layout Contents [ Hide ] A document page layout is a data structure...is located on pages for all document objects. In addition, since...

    docs.aspose.com/words/cpp/what-is-a-page-layout/
  2. DocumentProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Properties.DocumentProperty class for managing custom and built-in Document properties efficiently. Enhance your Document handling today!...Represents a custom or built-in document property. To learn more, visit...the Work with Document Properties documentation article. public...

    reference.aspose.com/words/net/aspose.words.pro...
  3. Working with Headings in PDF|Aspose.PDF for .NET

    Create numbering in heading your PDF Document with C#. Aspose.PDF for .NET offers different kinds of numbering styles....the important parts of any document. Writers always try to make...more than one headings in a document, a writer has several options...

    docs.aspose.com/pdf/net/working-with-headings/
  4. PageLayoutCallbackArgs Class | Aspose.Words for...

    Discover the Aspose.Words.Layout.PageLayoutCallbackArgs class for efficient Document layout management. Enhance your workflow with powerful notification features....Converting to Fixed-page Format documentation article. public class PageLayoutCallbackAr...Name Description Document { get; } Gets document. Event { get; }...

    reference.aspose.com/words/net/aspose.words.lay...
  5. Convert Excel to Pdf, Image and other formats|D...

    Convert Excel files to Word, Excel, PowerPoint, PDF, CSV, JPG, HTML, MHT, ODS, BMP, PNG, SVG, TIFF, XPS, JSON, SQL, XML and more using JavaScript via C++....are widely used to exchange documents between organizations, government...individuals. It is a standard document format, and software developers...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  6. Add Arc Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a arc object to your PDF using Aspose.PDF for .NET....) to PDF documents. It also offers the feature...Follow the steps below: Create Document instance. Create Drawing object...

    docs.aspose.com/pdf/net/add-arc/
  7. 适用于 Rust 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Rust 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...PDF 转换为 DOC use asposepdf :: Document ; fn main () -> Result < ()...Open a PDF-document with filename let pdf = Document :: open (...

    products.aspose.com/pdf/zh-hans/rust-cpp/conver...
  8. VbaModule | Aspose.Words for Java

    Provides access to VBA project module in Java....Working with VBA Macros documentation article. Examples: Shows...access a document’s VBA project information. Document doc = new...

    reference.aspose.com/words/java/com.aspose.word...
  9. Region-Based Extraction using Python|Aspose.PDF...

    Learn how to extract text from a specific page region or paragraph structure in PDF Documents with Aspose.PDF for Python.... Open the source PDF as a Document . Create a TextAbsorber instance...text file path. """ document = ap . Document ( infile ) try : absorber...

    docs.aspose.com/pdf/python-net/region-based-ext...
  10. Add Line Object to PDF file|Aspose.PDF for C++

    This article explains how to create a line object to your PDF using Aspose.PDF for C++....) to PDF documents. You also get the leverage...steps below: Create a new PDF Document Add Page to pages collection...

    docs.aspose.com/pdf/cpp/add-line/