Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 214,361 for

new

(0.12 sec)
  1. CustomDocumentProperties.Add | Aspose.Words for...

    Create unique custom document properties effortlessly with the Add method. Enhance your documents with tailored String data types for optimal performance....Add( string, string ) Creates a new custom document property of the...custom properties. Document doc = new Document (); CustomDocumentProper...

    reference.aspose.com/words/net/aspose.words.pro...
  2. TextBox | Aspose.Words for Java

    Defines attributes that specify how a text is displayed inside a shape in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  3. 使用 JavaScript 通过 C++ 设置页面选项|Documentation

    本文提供示例代码,用于通过 JavaScript 通过 C++ 编程方式设置 Excel 工作表的页面选项,包括页面方向、缩放比例、FitToPages 选项、纸张大小、打印质量和首页编号。... If none is selected, a new workbook will be used. </ p >...selected - will operate on a new workbook document . getElementById...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  4. FontSettings | Aspose.Words for Java

    Specifies font settings for a document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...FolderFontSource folderFontSource = new FolderFontSource(getFontsDir()...

    reference.aspose.com/words/java/com.aspose.word...
  5. AI-Powered Multilingual Slide Generator|Aspose....

    Generate multilingual slides from text with Aspose.Slides for Node.js. Apply your template and export polished decks to PowerPoint and OpenDocument. Learn more....Slides introduces a new AI-powered feature, the Presentation...web client. var aiWebClient = new aspose . slides . OpenAIWebClient...

    docs.aspose.com/slides/nodejs-java/ai/generator/
  6. Asponse.CAD 25.10.1 Dwg文件导出PDF或PNG,如果把空白区域裁剪掉? ...

    在实际的应用中,客户的一些文件,ViewReport设置很大,导致导出的文件有很大部分为空白区域,有没有方法把这此空白区域裁剪掉,以达到更好的用户体验?这样也可以减小导出文件的大小。 案例文件...pdfOptions = new PdfOptions { // 设置裁剪区域 PageSize = new Size(bounds...Load(fileName)) { PdfOptions pdfOptions = new PdfOptions(); CadRasterizationOpti...

    forum.aspose.com/t/asponse-cad-25-10-1-dwg-pdf-...
  7. Convert PDF to PDF/A | Aspose.PDF for .NET | Fo...

    Hello, I am using Aspose.Pdf to convert PDF files to the PDF/A standard. In the process, I noted that when converting a PDF file with some embedded fonts (Sample_input.pdf) the processed file has other font names (some …...(var doc = new Document(input)) { var options = new PdfFormat...PDF document using (var doc = new Document(input)) { // Set up...

    forum.aspose.com/t/convert-pdf-to-pdf-a-aspose-...
  8. Stack Overflow when converting a document to PD...

    Dim oDoc As Aspose.Words.Document = Nothing Dim oWordsOptions As Aspose.Words.Loading.LoadOptions = Nothing oWordsOptions = New Aspose.Words.Loading.LoadOptions oWordsOptions.ResourceLoadingCallback = Ne…...LoadOptions = Nothing oWordsOptions = New Aspose.Words.Loading.LoadOptions...ResourceLoadingCallb = New SkipImagesCallback oDoc = New Aspose.Words....

    forum.aspose.com/t/stack-overflow-when-converti...
  9. Customize PowerPoint Fonts in Java|Aspose.Slide...

    Customize fonts in PowerPoint slides with Aspose.Slides for Java to keep your presentations sharp and consistent across any device.... String [] fontFolders = new String [] { externalFontFolder1...null ; try { presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/java/custom-font/
  10. Import and Export Annotations to XFDF|Aspose.PD...

    You may import and export annotation with XFDF format with C# and Aspose.PDF for .NET library....using ( var annotationEditor = new Aspose . Pdf . Facades . PdfAnnotationEditor...types to export var annotType = new Aspose . Pdf . Annotations ....

    docs.aspose.com/pdf/net/import-export-xfdf/