Sort Score
Result 10 results
Languages All
Labels All
Results 4,471 - 4,480 of 223,123 for

new

(0.14 sec)
  1. Merge FBX File Formats via .NET | products.aspo...

    C# source code to load, render and Merge FBX documents on .NET Framework, .NET Core, Mono....generate usdz file Scene scene = new Scene(); int i = 0 ; foreach...file in files) { using var fs = new FileStream(file, FileMode.Open...

    products.aspose.com/3d/net/merger/fbx/
  2. Cancel ZIP Archive Creation | Aspose.Zip Docume...

    Learn how to cancel the creation of ZIP archives within your Java application....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/java/cancel-archive-creation/
  3. 将PdfSaveOptions和ImageOrPrintOptions的DefaultFont...

    学习在使用Aspose.Cells保存文档时优先设置字体。...ImageOrPrintOptions 的 DefaultFont 属性设置为“Times New Roman”。同时将布尔属性 CheckWorkbookDefault...设置为“false”,确保A1单元格的文本使用“Times New Roman”字体渲染,而不是使用默认字体(此处为“Cal...

    docs.aspose.com/cells/zh/cpp/set-defaultfont-pr...
  4. Page is missing after insert image - Free Suppo...

    The code: String path = "C:\\Users\\z_jia\\Desktop\\a\\DMS\\"; Document word = New Document(path + "1.docx"); var builder = New DocumentBuilder(word); for (int i = 0; i < word.getSections().getCount(); i++) { builde…...word = new Document(path + "1.docx"); var builder = new DocumentBuilder(word);...on a new page – set the second section to start on a new page...

    forum.aspose.com/t/page-is-missing-after-insert...
  5. IAiModelText.checkGrammar method | Aspose.Words...

    IAiModelText.checkGrammar method. Checks grammar of the provided document... Returns A new Document with checked grammar...grammar of a document. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Issue with Image Handling After Upgrading AWS L...

    Dear Aspose Support, I recently upgraded my AWS Lambda function from .NET Core 3.1 to .NET 8.0, and after the upgrade, I encountered an issue where images are no longer being appended in the Publisher files when convert…...Document pubPdfDoc = new Aspose.Pdf.Document(outStream);...Parse(); using (var tempStream = new MemoryStream()) { // Initial...

    forum.aspose.com/t/issue-with-image-handling-af...
  7. Suppress Blank space if condition did not satis...

    Summary I’m trying to hide a paragraph (conditional content) when a condition is not met. Even with MailMerge.CleanupOptions enabled, the paragraph space remains in the final DOCX. I need the paragraph to be fully remove…... Code var doc = new Document(@"in.docx"); // Read...illustrate this: Document doc = new Document(@"in.docx"); var jsonText...

    forum.aspose.com/t/suppress-blank-space-if-cond...
  8. Convert PPT to Video in C# | products.aspose.com

    Convert PPT to video in C#. Use .NET library API to convert PowerPoint to video...Configure(new FFOptions { BinaryFolder = @...(Presentation presentation = new Presentation()) { // Adds a smile...

    products.aspose.com/slides/net/conversion/ppt-t...
  9. IMailMergeDataSource.TableName | Aspose.Words f...

    Discover the IMailMergeDataSource TableName property to easily access your data source name and enhance your document automation process....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Customer > customers = new List < Customer > { new Customer ( "Thomas...

    reference.aspose.com/words/net/aspose.words.mai...
  10. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Java....document Document pdfDocument = new Document ( _dataDir + "sample...document Document pdfDocument = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/optimize-pdf/