Sort Score
Result 10 results
Languages All
Labels All
Results 5,581 - 5,590 of 181,423 for

page

(0.14 sec)
  1. TextColumnCollection class | Aspose.Words for N...

    Aspose.Words.TextColumnCollection class. A collection of [TextColumn](../textcolumn/) objects that represent all the columns of text in a section of a document...them equals page width minus left and right page margins. Properties...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Upload archive to ASP.NET web application in C#...

    Provides example of how to use c# zip library for archive decompression and image processing for ASP.NET web application....Page Product Solution Aspose.PSD...ZIP Product Solution Aspose.Page Product Solution Aspose.PSD...

    docs.aspose.com/zip/net/upload-archive-asp-net/
  3. Inquiry about creating Document Web Viewer with...

    Hi. My company is planning to purchase your aspose.total product at the end of next month to use in a project I am working on. Your site seems to have a similar feature to one of the many I need to create (an MS Office…...Office file viewer on a web page). ( Site Link ) Can I get technical...for viewing document on web page. Document doc = new Document(@"C:\Temp\in...

    forum.aspose.com/t/inquiry-about-creating-docum...
  4. Resampling Added Images - Excel to PDF Conversi...

    Learn how to compress images added in Excel files to reduce PDF size and improve conversion performance using Aspose.Cells for Node.js via C++....Worksheet Columns on Single PDF Page with Node.js via C++ Analyzing...results. Please refresh the page and try again. Related articles...

    docs.aspose.com/cells/nodejs-cpp/resampling-add...
  5. Apply preset theme to VDW document via Python |...

    Python source code to apply preset theme to vdw file within any Python based application....a new Diagram object Select Page via its id Assign a Preset value...PresetTheme property of the Page instance Call the save() method...

    products.aspose.com/diagram/python-java/theme/vdw/
  6. How to Create a Table in C#|Aspose.Words for .NET

    A guide on how to make a table in C# in various ways. Create table in C# for your document....Hide ] What is this page about? This page explains how to create...be positioned anywhere on the page. By default, Aspose.Words always...

    docs.aspose.com/words/net/create-a-table/
  7. 使用 Java 添加、移动或删除 PDF 中的页面 | Aspose.PDF

    在 Java 和 PHP 上以编程方式操作文档的 PDF 页面的 Java 示例代码,Delphi。...pdfDocument = new Document (); // Add page pdfDocument . getPages (). add...add (); // Insert an empty page in a PDF pdfDocument . getPages...

    products.aspose.com/pdf/zh-hans/java/pages/
  8. RevisionOptions.RevisedPropertiesEffect | Aspos...

    Discover how the RevisedPropertiesEffect in RevisionOptions enhances your content formatting. Easily customize changes with the FormatChange feature....bar on the left side of the page next to lines affected by revisions...// on the right side of the page. revisionOptions . ShowInBalloons...

    reference.aspose.com/words/net/aspose.words.lay...
  9. Several TEXT Into GIF C#

    Merge multiple TEXT into GIF in C# code. Save TEXT as GIF using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/text-to-gif/
  10. Several WORD Into JPG C#

    Merge multiple a Word document into JPG in C# code. Save a Word document as JPG using C#....for ( int page = 0 ; page < output.PageCount; page++) { Document...ExtractPages(page, 1 ); extractedPage.Save( $"Output_ {page + 1 } ...

    products.aspose.com/words/net/merge/word-to-jpg/