Sort Score
Result 10 results
Languages All
Labels All
Results 1,171 - 1,180 of 186,911 for

page

(0.1 sec)
  1. Saving a Document as a Multipage TIFF in C#|Asp...

    Convert a document to a multi-Page TIFF using C#. To determine how the document is displayed on the image you need to specify additional options: resolution, number of Pages, image binarization, etc.... What is this page about? This page explains how to save...save a document as a multi-page TIFF image. When working with documents...

    docs.aspose.com/words/net/saving-a-document-as-...
  2. Working with Layers|Documentation

    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.... getPage ( "Page-1" ) . getShapes (): if shape...Visio page page = diagram . getPages () . getPage ( "Page-1" )...

    docs.aspose.com/diagram/python-java/working-wit...
  3. ParagraphFormat.snapToGrid property | Aspose.Wo...

    ParagraphFormat.snapToGrid property. Specifies whether the current paragraph should use the document grid lines per Page settings when laying out the contents in the paragraph....the document grid lines per page settings when laying out the...the number of lines that each page may have. let doc = new aw ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. PageSavingArgs.KeepPageStreamOpen | Aspose.Word...

    Discover how the KeepPageStreamOpen property in PageSavingArgs enhances document management with Aspose.Words by controlling stream behavior for optimal performance....close it after saving a document page. public bool KeepPageStreamOpen...property after writing a document page into it. Specify true to keep...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Aspose::Words::PageExtractOptions::get_UnlinkPa...

    Aspose::Words::PageExtractOptions::get_UnlinkPagesNumberFields method. Specifies whether NUMPageS fields in the resulting document will be replaced with their actual resulting values. Default value is true in C++....Show how to reset the initial page numbering and save the NUMPAGE...Document > ( get_MyDir () + u "Page fields.docx" ); // Default behavior:...

    reference.aspose.com/words/cpp/aspose.words/pag...
  6. Add, Extract or Remove Images in PDF using C++ ...

    Manipulate images in PDF programmatically with C++ sample code using Aspose.PDF for C++... Get the page you want to add an image. Add...Add the image into the page’s Resources collection. Use the GSave...

    products.aspose.com/pdf/cpp/images/
  7. Frameset class | Aspose.Words for Python

    aspose.words.framesets.Frameset class. Represents a frames Page or a single frame on a frames Page...Represents a frames page or a single frame on a frames page. To learn more...items, this instance is a frames page, otherwise it is a single frame...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python...Document Iterating through PDF Pages Extracting Table Data import...each page in the document for page in document . pages : absorber...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  9. LayoutEnumerator constructor | Aspose.Words for...

    LayoutEnumerator constructor. Initializes new instance of this class....whose page layout model to enumerate. Remarks If page layout...document is updated and new page layout model is created, a new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 使用 C# 将图像添加到 PDF|Aspose.PDF for .NET

    本节描述如何使用 C# 库将图像添加到现有 PDF 文件中。...Get the page where image needs to be added var page = document...document . Pages [ 1 ]; // Load image into stream using ( var imageStream...

    docs.aspose.com/pdf/zh/net/add-image-to-existin...