Sort Score
Result 10 results
Languages All
Labels All
Results 5,341 - 5,350 of 33,017 for

test

(0.11 sec)
  1. Footer text showing in grey colour in Word docs...

    Hi In Aspose Words for Java, we are using the following code snippet for inserting the footer text for (Section s : doc.getSections()) { s.getPageSetup().setDifferentFirstPageHeaderFooter(false); s.getPageSetup…...write("This is test footer text"); } doc.save("C:\\Temp\\out...

    forum.aspose.com/t/footer-text-showing-in-grey-...
  2. How to create Dynamic Scrolling Chart with Node...

    Learn how to create a dynamic scrolling chart using Aspose.Cells for Node.js via C++. Our step-by-step guide will demonstrate how to implement smooth data transitions and automatic scrolling in your chart for a continuous and updated display....node" ); // Your local test path const localPath = "" ;...

    docs.aspose.com/cells/nodejs-cpp/create-dynamic...
  3. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....TextFragment ( "link page number test to page 2" ); // Create local...TextFragment ( "link page number test to page 1" ); // TextFragment...

    docs.aspose.com/pdf/java/actions/
  4. Merge/Concatenate PDF files in Java using Aspos...

    Hi, I have a question related aspose PDF- concatenating multiple PDF files. I am using concatenate API from library class com.aspose.pdf.kit.PdfFileEditor and works really fine.But when I try to concatenate large PDFs…...input PDF files, so that we can test the scenario in our environment...

    forum.aspose.com/t/merge-concatenate-pdf-files-...
  5. Suppress blank merge-field output and remove em...

    Scenario: We generate PDFs from Word templates using JsonMailMergeDataSource. The templates contain merge fields populated via JPath from our JSON payload. Issue: When a JSON property is empty or missing, the merge fi…... But it is better to test with your real documents and...

    forum.aspose.com/t/suppress-blank-merge-field-o...
  6. Set fontsize by InheritChars - Free Support For...

    Hello, i can set the Fontsize of a shape by using: shape.Chars[0].Size.Value = 0.125 This is well described in the examples: ApplyFontOnText Now I have the case that the shape’s chars array is empty. But there are I…... Test the changes by saving and opening...

    forum.aspose.com/t/set-fontsize-by-inheritchars...
  7. Watermark VST document via .NET | products.aspo...

    C# source code to add watermark to vst file on .NET Framework, .NET Core, Mono Platforms....AddText(pinx, piny, width, height, "Test text" , "Calibri" , "#a5a5a5"...

    products.aspose.com/diagram/net/watermark/vst/
  8. Watermark VTX document via .NET | products.aspo...

    C# source code to add watermark to vtx file on .NET Framework, .NET Core, Mono Platforms....AddText(pinx, piny, width, height, "Test text" , "Calibri" , "#a5a5a5"...

    products.aspose.com/diagram/net/watermark/vtx/
  9. Installing Aspose.Tasks for Java | Aspose.Tasks...

    Learn how to install Aspose.Tasks for Java in Eclipse using Maven.... You can now test other examples and start building...

    docs.aspose.com/tasks/java/installing-and-using...
  10. Issue with rendering qoute within If block in m...

    Hi, I have a merge field in my word document in the following way {IF {MERGEFIELD} myCondition}="Yes" "This text will show when condition is true" {MERGEFIELD feedbackText} " " "} In my case feedbackText again has …... Please test the solution in your environment...

    forum.aspose.com/t/issue-with-rendering-qoute-w...