Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 216,921 for

new

(0.19 sec)
  1. AdvancedCompareOptions Class | Aspose.Words for...

    Discover the Aspose.Words.AdvancedCompareOptions class for powerful document comparison. Customize settings for precise results and enhanced productivity.... Document docA = new Document ( MyDir + "Document...SDT 1.docx" ); Document docB = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.com...
  2. Extract Tables from PDF using C# | Aspose.PDF

    Extract tables from PDF file programmatically with C# sample code using Aspose.PDF for .NET...from PDF - C# var pdfDocument = new Aspose . Pdf . Document ( "sample...pdfDocument . Pages ) { var absorber = new Aspose . Pdf . Text . TableAbsorber...

    products.aspose.com/pdf/net/table/extract/
  3. Redact PDF using Java | Aspose.PDF

    Redact PDF documents programmatically with Java sample code using Aspose.PDF for Java...Java Document pdfDocument = new Document ( "sourceFile.pdf" );...); Rectangle rect = new Rectangle ( 200 , 500 , 300 , 600 );...

    products.aspose.com/pdf/java/redaction/
  4. Perform memory optimization while loading docum...

    We have encountered an unexpected memory issue when trying to convert very large docx document to pdf (size ~100mb). The documents we are using consists of text, tables and images. We use openjdk 1.8 and aspose-words 20…...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea() LoadOptions...LoadOptions loadOptions = new LoadOptions() loadOptions.setTempFolder(tempFolder)...

    forum.aspose.com/t/perform-memory-optimization-...
  5. Product Overview|Aspose.Slides Documentation

    Aspose.Slides for Android via Java lets you create, edit and convert PowerPoint (PPT, PPTX) and OpenDocument (ODP) presentations without Microsoft Office....HTML Slide Features Creating new slides from scratch and add them...style. Adding new or managing slide notes. Setting new slide masters...

    docs.aspose.com/slides/androidjava/product-over...
  6. Omr-java中文乱码 - Free Support Forum - aspose.com

    String s = “?text=Hello, World!\n” + “\tfont_style=bold\n” + “\tfont_size=24\n” + “\n” + “#你今天你今天怎么样子?\n” + “\t() Pretty good, thanks! () I won’t respond until I see my lawyer.\n” + “\t()很好你很好很好挖到! () I won’t respo…...engine = new OmrEngine(); GlobalPageSettings pageSettings = new GlobalPageSettings();...before “\n” as per my Environment new line (Windows). Changed quotation...

    forum.aspose.com/t/omr-java/312898
  7. CellFormat.Orientation | Aspose.Words for .NET

    Discover how to use the CellFormat Orientation property to adjust text direction in table cells, enhancing readability and design in your documents....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/net/aspose.words.tab...
  8. FieldHyperlink.ScreenTip | Aspose.Words for .NET

    Discover the FieldHyperlink ScreenTip property to customize your hyperlink text, enhancing user experience and engagement. Optimize your links today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...field . SubAddress + " in a new window" ; builder . Writeln ();...

    reference.aspose.com/words/net/aspose.words.fie...
  9. FieldSet.BookmarkText | Aspose.Words for .NET

    Discover how to easily manage the FieldSet BookmarkText property to customize and enhance your bookmarks for better organization and accessibility....BookmarkText property Gets or sets the new text of the bookmark. public...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Convert PDF/A to PDF format|Aspose.PDF for Java

    This topic show you how to Aspose.PDF allows to convert PDF/A file to PDF document with Java library....Document object Document document = new Document ( pdfaDocumentFileName...document = new Document ( pdfaDocumentFileName ); // Adding a new (empty)...

    docs.aspose.com/pdf/java/convert-pdfa-to-pdf/