Sort Score
Result 10 results
Languages All
Labels All
Results 8,581 - 8,590 of 222,946 for

new

(0.27 sec)
  1. Dwg转dwg图纸效果和原图不一样问题 - Free Support Forum - aspo...

    1.png (5.5 KB) 2.png (6.5 KB) 图1为原始的dwg,图2为转换后的dwg 并且数字30.78和46.3原来是线条,后面变成了粗体。 下面是我的代码: License license = New License(); license.setLicense("Aspose.CAD.Java.lic"); LoadOptions loadOptions = New LoadOptions(); load…... 下面是我的代码: License license = new License(); license.setLicense("Aspose...lic"); LoadOptions loadOptions = new LoadOptions(); loadOptions.s...

    forum.aspose.com/t/dwg-dwg/314402
  2. 现代 API|Aspose.Slides for Node.js via .NET 文档

    现代 API...using the new API may look as follows: var pres = new aspose ....method using ImageIO with the new one. Old: var imageio = java...

    docs.aspose.com/slides/zh/nodejs-java/modern-api/
  3. ImageSize | Aspose.Words for Java

    Contains information about image size and resolution 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...
  4. Locking WordArt Watermark with JavaScript via C...

    Learn how to lock WordArt watermarks in Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...Instantiate a new Workbook (empty) workbook = new Workbook ();...

    docs.aspose.com/cells/javascript-cpp/locking-wo...
  5. LINQ Expressions Not Working When Saving as PDF...

    Description I am using Aspose.Words for Java to generate documents with LINQ Reporting Engine. The LINQ expressions are processed correctly when saving the document as DOCX, but when saving as PDF, the expressions are no…...ReportingEngine reportingEngine = new ReportingEngine(); reportingEngine...toArray(), ds.keySet().toArray(new String[0])); SaveOptions saveOptions...

    forum.aspose.com/t/linq-expressions-not-working...
  6. Fill.TwoColorGradient | Aspose.Words for .NET

    Apply a stunning two-color gradient fill with our Fill TwoColorGradient method, enhancing your designs with vibrant, customizable effects....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...OoxmlSaveOptions saveOptions = new OoxmlSaveOptions { Compliance...

    reference.aspose.com/words/net/aspose.words.dra...
  7. 在使用Aspose.Cells for JavaScript通过C++加载工作簿中的HTML时...

    学习如何在使用Aspose.Cells for JavaScript通过C++加载HTML文件时自动调整列宽和行高。... const ms = new TextEncoder (). encode ( sampleHtml...stream into workbook. const wb1 = new Workbook ( ms ); // Save the...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  8. Converting a PNG file to PDF using PHP | Aspose...

    Sample code on PHP for PNG to PDF conversion. Use example code for batch PNG to PDF conversion with Aspose.PDF for PHP via Java... Initialize a new Document Load input PNG image...// Create a new Document object $document = new Document ();...

    products.aspose.com/pdf/php-java/conversion/png...
  9. Installing and Using Aspose.Pdf for IntelliJ ID...

    Discover the steps to install and configure Aspose.PDF for IntelliJ IDEA with Maven for efficient PDF document processing in Java....under “New” menu (using Right Click -> New OR File menu->New) Aspose...follow the steps below: Select New Project . Select Aspose.PDF Maven...

    docs.aspose.com/pdf/java/installing-and-using-a...
  10. Section breaks erased - Free Support Forum - as...

    Issue occurs in Aspose Words 25.6 and later, when calling either of these two methods in com.aspose.words.Document: save(String fileName, int saveFormat) save(String fileName, SaveOptions saveOptions) Section breaks a…...continuous) are turned into “new page” section breaks, breaking...We have opened the following new ticket(s) in our internal issue...

    forum.aspose.com/t/section-breaks-erased/319189