Sort Score
Result 10 results
Languages All
Labels All
Results 3,221 - 3,230 of 223,097 for

new

(1.16 sec)
  1. Recognition|Documentation

    Extracting text from images, web links, scanned PDFs, DjVu files, folders, archives and other content....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/recognition/
  2. FieldMergeBarcode.FixCheckDigit | Aspose.Words ...

    Optimize your FieldMergeBarcode with the FixCheckDigit property to ensure accurate check digit validation and enhance data integrity effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Scaling down an XFA pdf file - Free Support For...

    Hello My client has the need to scale down an existing XFA pdf file and then add a "text" at the bottom of the page. I was wondering if aspose.pdf would be able to handle someting like this (scaling down a file). Thanks …... MemoryStream ms = new MemoryStream(); // Create PdfFileEditor...Object PdfFileEditor fileEditor = new PdfFileEditor(); // Open PDF...

    forum.aspose.com/t/scaling-down-an-xfa-pdf-file...
  4. Table Inside Textbox - Free Support Forum - asp...

    I am having an issue with Aspose MailMerge. We have a table that is inside of a textbox. The text is set to align starting outside of the table cells. The PDF is supposed to clip the text rendering outside of the text…... The new version of Aspose.Words does...Aspose.Words.License license = new Aspose.Words.License(); license...

    forum.aspose.com/t/table-inside-textbox/312008
  5. IComparisonExpressionEvaluator Interface | Aspo...

    Enhance your document processing with Aspose.Words.Fields.IComparisonExpressionEvaluator. Customize comparison evaluations for FieldIf and FieldCompare fields effortlessly!...; DocumentBuilder builder = new DocumentBuilder (); // Field...= comparisonResult != - 1 ? new ComparisonEvaluation ( comparisonResult...

    reference.aspose.com/words/net/aspose.words.fie...
  6. ComparisonExpression Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.ComparisonExpression class for efficient document comparison. Enhance your workflow with powerful expression capabilities!...; DocumentBuilder builder = new DocumentBuilder (); // Field...= comparisonResult != - 1 ? new ComparisonEvaluation ( comparisonResult...

    reference.aspose.com/words/net/aspose.words.fie...
  7. IComparisonExpressionEvaluator.Evaluate | Aspos...

    Discover the IComparisonExpressionEvaluator's Evaluate method for precise comparison evaluations. Enhance your coding efficiency with our powerful tool!...; DocumentBuilder builder = new DocumentBuilder (); // Field...= comparisonResult != - 1 ? new ComparisonEvaluation ( comparisonResult...

    reference.aspose.com/words/net/aspose.words.fie...
  8. AxisScaling.maximum property | Aspose.Words for...

    AxisScaling.maximum property. Gets or sets the maximum value of the axis....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...xAxis . scaling . minimum = new aw . Drawing . Charts . AxisBound...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Showing un known sender - Free Support Forum - ...

    When i am going to get messages to mbox file and get mail Messages and append it on the imap server like gmail i got un known sender in my sender and recipient like to , from i am sharing you a code sneptPreformatted t…...text try { MailAddress from = new MailAddress(message.getFrom()...MailAddressCollectio meilcol = new MailAddressCollectio(); if (message...

    forum.aspose.com/t/showing-un-known-sender/312692
  10. Modify Annotations in your PDF|Aspose.PDF for .NET

    This section explains how to modify annotations from PDF file to XFDF with Aspose.PDF Facades....using ( var annotationEditor = new Aspose . Pdf . Facades . PdfAnnotationEditor...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/modify-annotations/