Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 38,796 for

test

(0.04 sec)
  1. Document doesn't have border when it is saved a...

    Hi, I have document with two lines in table. When I read this file and save as word then everything is okay. When I save the same document as pdf then one line is missed. Please see the code example and the sample docu…...Save(@“Test-word.docx”); doc.Save(@“Test-pdf.pdf”); Thanks...Monika Test-pdf.pdf (51.9 KB) Template.docx (8.7 KB) Test-word...

    forum.aspose.com/t/document-doesnt-have-border-...
  2. Converting Dynamic XFA for to standard throws E...

    When I try to convert a pdf containing XFA form i get a NullReferenceException Document document = new Document( "form.pdf"); document.Form.Type = FormType.Standard; document.Save( "Flattened.pd…...N-US”>Test Name: FillXfaFormUsingAspo<o:p></o:p> Test FullName:...AsposeXfaTest.FillXfaFormUsingAspo Test Source: d:\Source\Repos\nem...

    forum.aspose.com/t/converting-dynamic-xfa-for-t...
  3. Find and Replace Text Throw Error Incorrect inp...

    Env Windows 11 Aspose.PDF for .NET 24.1 Code void Test() { var doc = new Aspose.Pdf.Document(@"C:\Users\Administrator\Desktop\Test\Test.pdf"); var textFragmentAbsorber = new TextFragmentAbsorber("2008"); doc.Pages.A…...1 Code void Test() { var doc = new Aspose.Pdf...Document(@"C:\Users\Administrator\Desktop\test\test.pdf"); var textFragmentAbsorber...

    forum.aspose.com/t/find-and-replace-text-throw-...
  4. EmfPlusFillClosedCurve - Aspose.Imaging for Jav...

    Detailed explanation & examples of Aspose.Imaging for Java library so you may easily integrate Image Processing capabilities with your own apps.... According to this rule, a test point can be determined to be...follows: Draw a line from the test point to a point that is distant...

    reference.aspose.com/imaging/java/com.aspose.im...
  5. Convert Pdf to Docx lost structure - Free Suppo...

    I am trying to convert Pdf to Docx but it doesn’t have table and sentence anymore, whole file were converted to paragraph and each word was separated as well. So for example “Hello Word” will become 2 elements. Code and…...DocX); Test 1.pdf (89.1 KB) Is there anyway...var document = new Document("test-1.pdf"); var docSaveOptions...

    forum.aspose.com/t/convert-pdf-to-docx-lost-str...
  6. Aspose如何控制表格列(Row)的上下平均寬度 - 中文技术支持 - Free Suppo...

    Dear Sir 現有一表格分為上下兩半部,當內部Row增加時,下半部的表格高度會被變小,這部分aspose words java可以如何設定表格的高度大小嗎?附件是目前使用的範本。Q-4-10-1-temp.docx (18.4 KB)謝謝!...set(0,"test"); row.set(1,"test"); row.set(2,"test"); row.set(3...set(3,"test"); row.set(4,"test"); row.set(5,"test"); row.set(6...

    forum.aspose.com/t/aspose-row/238205
  7. After Replacing the Text, One Line Becomes Two ...

    Env Windows 11 Aspose.PDF for .NET 24.1 Code void Test() { var doc = new Aspose.Pdf.Document(@"C:\Users\Administrator\Desktop\Test\Test.pdf"); var textFragmentAbsorber = new TextFragmentAbsorber("关注微信公众号“捷思课堂”获取更多学习资…...1 Code void Test() { var doc = new Aspose.Pdf...Document(@"C:\Users\Administrator\Desktop\test\test.pdf"); var textFragmentAbsorber...

    forum.aspose.com/t/after-replacing-the-text-one...
  8. PDF Form Field with Kanji characters - Free Sup...

    Hello We are using Aspose.PDF for .NET (22.10.0) to fill some PDF form text boxes with data. The data that we are trying to insert contains kanji characters like “介来华签证简”. After filling this text box and opening the p…...new FolderFontSource(@"C:\git\Test\fonts"); FontRepository.Sources...(Field)doc.Form["test"]; field.Value = "test 介来 华签证简"; doc.Save(@"c:\temp\out...

    forum.aspose.com/t/pdf-form-field-with-kanji-ch...
  9. Contains | Aspose.PSD for .NET API Reference

    Contains Contents [ Hide ] RectangleF.Contains method (1 of 3) Determines if the specified point is contained within ......point to test. y Single The y-coordinate of the point to test. Return...Description point PointF The PointF to test. Return Value This method returns...

    reference.aspose.com/psd/net/aspose.psd/rectang...
  10. Inconsistent output when converting from word t...

    Hello, I’m trying to convert word to html using the aspose.words JAVA API for some documents I’m not getting the expected output. We require the documents to have h1, h2, h3, h4, h5 and h6 in the HTML corresponding to t…...word document correct-ENG-1161-test-doc-v4.docx (14.4 KB) This is...word document wrong-ENG-1161-test-doc-v4.docx (9.2 KB) correct...

    forum.aspose.com/t/inconsistent-output-when-con...