Sort Score
Result 10 results
Languages All
Labels All
Results 4,041 - 4,050 of 228,703 for

page

(0.11 sec)
  1. FieldToc.page_number_omitting_level_range prope...

    FieldToc.Page_number_omitting_level_range property. Gets or sets a range of levels of the table of contents entries from which to omits Page numbers....page_number_omitting_level_range property FieldToc.page_numb...which to omits page numbers. @property def page_number_omitting_level_range...

    reference.aspose.com/words/python-net/aspose.wo...
  2. FAQ|Aspose.PDF for Java

    Please learn Frequently Asked Questions from Aspose.PDF for Java library....more details, please visit the page Supported File Formats How to...to Existing PDF File with the Page method link and you will see...

    docs.aspose.com/pdf/java/faq/
  3. PdfPage | Aspose.PDF for .NET API Reference

    Gets or sets Page which will be used as stamp....or sets page which will be used as stamp. public Page PdfPage...get ; set ; } See Also class Page class PdfPageStamp namespace...

    reference.aspose.com/pdf/net/aspose.pdf/pdfpage...
  4. EnlargePage | Aspose.Diagram for .NET API Refer...

    EnlargePage RenderingSaveOptions.EnlargePage property Specifies whether enlarge Page . public bool EnlargePage { get ......property Specifies whether enlarge page . public bool EnlargePage {...true - enlarge page. If false - not enlarge page. The default value...

    reference.aspose.com/diagram/net/aspose.diagram...
  5. StartPage | Aspose.TeX for .NET API Reference

    StartPage ImageDevice.StartPage method Starts a new Page. public override void StartPage ( float width , float height......StartPage method Starts a new page. public override void StartPage...width Single The page width. height Single The page height. See Also...

    reference.aspose.com/tex/net/aspose.tex.present...
  6. PNG to PDF Converter using Python | Aspose.PDF

    Sample code on Python for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...document = Document () page = document . Pages . Add () image = Image...

    products.aspose.com/pdf/python-net/conversion/p...
  7. BMP to XPS Converter using Python | Aspose.PDF

    Sample code on Python for BMP to XPS conversion. Use example code for batch BMP to XPS conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...document = Document () page = document . Pages . Add () image = Image...

    products.aspose.com/pdf/python-net/conversion/b...
  8. CGM to TEX Converter using Python | Aspose.PDF

    Sample code on Python for CGM to TEX conversion. Use example code for batch CGM to TEX conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...document = Document () page = document . Pages . Add () image = Image...

    products.aspose.com/pdf/python-net/conversion/c...
  9. Any api which takes Graphics object like in Exc...

    In cells package we have an API which takes graphics object. SheetRender.toImage(g2d) Is there a similar api in words ?...about the page. Do you need to save a particular page to image...for each page in the document. Basically write each page onto a...

    forum.aspose.com/t/any-api-which-takes-graphics...
  10. Throw Error While Generate Image - Free Support...

    OS: Windows 11 Target Framework: .NET 8.0 Sample Code: var fs = new FileStream(@"Test.doc", FileMode.Open, FileAccess.Read, FileShare.ReadWrite); Aspose.Words.Document doca = new Aspose.Words.Document(fs); Aspose.Word…...resolution)); for (int page = 0; page < doca.PageCount; page++) { if (doca...(doca.GetPageInfo(page).Landscape) options.ImageSize = new System...

    forum.aspose.com/t/throw-error-while-generate-i...