Sort Score
Result 10 results
Languages All
Labels All
Results 9,851 - 9,860 of 213,261 for

new

(0.16 sec)
  1. XML to PDFA Converter using C# | Aspose.PDF

    Sample code for XML to PDFA C# conversion. Use API example code for batch XML files to PDFA conversion within VB.NET, ASP.NET, or any .NET-based application... Initialize a new Document Call the Document.Save...pdf" ); var xmlLoadOptions = new Aspose . Pdf . XmlLoadOptions...

    products.aspose.com/pdf/net/conversion/xml-to-p...
  2. Word Blank page being inserted within document ...

    Hello, I’ve got an issue for some Word files that when I save it as PDF, it just adds in the middle an empty file. I can’t share with you the problematic file, but maybe you know about the issue, we got no errors on th…...info(“********** New PDF Request V5 **********”);...error("API Key is invalid"); throw new BadCredentialsExcept("API Key...

    forum.aspose.com/t/word-blank-page-being-insert...
  3. DocumentVisitor.visitFieldSeparator method | As...

    DocumentVisitor.visitFieldSeparator method. Called when a field separator is encountered in the document....'FieldToText' , () => { let doc = new aw . Document ( base . myDir...features.docx" ); let visitor = new FieldStructurePrinte (); // When...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Export DataBar, ColorScale and IconSet Conditio...

    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....object const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Html ); const blob = new Blob ([ outputData ], { type...

    docs.aspose.com/cells/javascript-cpp/export-dat...
  5. Create TextBox in which each line has a differe...

    Learn how to create a TextBox in which each line can have a different horizontal alignment using Aspose.Cells for JavaScript via C++....{ // Creating a new workbook const wb = new Workbook (); // Access...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/create-tex...
  6. ListFormat.removeNumbers method | Aspose.Words ...

    ListFormat.removeNumbers method. Removes numbers or bullets from the current paragraph and sets list level to zero....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...level, // which will start a new self-contained list, with a deeper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Aspose.Words hangs during Mailmerge Operation -...

    SR 0.822.720.5.IT.ORG.docx (52.4 KB) Dear all, Since we introduced the latest version of Aspose.Words for .NET, version 25.4, we have a problem while executing a mailmerge operations on some documents but not all. For…...NEW.docx). SR 0.822.720.5.IT.NEW.docx (52.7 KB)...editor and then back into a new Word document to remove any hidden...

    forum.aspose.com/t/aspose-words-hangs-during-ma...
  8. AutoFit Row Height Automatically When Loading a...

    Learn how to fit rows whose height is not customized when loading a file using Aspose.Cells for Node.js via C++....external links const workbook = new AsposeCells . Workbook ( filePath...pdf" )); const loadOptions = new AsposeCells . LoadOptions ();...

    docs.aspose.com/cells/nodejs-cpp/autofit-row-he...
  9. Merge SVG to PNG in Java | products.aspose.com

    Merge SVG to PNG in Java. Use Java library API to combine SVG and PNG files...pres = new Presentation (); try { String svgContent = new String...svg" )); ISvgImage svgImage = new SvgImage ( svgContent ); IPPImage...

    products.aspose.com/slides/java/merger/svg-to-png/
  10. DocumentBuilder.EndBookmark | Aspose.Words for ...

    Effortlessly mark the end of a bookmark in your document with DocumentBuilder's EndBookmark method, enhancing your document organization and navigation....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...