Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 165,103 for

new

(0.18 sec)
  1. Add named value in XMP metadata of EPS | .NET

    The process of adding named value in XMP metadata with Aspose.Page for .NET is explained and illustrated with the code snippets here....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/page/net/xmp-metadata/add-named...
  2. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...Words: Document doc = new Document("input.pdf"); FindReplaceOptions...FindReplaceOptions options = new FindReplaceOptions(); options.se...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  3. 使用Node.js和C++拆分Excel工作表屏幕|Documentation

    在本文中,您将学习如何通过编程方式使用Node.js C++插件将工作表分成两部分或四部分,以显示特定的行和/或列。...Instantiate a new Workbook. const workbook = new AsposeCells ...Instantiate a new Workbook. const workbook = new AsposeCells ...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-spli...
  4. Read a Task's Timephased Data

    Learn how to read Microsoft Project (MPP/XML) task timephased data using Aspose.Tasks for Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/read-a-task-s-timeph...
  5. Glyphs and Metrics of Type1 Fonts | Java

    Java APIs for the developers to manipulate and font files. Learn the fundamentals on how to work with glyphs and metrics of Type 1 fonts within Java....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/font/java/glyphs-and-metrics-ty...
  6. Úpravy souborů PSD online | products.aspose.com

    Upravte soubory PSD Adobe Photoshop online...UpdateText("test update", new Point(0, 0), 15.0f, Color.Purple);...of Image using (Image image = new PsdImage(100, 100)) { // Create...

    products.aspose.com/psd/cz/editor/
  7. 使用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...
  8. Get Inline Error Message - Free Support Forum -...

    Using ReportingEngine to build Word reports with inline error detection enabled via ReportBuildOptions.InlineErrorMessages. Issue: In some cases, especially with complex expressions (e.g., comparing nullable numbers to …...BuildReport(doc, new JsonDataSource(ms, jOpt), "ds");...Save("C:\\Temp\\ErroredOutput.docx"); throw new InvalidOperationExce( $"Document...

    forum.aspose.com/t/get-inline-error-message/315601
  9. NodeCollection | Aspose.Words for Java

    Represents a collection of nodes of a specific type in Java.... Document doc = new Document(getMyDir() + "Textboxes...TEXT_BOX))) { Shape replacementShape = new Shape(doc, ShapeType.IMAGE);...

    reference.aspose.com/words/java/com.aspose.word...
  10. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... let doc = new aw . Document (); // Create a new VBA project...project. let project = new aw . Vba . VbaProject (); project . name...

    reference.aspose.com/words/nodejs-net/aspose.wo...