Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 31,282 for

test

(0.14 sec)
  1. Convert PDF to FODP in Python | products.aspose...

    Sample code for PDF to FODP Python conversion. Use PowerPoint Python API for batch conversion PDF files to FODP files.... Test the quality of PDF to FODP conversion...

    products.aspose.com/slides/python-net/conversio...
  2. 如何通过 Node.js 和 C++ 设置文本框的文本对齐方式|Documentation

    如何在 Aspose.Cells for Node.js via C++ 中设置文本框的文本对齐方式... setText ( "This is a test." ); // set alignment shape...

    docs.aspose.com/cells/zh/nodejs-cpp/applying-te...
  3. Managing Outlook MAPI Journal Entries in PST Fi...

    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....( "testJournal" , "This is a test journal" , "Phone call" , "Phone...

    docs.aspose.com/email/python-net/managing-mapij...
  4. Optical mark recognition|Documentation

    How to recognize the completed form and get results with Aspose.OMR for C++....Hide ] To read an answer sheet, test, survey, election ballot, or...

    docs.aspose.com/omr/cpp/recognition/
  5. How to fetch entities from a block reference in...

    how to fetch entities from a block reference in dwg file using Aspose.cad for dotnet. The Block reference consists of a ellipse and text....12:59pm 4 @Asheesh32 , Hi, please test if this is useful: foreach (CadEntityBase...

    forum.aspose.com/t/how-to-fetch-entities-from-a...
  6. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells.SetColumnWidthPixel(1, 5); var textRange = worksheet.Cells.CreateRange(0, 0,1, 2); textRange .…... Test with different text values to...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...
  7. Add Animation Property and Setup Target Camera ...

    In Aspose.3D, object animation is actually key-frame animation that animates on properties. To animate properties, you need a CurveMapping instance which maps components of a property to different curves, for example, a Vector3 property can have 3 components X/Y/Z, which will set up three channels in CurveMapping, every channel can have a set of Curves.... Save ( "camera-test.3ds" );...

    docs.aspose.com/3d/net/add-animation-property-a...
  8. Aspose.Pdf Adding 16 bit Sound Annotation plays...

    I’m trying to add a sound annotation to a PDF using the code below: document = new Document(); document.Pages.Add(); Page page = document.Pages[1]; string audioFile = @"…...string audioFile = @"D:\Projects\Test\Tts1\Sample 44k 16bit x1.wav";...

    forum.aspose.com/t/aspose-pdf-adding-16-bit-sou...
  9. NodeCollection.count property | Aspose.Words fo...

    NodeCollection.count property. Gets the number of nodes in the collection.... test ( 'CalculateDepthOfNest' , ()...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Metered License Applied but GetConsumptionCredi...

    var metered = new Metered(); metered.SetMeteredKey(“PUBLIC_KEY”, “PRIVATE_KEY”); decimal consumed = Metered.GetConsumptionQuantity(); decimal credit = Metered.GetConsumptionCredit(); bool isLicensed = Metered.IsMeter…...IsMeteredLicensed(); var doc = new Document(“test.docx”); doc.Save(“output.pdf”);...Document doc = new Document("test.docx"); doc.Save("output.pdf");...

    forum.aspose.com/t/metered-license-applied-but-...