Sort Score
Result 10 results
Languages All
Labels All
Results 3,651 - 3,660 of 213,069 for

new

(0.08 sec)
  1. Fill.PresetTextured | Aspose.Words for .NET

    Discover the Fill PresetTextured method to effortlessly apply stunning preset textures, enhancing your designs with unique visual appeal....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Assign and Validate Digital Signatures with Jav...

    Excel file digital signature and verification using Aspose.Cells for JavaScript via C++. Protect the authenticity of workbook content with digital signatures....arrayBuffer (); const pfxBytes = new Uint8Array ( pfxArrayBuffer );...signatures needed to sign const dsc = new DigitalSignatureColl (); // Cert...

    docs.aspose.com/cells/javascript-cpp/assign-and...
  3. Tables colliding on docx to pdf conversion - Fr...

    async function addLetterHeadToDocx(docPath, letterHeadpath, outDir, logger) { const headDoc = New aw.Document(letterHeadpath); const contentDoc = New aw.Document(docPath); const headDocParagraphs = headDoc.sections…...outDir, logger) { const headDoc = new aw.Document(letterHeadpath);... const contentDoc = new aw.Document(docPath); const headDocParagraphs...

    forum.aspose.com/t/tables-colliding-on-docx-to-...
  4. DocumentBuilder.MoveToMergeField | Aspose.Words...

    Effortlessly navigate your document with the MoveToMergeField method. Instantly position the cursor beyond merge fields for seamless editing....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  5. ChartFormat | Aspose.Words for Java

    Represents the formatting of a chart element in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "Category 1", "Category...

    reference.aspose.com/words/java/com.aspose.word...
  6. ImageSaveOptions.scale property | Aspose.Words ...

    ImageSaveOptions.scale property. Gets or sets the zoom factor for the generated images.... let doc = new aw . Document ( base . myDir...an image. let saveOptions = new aw . Saving . ImageSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. PdfDigitalSignatureDetails class | Aspose.Words...

    Aspose.Words.Saving.PdfDigitalSignatureDetails class. Contains details for signing a PDF document with a digital signature....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...document to .PDF. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. InlineStory | Aspose.Words for Java

    Base class for inline-level nodes that can contain paragraphs and tables in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Comment comment = new Comment(doc, "John Doe", "JD", new Date()); builder...

    reference.aspose.com/words/java/com.aspose.word...
  9. Crop PDF using PHP | Aspose.PDF

    Crop PDF without losing quality in PHP programmatically with C# sample code using Aspose.PDF for PHP via Java...create new Box Rectagle Save the updated document to the new path...// Open document $document = new Document ( $inputFile ); $page...

    products.aspose.com/pdf/php-java/crop/
  10. Language detecton|Documentation

    How to detect the languages used on the provided image....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/language_detection/