This article shows you code explaining how to scale a worksheet using the Aspose.Cells library....scaling a worksheet: Fit to Page: To ensure that all the content...fits on a single page or a specific number of pages when printing...
This section explains how to refresh shape's data for a visio shape with Aspose.Diagram....); // Get page by name Pagepage = diagram . Pages . GetPage...GetPage ( "Page-3" ); // Get Shape Shape shape = page . Shapes . GetShape...
This section explains how to convert a visio shape to svg with Aspose.Diagram.... get a particular page. get a particular shape. convert...); // Get a particular pagePagepage = diagram . getPages ()...
Learn how to inspect and modify tables in existing PDF documents using Python....TableAbsorber class to find tables on a page, access rows and cells, change...save the updated file. Use this page when you need to update existing...
Learn how to manipulate PDF documents in Java using Aspose.PDF, including editing and content updates....Get access to first page of PDF file Page tocPage = document ...0 ] = "First page" ; titles [ 1 ] = "Second page" ; titles [ 2...
Enhance your documents with DocumentBuilder's InsertField method. Effortlessly add and update Word fields for dynamic content and improved functionality.... Write ( "\nThis is page " ); builder . InsertField (...GetFieldCode (), Is . EqualTo ( " PAGE " )); if ( updateInsertedFields...
This section explains how to convert a visio shape to image with Aspose.Diagram.... get a particular page. get a particular shape. convert...Get a particular pagePagepage = diagram . Pages [ 0 ]; // Get...
This article explains how to create a Ellipse object to your PDF using Aspose.PDF for .NET....Document ()) { // Add page var page = document . Pages . Add (); // Create...paragraphs collection of pagepage . Paragraphs . Add ( graph...