Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 213,001 for

new

(0.13 sec)
  1. OoxmlSaveOptions.password property | Aspose.Wor...

    OoxmlSaveOptions.password property. Gets/sets a password to encrypt document using ECMA376 Standard encryption algorithm....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...world!" ); let saveOptions = new aw . Saving . OoxmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Working with Signature in PDF File|Aspose.PDF f...

    Discover how to manage digital signatures in PDF documents, including adding, removing, and verifying, using Aspose.PDF in Java....PdfFileSignature pdfFileSignature = new PdfFileSignature (); pdfFileSignature...FileOutputStream fs ; try { fs = new FileOutputStream ( _dataDir +...

    docs.aspose.com/pdf/java/working-with-signature...
  3. PdfDigitalSignatureDetails.Reason | Aspose.Word...

    Discover the PdfDigitalSignatureDetails Reason property to easily manage and customize your document signing reasons for enhanced security and compliance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. PclSaveOptions.AddPrinterFont | Aspose.Words fo...

    Discover the PclSaveOptions AddPrinterFont method to efficiently upload and manage printer fonts from manufacturers for enhanced printing performance.... “Times New Roman Bold Italic”). fontPclName...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  5. Save Email Message 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....Java FileInputStream fstream = new FileInputStream ( dataDir + "message...ByteArrayOutputStrea emlStream = new ByteArrayOutputStrea (); eml...

    docs.aspose.com/email/java/save-email-message-a...
  6. FieldNumChars | Aspose.Words for Java

    Implements the NUMCHARS field in Java.... Document doc = new Document(getMyDir() + "Paragraphs...docx"); DocumentBuilder builder = new DocumentBuilder(doc); builder...

    reference.aspose.com/words/java/com.aspose.word...
  7. FontSourceBase.Priority | Aspose.Words for .NET

    Discover the FontSourceBase Priority property to optimize your font sourcing. Enhance performance and improve user experience effortlessly!...FileFontSource fileFontSource = new FileFontSource ( MyDir + "Alte...Document doc = new Document (); doc . FontSettings = new FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  8. ParagraphFormat.addSpaceBetweenFarEastAndDigit ...

    ParagraphFormat.addSpaceBetweenFarEastAndDigit property. Gets or sets a flag indicating whether inter-character spacing is automatically adjusted between regions of numbers and regions of East Asian text in the current paragraph....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...// and then starts a new line, adding a new paragraph. builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. JsonDataLoadOptions.AlwaysGenerateRootObject | ...

    Discover how the JsonDataLoadOptions AlwaysGenerateRootObject property enhances your JSON data handling by ensuring a consistent root object for seamless integration.... Document doc = new Document ( MyDir + "Reporting...options = new JsonDataLoadOptions { ExactDateTimeParseFo = new List...

    reference.aspose.com/words/net/aspose.words.rep...
  10. Font.position property | Aspose.Words for Node.js

    Font.position property. Gets or sets the position of text (in points) relative to the base line... let doc = new aw . Document (); let para =...above the baseline. let run = new aw . Run ( doc , "Raised text...

    reference.aspose.com/words/nodejs-net/aspose.wo...