Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 29,700 for

test

(0.13 sec)
  1. Evaluation Version Limitations|Documentation

    Aspose.Cells for .NET provides different plans for purchase, or offers a free trial and a 30‑day temporary license for evaluation using licensing and subscription policies in C#.... How to Test Aspose.Cells Without Evaluation...Version Limitations If you want to test Aspose.Cells without evaluation...

    docs.aspose.com/cells/net/evaluation-version-li...
  2. Extra border appears after update of Rich Text ...

    Hello team. We encontered an issue when updating existing Word document containing one Rich Text embedded control that has a table with inserted HTML. When the given embedded content is updated as following: 1. richT…...java - sample test program illustrating the issue;...borders if needed Next Steps Test the modified code to see if...

    forum.aspose.com/t/extra-border-appears-after-u...
  3. Saving converted word document into PDF takes f...

    Hi Team, We are encountering an issue while converting a .docx file to PDF using Aspose. Specifically, the process hangs indefinitely at the line: wordDoc.save(os, SaveFormat.PDF); Here is the relevant snippet for ref…...remove custom font settings to test if the default settings work...is stuck at a specific point. Test with a Different Document :...

    forum.aspose.com/t/saving-converted-word-docume...
  4. Ask for 'Aspose.Email for Java' ,could I receiv...

    Hi Mates ,As title say,could I receive two or three email account like a@a.com&b@b.com&c@c.com from one deployment Instance,Thank you for your reply...1", 30000, "test" + threadIdx + "@localhost"...MailMessage( "test0@localhost", "test" + threadIdx + "@localhost"...

    forum.aspose.com/t/ask-for-aspose-email-for-jav...
  5. IReplacingCallback.replacing method | Aspose.Wo...

    IReplacingCallback.replacing method. A user defined method that is called during a replace operation for each match found just before a replace is made.... test . skip ( 'ReplaceWithCallback...find-and-replace operation. test . skip ( 'InsertDocumentAtRepl...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. Converting a PDF file to TIFF using C++ | Aspos...

    Sample code for PDF to TIFF conversion using C++. Use C++ example for batch PDF to TIFF conversion....TiffConverter -> BindPdf ( L "D: \\ Test \\ test.pdf" ); TiffConverter ->...SaveAsTIFFClassF ( L "D: \\ Test \\ test.tiff" ); Copy code to the...

    products.aspose.com/pdf/cpp/conversion/pdf-to-t...
  7. PCL to PDF conversion problem - Free Support Fo...

    Hello, I used your own example Test.pcl with Aspose.Pdf 10.6.2, but the result looks bad (not in place, wrong font, etc.). The code is your own: public class PCLToPDF { public static void main(String[] args) throws…...Hello, I used your own example test.pcl with Aspose.Pdf 10.6.2,...object pdf1.bindPCL(dataDir + “test.pcl”); // save the resultant...

    forum.aspose.com/t/pcl-to-pdf-conversion-proble...
  8. Working with Recurrences|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....task = new MapiTask ( "This is test task" , "Sample Body" , startDate...task = new MapiTask ( "This is test task" , "Sample Body" , startDate...

    docs.aspose.com/email/java/working-with-recurre...
  9. Table Cell Text with WrapText set to False does...

    Hello, I am trying to make text NOT wrap within a table cell, after being converted to a PDF from a Word document. I am using: builder.CellFormat.WrapText = false; The Word Doc is created from scratdch, and it looks …... But testing other characters with the same...“Initial Contract Test No Wrap” “Initial Contract: Test” “First ContractThis:”...

    forum.aspose.com/t/table-cell-text-with-wraptex...
  10. Converting a PDF file to PNG using C++ | Aspose...

    Sample code for PDF to PNG conversion using C++. Use C++ example for batch PDF to PNG conversion....PngConverter -> BindPdf ( L "D: \\ Test \\ test.pdf" ); PngConverter ->...:: String prefix = L "D: \\ Test \\ " ; System :: String suffix...

    products.aspose.com/pdf/cpp/conversion/pdf-to-png/