Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 227,515 for

new

(1.74 sec)
  1. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...standard. let saveOptions = new aw . Saving . OoxmlSaveOptions...

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

    Secure your documents with OoxmlSaveOptions! Easily set a password for encryption using the ECMA376 Standard for enhanced data protection....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Programming with Thunderbird|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....try ( FileInputStream stream = new FileInputStream ( dataDir + "Outlook...pst" )) { MboxLoadOptions lo = new MboxLoadOptions (); lo . setLeaveOpen...

    docs.aspose.com/email/java/programming-with-thu...
  4. PsSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.PS format in Java.... Document doc = new Document(getMyDir() + "Paragraphs...PsSaveOptions saveOptions = new PsSaveOptions(); { saveOptions...

    reference.aspose.com/words/java/com.aspose.word...
  5. Using SaveFormat.HOCR to save recognition resul...

    Hi again Aspose team, When I try to save (using SaveMultipageDocument()) an OcrOutput result as type SaveFormat.HOCR to a MemoryStream, the resulting stream seems to be automatically closed by SaveMultipageDocument() as…...var license = new Aspose.OCR.License(); var ms = new MemoryStream(Properties...OpenImageIntoMemoryS(path); OcrInput input = new OcrInput(InputType.SingleImage);...

    forum.aspose.com/t/using-saveformat-hocr-to-sav...
  6. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = New ByteArrayOutputStream()) { PdfSaveOpti…...(ByteArrayOutputStrea bos = new ByteArrayOutputStrea()) { PdfSaveOptions...PdfSaveOptions pdfOptions = new PdfSaveOptions(); pdfOptions.s...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  7. TableSubstitutionRule.load_linux_settings metho...

    TableSubstitutionRule.load_linux_settings method. Loads predefined table substitution settings for Linux platform.... assertEqual ([ 'Times New Roman' ], table_substitution_rule... . get_substitutes ( 'Times New Roman CE' )) table_substitution_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  8. TableSubstitutionRule.load_windows_settings met...

    TableSubstitutionRule.load_windows_settings method. Loads predefined table substitution settings for Windows platform.... assertEqual ([ 'Times New Roman' ], table_substitution_rule... . get_substitutes ( 'Times New Roman CE' )) table_substitution_rule...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Null reference handling with smart marker neste...

    Hello, It seems I am encountering a regression in null handling between Aspose.Cells 25.6.0 and above. I have an excel template file with smart markers, with both direct values and nested object: for example, I have &=…...workbook = new Workbook(templatePath); var designer = new Workbo...Process(); using var stream = new MemoryStream(); workbook.Save(stream...

    forum.aspose.com/t/null-reference-handling-with...
  10. AiModel | Aspose.Words for Java

    An abstract class representing the integration with various AI models within the Aspose.Words in Java.... Document firstDoc = new Document(getMyDir() + "Big document...docx"); Document secondDoc = new Document(getMyDir() + "Document...

    reference.aspose.com/words/java/com.aspose.word...