Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 165,041 for

new

(0.1 sec)
  1. How to Run Aspose.CAD Docker image in AWS Lambd...

    Run Aspose.CAD Docker image in AWS Lambda Function....Parse(new MemoryStream(Convert.FromBase64String(stream...Load(fileStream)) { var ms = new MemoryStream(); img.Save(ms, new PdfOptions());...

    docs.aspose.com/cad/net/how-to-run-aspose-cad-d...
  2. Convert OneNote to Word

    Convert or export OneNote to Word document using C# or .NET API....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/note/net/convert-onenote-to-word/
  3. Merge DRC File Formats via .NET | products.aspo...

    C# source code to load, render and Merge DRC 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/drc/
  4. Merge PLY File Formats via .NET | products.aspo...

    C# source code to load, render and Merge PLY 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/ply/
  5. Merge X File Formats via .NET | products.aspose...

    C# source code to load, render and Merge X 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/x/
  6. 使用cad-java 23.7 版本,把一个250兆的.stl文件转成pdf ,内存飙到了11...

    下面是我的代码, 有什么办法减少内存使用,或者可以设置超过多少内存,就到磁盘处理,不然这个根本没法使用,一点就内存溢出了 public synchronized Path doCadToPdf(InputStream inputStream, String outputFilePath) throws IOException { Path outputPath = Paths.get(outputFileP…...get(outputFilePath); LoadOptions opts = new LoadOptions(); opts.setSpeci...SimpChinese); opts.setCustomFontFolders(new String[]{fileProperties.getC...

    forum.aspose.com/t/cad-java-23-7-250-stl-pdf-11...
  7. Aspose.PSD for .NET 20.11 - Release Notes|Docum...

    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.... Load ( inputFilePath , new PsdLoadOptions () { LoadEffectsResource...image . Save ( outputFilePath , new PsdOptions ( image )); } PSDNET-579...

    docs.aspose.com/psd/net/aspose-psd-for-net-20-1...
  8. OpenAiModel.setOrganization method | Aspose.Wor...

    OpenAiModel.setOrganization method. Sets a specified Organization to the model.... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. SummarizeOptions.summaryLength property | Aspos...

    SummarizeOptions.summaryLength property. Allows to specify summary length... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 拆分 PDF 页面|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类拆分 PDF 页面。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/zh/net/split-pdf-pages/