Sort Score
Result 10 results
Languages All
Labels All
Results 2,591 - 2,600 of 185,612 for

page

(0.22 sec)
  1. Working with Footnote and Endnote|Aspose.Words ...

    Insert ffotnotes or endnotes into a document and specify its options using Node.js....of columns on the displayed page. The following code example...bottom of each page or beneath the text on each page. The endnote...

    docs.aspose.com/words/nodejs-net/working-with-f...
  2. How to Add Group Shape into Word Document|Aspos...

    Grouping and ungrouping shapes using C#....Hide ] What is this page about? This page describes how to insert...results. Please refresh the page and try again....

    docs.aspose.com/words/net/how-to-add-group-shap...
  3. Structured Document Tags or Content Control|Asp...

    Work with Structured Document Tags or Content Controls using C#....Hide ] What is this page about? This page explains structured...results. Please refresh the page and try again....

    docs.aspose.com/words/net/structured-document-t...
  4. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the C# API or .NET Library sample code to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....PageSetup class to specify a custom page size. The following sample code...Worksheets in Excel file Copy Page Setup Settings from Source Worksheet...

    docs.aspose.com/cells/net/implement-custom-pape...
  5. VerticalAlignment Enum | Aspose.Words for .NET

    Discover Aspose.Words.Drawing.VerticalAlignment enum for precise vertical alignment of text frames and tables in your documents. Enhance layout control!...floating image to the center of a page. Document doc = new Document...overlapping text and align it to the page's center. Shape shape = builder...

    reference.aspose.com/words/net/aspose.words.dra...
  6. Adding Text stamps in PDF via Python|Aspose.PDF...

    Add a text stamp to a PDF document using the TextStamp class with Aspose.PDF for Python library....call add_stamp() method of the Page to add the stamp in the PDF...watermarks, or labels to PDF pages. Open the PDF document. Create...

    docs.aspose.com/pdf/python-net/text-stamps-in-t...
  7. TOC getting distorted in multi-lingual scenario...

    Hi Tilal, While generating TOC Page for English headers, it is getting generated fine, but when we add Spanish/French headers we are facing following issues : Issue 1 : When add very long headers they are getting trim…...Tilal, While generating TOC page for English headers, it is getting...Spanish or French, the respective page number is not properly aligned...

    forum.aspose.com/t/toc-getting-distorted-in-mul...
  8. Convert Between Measurement Units in C++|Aspose...

    Aspose.Words for C++ can help you with how to convert between measurement units, for example, inches to points and points to inches, pixels to points, points to pixels....useful when setting various page properties because, for instance...example shows how to specify page properties in inches: Work with...

    docs.aspose.com/words/cpp/convert-between-measu...
  9. Convert HTML To JPG Javascript

    Convert HTML to JPG format in JavaScript code. Save HTML as JPG using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert WORD To Image Javascript

    Convert a Word document to Image format in JavaScript code. Save a Word document as Image using JavaScript....) for ( var page = 0 ; page < doc.pageCount; page++) { var extractedPage...extractPages(page, 1 ); extractedPage.save(`Output_${page + 1 }.jpg`);...

    products.aspose.com/words/nodejs-net/conversion...