Sort Score
Result 10 results
Languages All
Labels All
Results 1,111 - 1,120 of 28,862 for

test

(0.08 sec)
  1. 102662195.xlsx

    Sheet1 Here MAC: This is my Comment Text. This is Test. Evaluation Warning Evaluation Only. Created with Aspose.Cells for .NET.Copyright 2003 - 2020 Aspose Pty Ltd. 14.0300 14.0300 false... This is Test. Evaluation Warning Evaluation...

    docs.aspose.com/cells/ja/cpp/how-to-change-the-...
  2. 102662195.xlsx

    Sheet1 Here MAC: This is my Comment Text. This is Test. Evaluation Warning Evaluation Only. Created with Aspose.Cells for .NET.Copyright 2003 - 2020 Aspose Pty Ltd. 14.0300 14.0300 false... This is Test. Evaluation Warning Evaluation...

    docs.aspose.com/cells/ru/cpp/how-to-change-the-...
  3. 102662195.xlsx

    Sheet1 Here MAC: This is my Comment Text. This is Test. Evaluation Warning Evaluation Only. Created with Aspose.Cells for .NET.Copyright 2003 - 2020 Aspose Pty Ltd. 14.0300 14.0300 false... This is Test. Evaluation Warning Evaluation...

    docs.aspose.com/cells/ru/python-net/how-to-chan...
  4. 102662195.xlsx

    Sheet1 Here MAC: This is my Comment Text. This is Test. Evaluation Warning Evaluation Only. Created with Aspose.Cells for .NET.Copyright 2003 - 2020 Aspose Pty Ltd. 14.0300 14.0300 false... This is Test. Evaluation Warning Evaluation...

    docs.aspose.com/cells/javascript-cpp/how-to-cha...
  5. Some content cannot be replaced successfully Wh...

    Sample Code void Main() { InitCoreComponent(); var doc = new Aspose.Words.Document(@"C:\Users\admin\Desktop\demo.docx"); foreach (Paragraph para in doc.GetChildNodes(NodeType.Paragraph, true)) { Range paraRange …...Replace("房地产评估规划测绘咨询有限公司", "test"); } doc.Save(@"C:\Users\admin\Desktop\result...Replace("房地产评估规划测绘咨询有限公司", "test", options); doc.Save(@"C:\U...

    forum.aspose.com/t/some-content-cannot-be-repla...
  6. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....Pptx ); using ( Presentation test = new Presentation ( outPptxFileName...Assert ( 2 == (( AutoShape ) test . Slides [ 0 ]. Shapes [ 0 ])...

    docs.aspose.com/slides/net/manage-textbox/
  7. 设置环境和安装指南|Documentation

    setup Aspose.Diagram for Python via Java and installation guidelines...pip install aspose - diagram Test Aspose.Diagram for Python via...pip install aspose - diagram Test Aspose.Diagram for Python via...

    docs.aspose.com/diagram/zh/python-java/setup-en...
  8. PdfSaveOptions.digital_signature_details proper...

    PdfSaveOptions.digital_signature_details property. Gets or sets the details for signing the output PDF document....PdfDigitalSignatureD ( certificate_holder , 'Test Signing' , 'My Office' , signing_time...RIPE_MD160 self . assertEqual ( 'Test Signing' , options . digital_signature_details...

    reference.aspose.com/words/python-net/aspose.wo...
  9. 如何在智能标记中使用if参数和变量|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...."EntityCin Test" , "EntityName" : "EntityName Test" , "FirstName"...: "FirstName Test" , "LastName" : "LastName Test" , "MiddleName"...

    docs.aspose.com/cells/zh/net/how-to-use-if-para...
  10. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\Test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\Test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String...String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now()...

    forum.aspose.com/t/pdf-base64image/315504