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

new

(0.12 sec)
  1. Array Dimensions exceeded supported range ERROR...

    Array Dimensions exceeded supported range ERROR in version 22.1.0 replaced by System Stack Overflow in version 25.3.0.0 Hi. I was trying to open a specific file using Aspose.Task version 22.1.0 and......Based on this, I purchased a new license and downloaded version...Based on this, I purchased a new license and downloaded version...

    forum.aspose.com/t/array-dimensions-exceeded-su...
  2. Font.Shadow cannot read the shadow correctly - ...

    word in the test.docx set the text attribute “Shadow”, but run.Font.Shadow property value is false using of aspose.word version number 22.4, I wonder whether the Font.Shadow can corresponds to the text attribute of the “…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...check the shadow property doc = new Document("ShadowText.docx");...

    forum.aspose.com/t/font-shadow-cannot-read-the-...
  3. 使用 Node.js 和 C++ 将每个工作表保存为不同的 PDF 文件|Documentation

    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....xlsx" ); // Instantiate a new workbook and open the Excel file...its location const workbook = new AsposeCells . Workbook ( filePath...

    docs.aspose.com/cells/zh/nodejs-cpp/save-each-w...
  4. PdfSaveOptions.embedFullFonts property | Aspose...

    PdfSaveOptions.embedFullFonts property. Controls how fonts are embedded into the resulting PDF documents....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...getFontsSources (); let folderFontSource = new aw . Fonts . FolderFontSource...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Microsoft Word 6.0/95 document throws FileCorru...

    The attached two Microsoft Word 6.0/95 documents throw an Aspose.Words.FileCorruptedException when opened with Aspose.Words for .Net >= 19.7 (including 19.9). If I reference a version < 19.7, the exception is not thrown. …... Repro // arrange var lic = new License(); lic.SetLicense("Aspose...FileCorruptedExcepti>(() => new Document(path1)); Assert.Throws<Aspose...

    forum.aspose.com/t/microsoft-word-6-0-95-docume...
  6. Actual Properties in PHP | Aspose.Tasks Documen...

    This guide explains how to work with Microsoft Project actual properties using Aspose.Tasks Java for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/actual-properties-in...
  7. Removing the Gap Between Tasks List and Footer ...

    This guide explains how to use Aspose.Tasks for Java to reduce the gap between the task list and footer when converting project data....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/reducing-gap-between...
  8. 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
  9. Aspose.Email uses java.util.Date incorrectly - ...

    The Aspose getters and setters that use Java Date all do this, and ruin timestamps instead of leaving them alone. java.util.Date is not intended to be used as a timestamp with timezone. From the JavaDoc: Allocates a D…...(javaDate == null) { return new DateTime(); } else { long var1...getDefault().getOffset(var1)); return new DateTime(var3, 0L); } } Someone...

    forum.aspose.com/t/aspose-email-uses-java-util-...
  10. 如何使用 Java 获取 Link 注解 | Aspose.PDF

    在 JSP/JSF 应用程序和桌面应用程序的 Java 运行时环境中获取 PDF 文件中的 Link 注释的 Java 示例代码。...PDF file Document document = new Document ( _dataDir + "SimpleResume_mod...annotationSelector = new AnnotationSelector ( new LinkAnnotation (...

    products.aspose.com/pdf/zh-hans/java/annotation...