Sort Score
Result 10 results
Languages All
Labels All
Results 2,791 - 2,800 of 181,794 for

page

(0.3 sec)
  1. PageSavingArgs.page_file_name property | Aspose...

    PageSavingArgs.Page_file_name property. Gets or sets the file name where the document Page will be saved to....page_file_name property PageSavingArgs.page_file_name property...document page will be saved to. @property def page_file_name...

    reference.aspose.com/words/python-net/aspose.wo...
  2. HeaderFooterType enumeration | Aspose.Words for...

    aspose.words.HeaderFooterType enumeration. Identifies the type of header or footer found in a Word file....HEADER_EVEN Header for even numbered pages. HEADER_PRIMARY Primary header...numbered pages. FOOTER_EVEN Footer for even numbered pages. FOOTER_PRIMARY...

    reference.aspose.com/words/python-net/aspose.wo...
  3. PageSetup.border_surrounds_header property | As...

    PageSetup.border_surrounds_header property. Specifies whether the Page border includes or excludes the header....property Specifies whether the page border includes or excludes...how to apply a border to the page and header/footer. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Working with JavaScript|Aspose.PDF for .NET

    Learn how to add, modify, and execute JavaScript in PDF documents using Aspose.PDF for .NET. Enhance interactivity and automation....JavaScript was created to offload Web page processing from a server onto...access to objects within an HTML page. Similarly, HTML JavaScript...

    docs.aspose.com/pdf/net/working-with-javascript/
  5. Developer Guide|Documentation

    This Developer Guide describes practical scenarios and tips to help you use specific Aspose.Cells for .NET features, achieve a certain Excel appearance, or make a use case possible....Cells Symbols Page Layout Themes Themes and Colors Page Setup Setting...Setting Page Options Setting Print Options Managing Page Breaks...

    docs.aspose.com/cells/net/developer-guide/
  6. Delete Images from PDF File|Aspose.PDF for .NET

    This section explain how to delete Images from PDF File using Aspose.PDF for .NET.... Get the Page that holds the image from the...the Document object’s Pages collection. Images are held in the...

    docs.aspose.com/pdf/net/delete-images-from-pdf-...
  7. Add text to PDF using C# | Aspose.PDF

    Add text to PDF programmatically with C# sample code using Aspose.PDF for .NET... Add the TextParagraph to Page using TextBuilder. Save the...inputFile ); var page = pdfDocument . Pages [ 1 ]; var textFragment...

    products.aspose.com/pdf/net/text/
  8. Add text to PDF using C++ | Aspose.PDF

    Add text to PDF programmatically with C++ sample code using Aspose.PDF for C++... Add the TextParagraph to Page using TextBuilder. Save the...particular page auto pdfPage = document -> get_Pages () -> idx_get...

    products.aspose.com/pdf/cpp/text/
  9. Optimize, Compress or Reduce PDF Size in Python...

    Discover how to optimize PDF files for performance and file size reduction in Python with Aspose.PDF....handy for publishing on web pages, sharing on social networks...techniques to optimize PDF: Optimize page content for online browsing...

    docs.aspose.com/pdf/python-cpp/optimize-pdf/
  10. Add Footer to PDF using Python | Aspose.PDF

    Add footer to PDF programmatically with Python sample code using Aspose.PDF for Python for .NET.... Add the Stamp to Page using AddStamp method. Save... Top = 20 for page in document . pages : page . footer = footer...

    products.aspose.com/pdf/python-net/footer/