Sort Score
Result 10 results
Languages All
Labels All
Results 5,351 - 5,360 of 213,541 for

new

(0.19 sec)
  1. Redactions Cause Text Shift If Words Are Differ...

    While messing around with redactions I noticed a bit of an issue happening when redacting a sentence with multiple word formats/colours. If the last word in a redaction box has a different colour to the first word after …...tring filePath) { var doc = new Aspose.Words.Document(filePath);...Document(filePath); var saveOptions = new Aspose.Words.Saving.PdfSaveOptions...

    forum.aspose.com/t/redactions-cause-text-shift-...
  2. Compress JPG In Javascript

    Compress JPG in JavaScript without losing quality. Optimize JPG content, reduce file size easily....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)..."Input.jpg" ) var saveOptions = new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/compress/jpg/
  3. Aspose pdf merge files - Free Support Forum - a...

    I want to merge to pdf into one large New one. This is the code Public Function CombineDocuments(FilePath1 As String, FilePath2 As String, OutputFileName As String, language As String) As String Call setasposelic()…...merge to pdf into one large new one. This is the code Public...Document Dim outputDocument As New Aspose.Pdf.Document, count As...

    forum.aspose.com/t/aspose-pdf-merge-files/325257
  4. CustomXmlSchemaCollection | Aspose.Words for Java

    A collection of strings that represent XML schemas that are associated with a custom XML part in Java.... Document doc = new Document(); String xmlPartId...// and then add a couple of new schemas to the clone. CustomXmlSchemaColle...

    reference.aspose.com/words/java/com.aspose.word...
  5. HtmlFixedSaveOptions.OptimizeOutput | Aspose.Wo...

    Optimize your HTML output with the HtmlFixedSaveOptions property. Enhance performance by removing redundant canvases and merging similar glyphs. Default, true.... Document doc = new Document ( MyDir + "Rendering...HtmlFixedSaveOptions saveOptions = new HtmlFixedSaveOptions { OptimizeOutput...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Need to get the per line author changes in the ...

    I’m working with Word documents that have been edited by multiple authors. Some of the changes were made with Track Changes enabled, and others were made without it. I want to compare two versions of the document using A…...DocumentId); throw new ModelValidationExcep(ErrorConstants...Aspose.Words.Document doc = new Aspose.Words.Document(documentStream);...

    forum.aspose.com/t/need-to-get-the-per-line-aut...
  7. Defining the blacklist of characters|Documentation

    How to ignore certain image defects that may be incorrectly recognized as characters....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/characters-blacklist/
  8. Installation|Aspose.Words for Node.js via .NET

    Install Aspose.Words for Node.js using npm.... var doc = new aw . Document (); // Use a DocumentBuilder...builder = new aw . DocumentBuilder ( doc ); // Write a new paragraph...

    docs.aspose.com/words/nodejs-net/installation/
  9. Document.RenderToScale | Aspose.Words for .NET

    Discover the RenderToScale method to efficiently render document pages into Graphics objects at your desired scale for optimal visual results.... Document doc = new Document ( MyDir + "Rendering...thumbRows ; using ( Bitmap img = new Bitmap ( imgWidth , imgHeight...

    reference.aspose.com/words/net/aspose.words/doc...
  10. Aspose.Diagram for Node.js Examples|Documentation

    Viso Diagram Node.js API lets you work with Visio diagrams without any understanding of underlying file format. You can create Visio VSDX files from scratch and convert VSDX files to PNG with just a couple of lines of code....diagram" ); var diagram = new aspose . diagram . Diagram ();..."aspose.diagram" ); diagram = new aspose . diagram . Diagram (...

    docs.aspose.com/diagram/java/aspose-diagram-for...