Sort Score
Result 10 results
Languages All
Labels All
Results 1,651 - 1,660 of 16,807 for

date

(0.14 sec)
  1. RtfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading LoadFormat.RTF document into a Document object in Java...."aw"); // Create a comment, date, and decryption password which...signOptions.setSignTime(new Date()); signOptions.setDecrypti...

    reference.aspose.com/words/java/com.aspose.word...
  2. How to Convert OneNote to HTML using Java

    This simple article focuses on how to convert OneNote to HTML using Java. It represents all the details to configure the environment, a complete programming work flow and an example code to export OneNote to HTML using Java....by setting the Title text and Date fields Save the OneNote file...object. The page title, title date, and time are then inserted...

    kb.aspose.com/note/java/how-to-convert-onenote-...
  3. Android API to Render PDF to GIF | products.asp...

    Transform PDF to GIF via Android via Java API...author, creation date, keywords, modify date, subject, and title.... out . println ( "Creation Date: " + docInfo . getCreationDate...

    products.aspose.com/total/android-java/conversi...
  4. Android API to Render MHTML to DOTM | products....

    Transform MHTML to DOTM via Android via Java API...author, creation date, keywords, modify date, subject, and title.... out . println ( "Creation Date: " + docInfo . getCreationDate...

    products.aspose.com/total/android-java/conversi...
  5. Android API to Render MHTML to FLATOPC | produc...

    Transform MHTML to FLATOPC via Android via Java API...author, creation date, keywords, modify date, subject, and title.... out . println ( "Creation Date: " + docInfo . getCreationDate...

    products.aspose.com/total/android-java/conversi...
  6. 介绍|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.... println ( "Date Created : " + diagram . getDocumentProps...()); System . out . println ( "Date Last Edited : " + diagram ....

    docs.aspose.com/diagram/zh/java/introduction/
  7. Aspose::Words::Properties::CustomDocumentProper...

    Aspose::Words::Properties::CustomDocumentProperties::Add method. Creates a new custom document property of the Boolean data type in C++....properties -> Add ( u "Authorized Date" , System :: DateTime :: get_Today...properties -> Add ( u "Authorized Date" , System :: DateTime :: get_Today...

    reference.aspose.com/words/cpp/aspose.words.pro...
  8. DocumentBuilder.insertField method | Aspose.Wor...

    Aspose.Words.DocumentBuilder.insertField method... insertField ( "DATE \\@ \"dddd, MMMM dd, yyyy\""...getFieldCode ()). toEqual ( "DATE \\@ \"dddd, MMMM dd, yyyy\""...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Error Converting from PDF to PDF/A format in No...

    I am trying to convert a file from PDF to PDF/A format. The conversion seems to be working in my local environment but not in QA/Staging. The code is very straight forward and shouldnt be causing issues. I am attaching t…...</Copyright><Date>4/15/2025 4:27:01 PM</Date><File Version="1...

    forum.aspose.com/t/error-converting-from-pdf-to...
  10. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...now_time , & local_tm ); #endif Date today { local_tm . tm_year +...data . SetCalculatedValue ( Date { today . year , today . month...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...