Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 11,926 for

date

(0.09 sec)
  1. Archival scanning and OCR|Documentation

    Automatically tag images based on their content, organize them into archives, and reduce file size to save disk space....can categorize them by topic, date, department or any other relevant...string Number ; public string Date ; public string BillTo ; public...

    docs.aspose.com/ocr/net/archival-scanning/
  2. How to use GraphClient for Microsoft Graph|Docu...

    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....tokenProvider = new ITokenProvider () { Date expirationDate = null ; @Override...token exists and its expiration date is not expired returns current...

    docs.aspose.com/email/java/how-to-use-graphclie...
  3. CustomXmlProperty Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.CustomXmlProperty class, designed to simplify managing custom XML attributes and smart tag properties for enhanced document control....of data, // such as a name, date, or address, and converts it...the above contents as being a date. // Smart tags use the "Element"...

    reference.aspose.com/words/net/aspose.words.mar...
  4. Revision | Aspose.Words for Java

    Represents a revision tracked change in a document node or style in Java....startTrackRevisions("John Doe", new Date()); builder.write("This is revision...getDateTime().getDate(), new Date().getDate()); Assert.assertEquals(doc...

    reference.aspose.com/words/java/com.aspose.word...
  5. Extraction of comments from word file - Free Su...

    We are trying to extract comments from word document we are having around 15 comments, in the document but we see only 8 comments using the below code, can someone correct the code to view all 15 comments comment_nodes…...get_author(), 'date': comment.get_date_time(), 'text': comment...{comment['author']}, Date: {comment['date']}, Comment: {comment['text']}")...

    forum.aspose.com/t/extraction-of-comments-from-...
  6. InlineStory.first_paragraph property | Aspose.W...

    InlineStory.first_paragraph property. Gets the first paragraph in the story....( doc , 'John Doe' , 'JD' , date . today ()) builder . current_paragraph...assertEqual ( date . today (), comment . date_time . date ()) # In...

    reference.aspose.com/words/python-net/aspose.wo...
  7. ChartYValueType | Aspose.Words for Java

    Allows to specify type of an Y value of a chart series in Java....Description DATE_TIME Specifies that an Y value is a date and time...chartYValueType) DATE_TIME public static int DATE_TIME Specifies...

    reference.aspose.com/words/java/com.aspose.word...
  8. OoxmlSaveOptions.compressionLevel property | As...

    OoxmlSaveOptions.compressionLevel property. Specifies the compression level used to save document...compressionLevel ; let timeBefore = new Date (); doc . save ( base . artifactsDir...saveOptions ); let timeAfter = new Date (); let testedFileLength = fs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Extract Attachments from PDF using C# | Aspose.PDF

    Extract Attachments from PDF on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... WriteLine ( $"Creation Date: {fileSpecification.Params.CreationDate}"... WriteLine ( $"Modification Date: {fileSpecification.Params.ModDate}"...

    products.aspose.com/pdf/net/attachments/extract/
  10. Headers are disappearing while convertig from E...

    Hello, when converting Email to PDF, the Headers do not appear in the PDF file. I am using Aspose Email 23.12. I was using Aspose.Email 6.0.0 before. Everything was OK. Sample Code is below. Am I forgetting any settings…...add("Date"); so.getRenderingHeaders()...so.getRenderingHeaders().add("Date"); so.getRenderingHeaders()...

    forum.aspose.com/t/headers-are-disappearing-whi...