Sort Score
Result 10 results
Languages All
Labels All
Results 3,341 - 3,350 of 143,535 for

page

(0.05 sec)
  1. Adding shape watermark removes the header - Fre...

    Hello, Describe the case I’m using this tutorial to add a shape watermark into my document. The document is created using HTML templates. The document has header and footer. I’m using Aspose.Words 25.3. Describe the i…...to every page, but the header is removed from page 2 and onwards...headers are present on every page, but I do not like the word-art...

    forum.aspose.com/t/adding-shape-watermark-remov...
  2. Aspose.Cells Forms for Sitefinity|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.... The login page can be reached by http://www...Settings . The Basic Settings page appears. Click the Advanced...

    docs.aspose.com/cells/net/aspose-cells-forms-fo...
  3. JPEG to PDF Merge using Python | Aspose.PDF

    Combine two or more JPEG documents into one PDF single file programmatically with Python sample code using Aspose.PDF for Python for .NET...Library on the Documentation pages. To verify the benefits of the...new PDF document, add a new page to the document, create a rectangle...

    products.aspose.com/pdf/python-net/merger/jpeg-...
  4. Aspose::Words::Fields::FieldNumWords class | As...

    Aspose::Words::Fields::FieldNumWords class. Implements the NUMWORDS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...Use both PAGE and NUMPAGES fields to display what page the field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  5. Aspose::Words::Fields::FieldNumPages class | As...

    Aspose::Words::Fields::FieldNumPages class. Implements the NUMPageS field. To learn more, visit the documentation article in C++....NUMCHARS, NUMWORDS, NUMPAGES and PAGE fields to track the size of...Use both PAGE and NUMPAGES fields to display what page the field...

    reference.aspose.com/words/cpp/aspose.words.fie...
  6. Frameset.child_framesets property | Aspose.Word...

    Frameset.child_framesets property. Gets the collection of child frames and frames Pages....of child frames and frames pages. @property def child_framesets...Shows how to access frames on-page. # Document contains several...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 如何在 Docker 中运行 Aspose.PDF for .NET 8|Aspose.PDF...

    使用 Docker Linux 或 Windows 容器将 Aspose.PDF 功能集成到 .NET 8 应用程序中...Represents a controller for the home page and PDF generation in a Linux...Document ()) { // Add page var page = document . Pages . Add (); // Add...

    docs.aspose.com/pdf/zh/net/docker/dotnet8/
  8. Convert PDF To BMP Python

    Convert PDF to BMP format in Python code. Save PDF as BMP using Python....BMP) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .bmp" , save_options)...

    products.aspose.com/words/python-net/conversion...
  9. Convert DOC To JPG Python

    Convert DOC to JPG format in Python code. Save DOC as JPG using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

    products.aspose.com/words/python-net/conversion...
  10. Convert HTML To JPG Python

    Convert HTML to JPG format in Python code. Save HTML as JPG using Python....JPG) for page in range (doc.page_count): save_options.page_set =...saving.PageSet(page) doc.save( f"Output_ {page + 1 } .jpg" , save_options)...

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