Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 187,882 for

page

(0.55 sec)
  1. Python Split DOCX

    Split DOCX files into e Pages using Python code. Save DOCX as separate files using Python....integrate the extracted DOCX pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/docx/
  2. Python Split TXT

    Split TXT files into e Pages using Python code. Save TXT as separate files using Python....integrate the extracted TXT pages with other data and, as a result...files into parts and extract pages according to the specified mode...

    products.aspose.com/words/python-net/split/txt/
  3. How to remove Header/Footer in Pdf - Free Suppo...

    Hi, I am trying to remove the header and footer from a PDF. I am using ParagraphAbsorber to read the file. Is there an attribute that can be used to detect the header and footer? Or does there any suggestion to remove …...pdf"); foreach (Page page in pdfDocument.Pages) { var deletedArtifacts...foreach (Artifact artifact in page.Artifacts) { if (artifact.Type...

    forum.aspose.com/t/how-to-remove-header-footer-...
  4. 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...
  5. OutOfMemoryException When Generating Previews f...

    Hi Aspose Support, We are encountering an OutOfMemoryException when using AsposePDF to generate a preview for a PDF document with around 416 Pages. System.OutOfMemoryException: Exception of type 'System.OutOfMemoryExce…...PDF document with around 416 pages. System.OutOfMemoryException:...TextAbsorber.Visit(Page page) at Aspose.Pdf.Page.Accept(TextAbsorber...

    forum.aspose.com/t/outofmemoryexception-when-ge...
  6. Add Watermark in Java|Aspose.Words for Java

    Add a watermark into a document. Apache POI does not provide an opportunity to add a watermark....positioned in the centre of the page. While in Aspose.Words there...// Place the watermark in the page center. watermark . setRelativeHorizonta...

    docs.aspose.com/words/java/add-watermark/
  7. Public API Changes in Aspose.Diagram 6.6.0|Docu...

    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....vsdx" ); // get page of the Visio diagram by name...Diagram . Page page = diagram . Pages . GetPage ( "Page-1" ); //...

    docs.aspose.com/diagram/net/public-api-changes-...
  8. Create VSSX Files via C# | products.aspose.com

    C# Sample code for generating VSSX documents. Use this code for creating VSSX files within VB.NET, Asp.NET or any .NET based application....the first page of the diagram. Add text in the page. Use Save...the first page of the diagram. Page page = diagram.Pages[ 0 ]; //...

    products.aspose.com/diagram/net/create/vssx/
  9. Converting a EPS file to BMP using Python | Asp...

    Sample code on Python for EPS to BMP conversion. Use example code for batch EPS to BMP conversion with Python and .NET...formats, see the Documentation pages. Also, you can check the other...PDF pages as BMP images. Initialize two variables: page_count...

    products.aspose.com/pdf/python-net/conversion/e...
  10. Clone a Document in C#|Aspose.Words for .NET

    Clone a document to get its identical copy using C#. When creating a copy, nodes and properties of the original document are cloned.... What is this page about? This page describes how to clone...all document settings such as page layout, styles, and custom properties...

    docs.aspose.com/words/net/clone-a-document/