Sort Score
Result 10 results
Languages All
Labels All
Results 5,151 - 5,160 of 227,515 for

new

(1.52 sec)
  1. Tag Replacement : In Single Row : Row not getti...

    Hello Team , We are replacing tag in word template , we have require if tag present in single line and value is empty , we need to remove line , to avoid blank line in completed doc . using below code to replace tag p…...options = new FindReplaceOptions { ReplacingCallback = new TagReplacer(tags)...Forward }; doc.Range.Replace(new Regex(@"\{\{(.+ "", options);...

    forum.aspose.com/t/tag-replacement-in-single-ro...
  2. Occurs error while converting HTML into PDF - F...

    Hi guy we encounters a problem while converting html into pdf base on Aspose.PDF which version is 22.11 . the html file as bellow zipped attachment . task-544.zip (593.2 KB) the code as bellow . var fileFullPa…...LoadOptions HtmlLoadOptions options = new HtmlLoadOptions(); // Set Print...HtmlMediaType.Print; var pdfOptions = new Aspose.Pdf.PdfSaveOptions();...

    forum.aspose.com/t/occurs-error-while-convertin...
  3. Generate Barcodes using Custom Classes|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....[ CDATA [ new com . aspose . barcode . jr ...JRRenderable" > <![ CDATA [ new com . aspose . barcode . jr ...

    docs.aspose.com/barcode/jasperreports/generate-...
  4. Performing OCR with multi-language on certain i...

    Hello Aspose team, I’ve been trying to implement Aspose OCR with the multilanguage functionality into my workflow, but have hit a bit of a roadblock. When attempting to OCR specifically the following image: i600_comp_…...var license = new Aspose.OCR.License(); var ms = new MemoryStream(Properties...OpenImageIntoMemoryS(path); OcrInput input = new OcrInput(InputType.SingleImage);...

    forum.aspose.com/t/performing-ocr-with-multi-la...
  5. How to add Highlight Annotation using Java | As...

    Add Highlight annotations programmatically in PDF with Java sample code on Java Runtime Environment for JSP/JSF Application and Desktop Applications....instance of Document class Create a new page or get a reference to an...PDF file Document document = new Document ( _dataDir + "sample...

    products.aspose.com/pdf/java/annotation/highlig...
  6. NumeralFormat Enum | Aspose.Words for .NET

    Discover Aspose.Words.Saving.NumeralFormat enum for optimal number representation in fixed page formats. Enhance your document rendering today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...builder . Font . LocaleId = new CultureInfo ( "ar-AR" ). LCID...

    reference.aspose.com/words/net/aspose.words.sav...
  7. AxisScaling Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisScaling class for customizable axis scaling options, enhancing your chart presentations effortlessly....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Series 1" , new [] { 1.0 , 2.0 , 3.0 , 4.0 , 5.0 }, new [] { 1.0...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Metered Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Metered class! Easily manage your metered key with efficient methods for seamless document processing....Description Metered () Initializes a new instance of this class. Methods...credit/consumption. // Create a new Metered license, and then print...

    reference.aspose.com/words/net/aspose.words/met...
  9. Convert JPG To DOC Javascript

    Convert JPG to DOC format in JavaScript code. Save JPG as DOC using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.jpg") doc...

    products.aspose.com/words/nodejs-net/conversion...
  10. Convert Image To WORD Javascript

    Convert Image to WORD format in JavaScript code. Save Image as WORD using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...require('@aspose/words'); var doc = new aw.Document("Input.png") doc...

    products.aspose.com/words/nodejs-net/conversion...