Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 222,903 for

new

(0.33 sec)
  1. PageSetup.textColumns property | Aspose.Words f...

    PageSetup.textColumns property. Returns a collection that represents the set of text columns....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Saving an Email as PDF|Documentation

    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....msg" ); MemoryStream ms = new MemoryStream (); mailMsg . Save...LoadFormat to Mhtml var loadOptions = new Aspose . Words . Loading . LoadOptions...

    docs.aspose.com/email/net/saving-an-email-as-pdf/
  3. SdtDateStorageFormat Enum | Aspose.Words for .NET

    Discover how Aspose.Words.Markup.SdtDateStorageFormat enhances date handling in SDTs, ensuring seamless XML data integration in your documents.... Document doc = new Document (); // Insert a structured...StructuredDocumentTa sdtDate = new StructuredDocumentTa ( doc ,...

    reference.aspose.com/words/net/aspose.words.mar...
  4. PageSetup.otherPagesTray property | Aspose.Word...

    PageSetup.otherPagesTray property. Gets or sets the paper tray (bin) to be used for all but the first page of a section... let doc = new aw . Document (); // Find the...PrinterSettings object. let settings = new PrinterSettings (); // The paper...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert Word to Excel in Java|Aspose.Words for ...

    Convert XML to Excel, Word to Excel (including DOCX to Excel) in Java. Save a document in various formats to XLSX using Java....XlsxSaveOptions class and the new Xlsx element in the SaveFormat...Document.replace("old", "new", new FindReplaceOptions()) ). After...

    docs.aspose.com/words/java/convert-a-document-t...
  6. Convert PDF to PDF/A formats|Aspose.PDF for PHP...

    Explore how to convert PDF files to PDF/A format for compliance with document archiving standards in PHP via Java.... // Create a new Document object and load the...input PDF file. $document = new Document ( $inputFile ); // Convert...

    docs.aspose.com/pdf/php-java/convert-pdf-to-pdfa/
  7. WriteProtection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Settings.WriteProtection class to easily manage document write protection settings and enhance your document security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.set...
  8. Edit Word, PDF In C#

    Edit DOCX, DOC, PDF and a variety of other file formats in C#....and other file formats: Insert new document elements Update existing...patterns and replace them with new text Export the result to the...

    products.aspose.com/words/net/edit/
  9. Edit Markdown In C#

    Edit Markdown in C# code....and formatting attributes Add new MD elements Search MD for text...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/net/edit/md/
  10. How to set just the sender name in PST not the ...

    I have just the sender name not the mail sender address which i want to set for the particular mail message and i just want to set just the name but when setting it using the following code throws me the exception :“The …... Code: MailMessage mail = new MailMessage(); mail.From = “David”;...MailMessage mail = new MailMessage(); mail.From = new MailAddress("placeholder@domain...

    forum.aspose.com/t/how-to-set-just-the-sender-n...