Sort Score
Result 10 results
Languages All
Labels All
Results 3,271 - 3,280 of 29,580 for

test

(0.12 sec)
  1. Aspose.NET C# Word To PDF - Free Support Forum ...

    IssueWithWordConversion.pdf (12.4 KB) IssueWithWordConversion.docx (33.2 KB) We are having issues converting Word to PDF. You can see in the PDF generated its missing a lot of content from the table at the bottom of th…...Message}"; } } Test without any custom PdfSaveOptions... please provide the minimal test file and version number so we...

    forum.aspose.com/t/aspose-net-c-word-to-pdf/322585
  2. Two issues with adding watermarks in Aspose.PDF...

    First, I’ll post the code I wrote, and then explain the issues at the end: /// <summary> /// 为pdf添加水印 /// </summary> /// <param name="DocuementFileName">文档名称</param> /// <param name="Save…... Test with Different Settings : Experiment...internal structure. Convert and Test : As you mentioned, converting...

    forum.aspose.com/t/two-issues-with-adding-water...
  3. Issue with an EMF Image When Converting a Prese...

    Hi, We have been working with Aspose.Slides.Cpp since version 24. We also have purchased the license. Recently we have upgraded the Aspose.Slides.Cpp to version 25.6(laTest) and found out that our emf with table annotat…... Test with Different EMF Files : Try...suggested troubleshooting steps and test the results. If the problem...

    forum.aspose.com/t/issue-with-an-emf-image-when...
  4. Convert PDF to PNG using Aspose.PDF Java Font a...

    The font of the content in the PDF to PNG conversion is SourceHanSansHWSC-Regular.otf font, and the PNG image is garbled after conversion. Use font package for Source Black OTF If the font is correct when converting Wo…...information and confirm if we can test using the same code that has...above and the code below for testing, which contains some of our...

    forum.aspose.com/t/convert-pdf-to-png-using-asp...
  5. GridDesktop: invoke error - Free Support Forum ...

    We observe random exceptions like this in GridDesktop: Exception-Type: System.InvalidOperationException Message: Invoke oder BeginInvoke kann für ein Steuerelement erst aufgerufen werden, wenn das Fensterhandle erstellt…...could provide us a simulation test-case or sample app with resource...Please take your time to create a test case that reproduces the issue...

    forum.aspose.com/t/griddesktop-invoke-error/312280
  6. Aspose.PSD for Java 20.2 - Release Notes|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....BlendClippedElements should be true" ); // Test editing and saving resource... actualPropertyValueI ); // Test editing and saving blwhResource...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  7. PSD ファイルを開いて編集する | products.aspose.com

    オンラインエディターで PSD ファイルを開いて編集する...UpdateText("test update", new Point(0, 0), 15...layer; textLayer.updateText("test update", new Point(0, 0), 15...

    products.aspose.com/psd/jp/editor/psd/
  8. Bug in LegendEntry.isDeleted in Aspose.Cells ve...

    After upgrading our Aspose.Cells version from 25.9 to 25.10, 25.11, or 25.12, we are experiencing unexpected behavior when setting LegendEntry.isDeleted for series legend entries. We have a workbook containing charts th…... Test with the latest release (e.g...compressed archive here. We will also test it using both older and newer...

    forum.aspose.com/t/bug-in-legendentry-isdeleted...
  9. How to Add a Row in Excel using Node.js

    This article explains how to add a row in Excel using Node.js. It has the IDE settings, a list of steps, and a runnable sample code to insert line in Excel using Node.js....worksheet for processing Add some test data in different rows in the...inserted into a sheet for testing the feature. The insertRows()...

    kb.aspose.com/cells/nodejs/how-to-add-a-row-in-...
  10. Split Mesh|Documentation

    Aspose.3D for Java API has support to split all meshes of a scene into several sub meshes per material. The SplitMesh method will not split a mesh of the scene, if it has been assigned a single material. It can be achieved by using Aspose.3D for Java API....getDataDir (); MyDir = MyDir + "test.fbx" ; // Load a 3D file Scene...RunExamples . getOutputFilePath ( "test-splitted.fbx" ); scene . save...

    docs.aspose.com/3d/java/split-mesh/