Sort Score
Result 10 results
Languages All
Labels All
Results 3,751 - 3,760 of 227,802 for

new

(0.18 sec)
  1. Orphaned repeating header when first data row c...

    Description We are encountering an issue with repeating table headers when using nested tables in Aspose.PDF.Drawing. If the outer table starts near the bottom of a page and its first data row contains a nested table, A…...margin = m; } var document = new Document(); var page = document...Pages.Add(); var textFragment = new TextFragment("Hello World");...

    forum.aspose.com/t/orphaned-repeating-header-wh...
  2. 使用JavaScript通过C++管理图片|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++在电子表格中添加和定位图片。...(or leave empty to create a new workbook), and select an image...provided, otherwise create a new one let workbook ; if ( fileInput...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  3. Compare PDF documents|Aspose.PDF for Java

    Since 25.2 release it's possible to compare PDF documents content with annotation marks and side-by-side output...documents Document document1 = new Document ( dataDir + "ComparingSpecificPag...pdf" ); Document document2 = new Document ( dataDir + "ComparingSpecificPag...

    docs.aspose.com/pdf/java/compare-pdf-documents/
  4. Working with Hatch Patterns in PostScript | .NET

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-hatch-...
  5. How to Compress or Extract Archives using C# | ...

    Learn how to compress or extract archives using C#. These archives could be Zip, 7z, Rar and other such formats....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/how-to/
  6. Manage Worksheets of Microsoft Excel files with...

    Add, remove, and activate worksheets using Aspose.Cells for Node.js via C++....Worksheets to a New Excel File To create a new Excel file programmatically:...passing the sheet index of the new worksheet to the Workbook.getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/manage-workshe...
  7. Row Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Row class for seamless table row management in your documents. Enhance your document processing with powerful features!...DocumentBase ) Initializes a new instance of the Row class. Properties...Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  8. Convert JPG To BMP C#

    Convert JPG to BMP format in C# code. Save JPG as BMP using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.bmp" , new ImageSaveOptions(SaveFormat.Bmp));...

    products.aspose.com/words/net/conversion/jpg-to...
  9. Convert JPG To GIF C#

    Convert JPG to GIF format in C# code. Save JPG as GIF using C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/net/conversion/jpg-to...
  10. PDF | Text box on rotated page - Free Support F...

    I am attempting to provide a system which will add text boxes onto an existing PDF document which may have page rotations. This is proving far more difficult that I expected. Box is specified by a position, height, widt…...rotation: var pdfDocument = new Document("input.pdf"); var page...Here’s an example: var graph = new Graph(page.Rect.Width, page.Rect...

    forum.aspose.com/t/pdf-text-box-on-rotated-page...