Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 211,545 for

new

(0.08 sec)
  1. Porting code: Object reference not set to an in...

    I am moving code from one vb website to a New vb website. Same version of vb, same aspose dll same everything. In the New project on the line: absorber.Visit(Page) I get the error “Object reference not set to an ins…...code from one vb website to a new vb website. Same version of vb...dll same everything. In the new project on the line: absorber...

    forum.aspose.com/t/porting-code-object-referenc...
  2. OdtSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover how the OdtSaveOptions SaveFormat property lets you easily save documents in Odt or Ott formats, ensuring compatibility and flexibility....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder..."Hello world!" ); // Create a new OdtSaveOptions, and pass either...

    reference.aspose.com/words/net/aspose.words.sav...
  3. DocSaveOptions.password property | Aspose.Words...

    DocSaveOptions.password property. Gets/sets a password to encrypt document using RC4 encryption method....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. DocSaveOptions.Password | Aspose.Words for .NET

    Secure your documents with DocSaveOptions! Easily set or retrieve a password for RC4 encryption to protect your sensitive information....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...); DocSaveOptions options = new DocSaveOptions ( SaveFormat ...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Convert various file formats to PDF|Aspose.PDF ...

    Explore the functionality of converting other document formats like Word, Excel, and PowerPoint to PDF with Aspose.PDF for PHP via Java....Create a new instance of EpubLoadOptions $loadOption = new EpubLoadOptions...EpubLoadOptions (); // Create a new Document object and load the EPUB...

    docs.aspose.com/pdf/php-java/convert-other-file...
  6. PageLayoutCallbackArgs.Event | Aspose.Words for...

    Discover the PageLayoutCallbackArgs event property to enhance your application's functionality. Unlock seamless event handling for better performance....PageLayoutCallback () { Document doc = new Document (); doc . BuiltInDocumentPrope...; DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lay...
  7. Insert Image using Apache POI and Aspose.Words|...

    Add image into a document easily and fast instead of using Apache POI....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...class ); XWPFDocument doc = new XWPFDocument (); XWPFParagraph...

    docs.aspose.com/words/java/insert-image-using-a...
  8. Convert a Document|Aspose.Words for SharePoint

    This article explains how to use SharePoint Designer to create a workflow for converting documents while using Aspose.Words for SharePoint....create a workflow for converting new documents to PDF and storing...example, we want to convert all new documents in a library called...

    docs.aspose.com/words/sharepoint/converting-a-d...
  9. Make DOC Using Javascript

    Make a New DOC in JavaScript in a few steps. Easily create DOC using Node.js via .NET library....the following example: Make a new DOC using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/doc/
  10. Make Markdown Using Javascript

    Make a New Markdown in JavaScript in a few steps. Easily create Markdown using Node.js via .NET library....the following example: Make a new MD using JavaScript Copy Examples...); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...

    products.aspose.com/words/nodejs-net/make/md/