Sort Score
Result 10 results
Languages All
Labels All
Results 3,191 - 3,200 of 186,670 for

page

(0.19 sec)
  1. Convert a Document to an Image|Aspose.Words for...

    Convert a document to image format (JPG, PNG, etc). Create a document preview or create a document scan to send an invoice using Node.js....add a preview of any document page to your website or application...is possible to specify the pages to be converted to image format...

    docs.aspose.com/words/nodejs-net/convert-a-docu...
  2. Aspose.Words Features Missing in Open XML SDK|A...

    Perform some operations with documents faster and more conveniently than Open XML SDK. In addition, there are operations that are not supported by OpenXML using C#....Hide ] What is this page about? This page explains missing features...Features of Open XML SDK Words page Aspose.Words source code examples...

    docs.aspose.com/words/net/missing-features-in-o...
  3. DocumentBuilder.insertFootnote method | Aspose....

    Aspose.Words.DocumentBuilder.insertFootnote method...appear at the bottom of the page. builder . write ( "This text...referenced text, // so this page break will not affect the footnote...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Aspose::Words::ConvertUtil::PixelToPoint method...

    Aspose::Words::ConvertUtil::PixelToPoint method. Converts pixels to points at 96 dpi in C++....Examples Shows how to specify page properties in pixels. auto doc...section's "Page Setup" defines the size of the page margins in...

    reference.aspose.com/words/cpp/aspose.words/con...
  5. Get PDF file information|Aspose.PDF for .NET

    This section explains how to get PDF File Information with Aspose.PDF Facades....dimensions of the first page Console . WriteLine ( "Page width: {0}" ,...1 )); Console . WriteLine ( "Page height: {0}" , fileInfo . GetPageHeight...

    docs.aspose.com/pdf/net/get-pdf-file-information/
  6. Margins enumeration | Aspose.Words for Python

    aspose.words.Margins enumeration. Specifies preset margins....Shows when to recalculate the page layout of the document. doc...of the document within its pages. doc . save ( file_name = ARTIFACTS_DIR...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Converting a EMF file to PDF using Python | Asp...

    Sample code on Python for EMF to PDF conversion. Use example code for batch EMF to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...initializes the document with no pages or content. Use the add() method...

    products.aspose.com/pdf/python-net/conversion/e...
  8. What's new 2025|Aspose.PDF for .NET

    This Page introduces the most popular new features in Aspose.PDF for .NET that have been introduced in recent releases....which identifies changes to pages, form fields, annotations, and...result . UnsignedContent . Pages . Count ); Console . WriteLine...

    docs.aspose.com/pdf/net/whatsnew/2025/
  9. Sitefinity Export Users to Word|Aspose.Words fo...

    Export Sitefinity users into Microsoft Word or OpenOffice document using Aspose.Words Sitefinity Export Users to Word in C#....Hide ] What is this page about? This page explains how to export...Administrator ’ account. The login page can be reached by https://www...

    docs.aspose.com/words/net/sitefinity-export-use...
  10. Extract Tables from PDF using Python | Aspose.PDF

    Extract tables from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...TableAbsorber and iterate over pages Extract table content Save extracted...path_infile ) for page in pdf_document . pages : absorber = apdf...

    products.aspose.com/pdf/python-net/table/extract/