Sort Score
Result 10 results
Languages All
Labels All
Results 4,891 - 4,900 of 31,904 for

test

(0.95 sec)
  1. Merge MPX to MS-Project via C# | Microsoft Proj...

    Sample code for MPX to MS-Project C# merging. Use API example code for batch MPX files to MS-Project merging within VB.NET, Asp.NET or any .NET based application.... Online MPX Merger Test the quality of MPX merging right...managing multiple MPX files. Test the quality of the process right...

    products.aspose.com/tasks/net/merger/mpx-to-ms-...
  2. Merge Primavera-XML to MPP via C# | Microsoft P...

    Sample code for Primavera-XML to MPP C# merging. Use API example code for batch Primavera-XML files to MPP merging within VB.NET, Asp.NET or any .NET based application....Online Primavera-XML Merger Test the quality of Primavera-XML...multiple Primavera-XML files. Test the quality of the process right...

    products.aspose.com/tasks/net/merger/primavera-...
  3. Merge Primavera-XML to JIRA via C# | Microsoft ...

    Sample code for Primavera-XML to JIRA C# merging. Use API example code for batch Primavera-XML files to JIRA merging within VB.NET, Asp.NET or any .NET based application....Online Primavera-XML Merger Test the quality of Primavera-XML...multiple Primavera-XML files. Test the quality of the process right...

    products.aspose.com/tasks/net/merger/primavera-...
  4. No usable version of libssl was found - Free Su...

    I have a Python script running Aspose.Words, when I call aspose.words.License.set_license I get the following error: No usable version of libssl was found I use libssl in many of my other Python scripts and everything w…...files make Test the files you just made make test Make a directory...

    forum.aspose.com/t/no-usable-version-of-libssl-...
  5. Public API Changes in Aspose.Cells 8.5.0|Docume...

    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....( "Test" ); worksheet . Cells [ "S4" ]. PutValue ( "Test" );...

    docs.aspose.com/cells/net/public-api-changes-in...
  6. Arabic parts of a font do not work in Aspose.Wo...

    I am not an Aspose user, I am a font engineer. We supplied TTFs containing Latin and Arabic to our client. The TTFs pass all Tests and work everywhere as expected. Except that the client now complains that when they conv…... The TTFs pass all tests and work everywhere as expected...being embedded in documents. Test with Different Fonts : Try using...

    forum.aspose.com/t/arabic-parts-of-a-font-do-no...
  7. Code olm to pst - Free Support Forum - aspose.com

    bool ConvertOlmToPst(string olmFilePath, string fullPstPath)//last { // Create a new PST PersonalStorage pst = PersonalStorage.Create(fullPstPath, FileFormatVersion.Unicode); var root = pst.RootFolder; FolderI…... If possible, test with a minimal sample OLM file...trace help pinpoint the problem. Test with a minimal OLM sample that...

    forum.aspose.com/t/code-olm-to-pst/324745
  8. Hyperlinks do not work when exporting from HTML...

    Hi, I am trying to export from HTML to PDF and want to encrypt the document. Hyperlinks work fine in the exported PDF if the encryption is NOT used. However, they cannot be clicked if PDF is encrypted. I need the links…...following resources here for testing. Input HTML file Aspose generated...problem. public static void test() { InputStream is = new By...

    forum.aspose.com/t/hyperlinks-do-not-work-when-...
  9. JsonDataSource Initialization Extremely Slow wi...

    I’m using the LINQ Reporting Engine in Aspose.Words and passing a large JSON structure (~18,000 tokens) as the data source. Currently, I’m instantiating the data source like this: var dataSource = new JsonDataSource(n…...BuildReport(doc, dataSource); Next Steps Test the performance with the file-based...input JSONT file here for testing? We will check the issue and...

    forum.aspose.com/t/jsondatasource-initializatio...
  10. 分割网格|Documentation

    开发人员可能需要将场景的所有网格拆分为每个材质的几个子网格。如果已为场景指定了单个材质,则SplitMesh方法不会拆分场景的网格。开发人员现在可以使用 Aspose.3D for .NET API 来实现此目的。... GetDataFilePath ( "test.fbx" ); // Load a 3D file Scene...RunExamples . GetOutputFilePath ( "test-splitted.fbx" ); scene . Save...

    docs.aspose.com/3d/zh/net/split-mesh/