Sort Score
Result 10 results
Languages All
Labels All
Results 291 - 300 of 3,247 for

query

(0.09 sec)
  1. Trying to convert html to pdf but some CSS not ...

    Hi Team, I am trying to convert html to pdf some CSS not supporting linear-gradient() & I am using below css code background: linear-gradient(171deg, #003C69 0%, #6639B7 100%) 0% 0% no-repeat padding-box; can you ple…...merged into an existing topic: Query Regarding Memory Leak Issue...

    forum.aspose.com/t/trying-to-convert-html-to-pd...
  2. Navigate SVG and Inspect Document Using Aspose....

    Learn how to inspect SVG with C#, use custom filters for iterating over the SVG elements, how to navigate SVG using CSS Selector or XPath....using CSS Selector or XPath Query. You can download the complete...method takes as a parameter the query selector and returns a NodeList...

    docs.aspose.com/svg/net/navigation-inspection/
  3. MailMergeSettings.Clear | Aspose.Words for .NET

    Effortlessly reset your mail merge settings with the MailMergeSettings Clear method, transforming your document into a standard format for seamless use....WriteLine ( $"Query:\n\t{doc.MailMergeSettings.Query}" ); // We...

    reference.aspose.com/words/net/aspose.words.set...
  4. MailMergeSettings.MailAsAttachment | Aspose.Wor...

    Discover how the MailAsAttachment property in MailMergeSettings enhances your email campaigns by sending merged documents as attachments for better engagement....WriteLine ( $"Query:\n\t{doc.MailMergeSettings.Query}" ); // We...

    reference.aspose.com/words/net/aspose.words.set...
  5. MailMergeSettings.MailSubject | Aspose.Words fo...

    Customize your MailMerge with the MailSubject property to create engaging email or fax subject lines. Enhance communication with personalized content....WriteLine ( $"Query:\n\t{doc.MailMergeSettings.Query}" ); // We...

    reference.aspose.com/words/net/aspose.words.set...
  6. Working with Messages from Server|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....properties for specifying the query conditions, for example, date...MailQuery is filled with the query developed by MailQueryBuilder...

    docs.aspose.com/email/python-net/working-with-m...
  7. 用C++读写带有查询表数据源的表格|Documentation

    学习如何用Aspose.Cells for C++读写带有QueryTable为数据源的表格。...the data source type if it is query table if ( table . GetDataSourceType...

    docs.aspose.com/cells/zh/cpp/read-and-write-tab...
  8. Extracting data from scanned invoices using AI|...

    Combine Aspose.OCR for .NET with ChatGPT to extract information such as numbers, dates, line items, and totals from scanned invoices.... Now let’s create a query using the extracted invoice...rather than complex program queries. Let’s try to extract some...

    docs.aspose.com/ocr/net/ocr-and-parse-with-ai/
  9. Splitting and Merging PST files|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....2005 , 4 , 7 )) query = builder . get_query () # Delete existing...personal_storage . split_into ( query , path_to_pst ) Merging PST...

    docs.aspose.com/email/python-net/splitting-and-...
  10. Can't search RFC message id in a PST file - Fre...

    i’m using aspose email 20.5.3 sample code to find the message with rfc message id : abc-def@abc.com FolderInfo folder = pst.getRootFolder().getSubFolder(“Inbox”); PersonalStorageQueryBuilder builder = new PersontalS…...); } When I didn’t use the query, it shows all the messages and...internetMessageid. But when I add the query, the search result is 0. I’m...

    forum.aspose.com/t/cant-search-rfc-message-id-i...