Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 222,682 for

new

(0.3 sec)
  1. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails("password"...

    reference.aspose.com/words/java/com.aspose.word...
  2. StructuredDocumentTag.checked property | Aspose...

    StructuredDocumentTag.checked property. Gets/Sets current state of the Checkbox SDT...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let sdtCheckBox = new aw . Markup . StructuredDocumentTa...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. DigitalSignatureDetails | Aspose.Words for .NET

    Discover the DigitalSignatureDetails constructor to easily initialize digital signature instances, enhancing your application's security and efficiency....DigitalSignatureDeta constructor Initializes a new instance of DigitalSignatureDeta...OOXML document. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words.sav...
  4. ReplacerContext.SetReplacement | Aspose.Words f...

    Enhance your find and replace operations with the ReplacerContext SetReplacement method, allowing seamless pattern and replacement management for efficiency....ReplacerContext replacerContext = new ReplacerContext (); replacerContext...using ( FileStream streamIn = new FileStream ( MyDir + "Footer...

    reference.aspose.com/words/net/aspose.words.low...
  5. Issue with thai text - Free Support Forum - asp...

    Hello, I’m testing the New version of Aspose.Words 26.1 and have found an issue with thai text. I’m opening a docx file then define the font folder source for Aspose and save the document as pdf. The result document s…...11:12am 1 Hello, I’m testing the new version of Aspose.Words 26.1...Aspose.Words uses Browallia New font, you can check this by saving...

    forum.aspose.com/t/issue-with-thai-text/324630
  6. Access Mail Services using OAuth|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....requests ITokenProvider for a new access token when the previous...server try ( SmtpClient client = new SmtpClient ( "smtp.gmail.com"...

    docs.aspose.com/email/java/access-mail-services...
  7. Capture the Viewports of 3D Scene and Render to...

    Each 3D scene can comprise of any number of viewports. Using Aspose.3D for .NET API, developers can capture one or more viewports in a single screenshot. They may render it in the GUI based .NET application or an image....class can be used to create a new render target that renders the...of the camera Camera camera = new Camera (); scene . RootNode ...

    docs.aspose.com/3d/net/capture-the-viewports-of...
  8. Convert HTML to PDF file in Java|Aspose.PDF for...

    Explore how to convert HTML content into PDF format using Aspose.PDF in Java....document Document document = new Document ( DATA_DIR + "PDFToHTML...HtmlSaveOptions htmlsaveOptions = new HtmlSaveOptions (); // Save the...

    docs.aspose.com/pdf/java/convert-html-to-pdf/
  9. 通过C++的JavaScript将PdfSaveOptions和ImageOrPrintOpt...

    了解如何使用C++的Aspose.Cells for JavaScript设置PdfSaveOptions和ImageOrPrintOptions的DefaultFont属性,确保在字体缺失时正确渲染字体。...ImageOrPrintOptions 的 DefaultFont 属性设置为“Times New Roman”。同时将布尔属性 CheckWorkbookDefault...设置为“false”,确保A1单元格的文本使用“Times New Roman”字体渲染,而不是使用默认字体(此处为“Cal...

    docs.aspose.com/cells/zh/javascript-cpp/set-def...
  10. PageExtractOptions | Aspose.Words for Java

    Allows to specify options for document page extracting in Java.... Document doc = new Document(getMyDir() + "Page fields...page numbering is reset and a new one begins, // as if we had copied...

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