Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 2,224 for

regex

(0.05 sec)
  1. Replace Text in PDF throw a NullReferenceExcept...

    I want to replace text in pdf with Aspose.PDF, But throw a NullReferenceException. the sample code : var doc = new Aspose.Pdf.Document(@“D:\abc\1212\c++.1.pdf”); var sourceText = “的”; var targetText = “x”; Regex rul…...targetText = “x”; Regex ruleRegexp = new Regex(Regex.Escape(sourceText));...

    forum.aspose.com/t/replace-text-in-pdf-throw-a-...
  2. PageSetup.differentFirstPageHeaderFooter proper...

    PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page.... replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Replace tag with text in a textbox inside the W...

    Replace tags in worksheet textboxes programmatically using Aspose.Cells for C++....h> #include <regex> #include <vector> #include...

    docs.aspose.com/cells/cpp/replace-tag-with-text...
  4. 在PDF中使用链接注释|Aspose.PDF for .NET

    Aspose.PDF for .NET 允许您从PDF文档中添加、获取和删除链接注释。...fragments var regEx1 = new Regex ( @"Link Annotation Demo \d"...\d" ); var regEx2 = new Regex ( @"Sample text \d" ); // Create...

    docs.aspose.com/pdf/zh/net/link-annotations/
  5. Object reference not set to an instance of an o...

    We are getting the error when converting a Word document to Html, and then converting the Html back to Word. After further investigation, we found the error was caused by this particular css: span.UnresolvedMention { co…...regex.Pattern; public class HtmlCleaner...cleanHtml(String html) { // Regex to remove any style containing...

    forum.aspose.com/t/object-reference-not-set-to-...
  6. Find or Search Data|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....with Regular Expressions: the RegEx Feature A regular expression...

    docs.aspose.com/cells/java/find-or-search-data/
  7. PageSetup.DifferentFirstPageHeaderFooter | Aspo...

    Discover the PageSetup DifferentFirstPageHeaderFooter property to customize your document's first page with unique headers and footers for a professional touch.... Replace ( new Regex ( "(header|footer)" ), "" ,...

    reference.aspose.com/words/net/aspose.words/pag...
  8. What's new 2024|Aspose.PDF for .NET

    This page introduces the most popular new features in Aspose.PDF for .NET introduced in 2024....expressions var regexes = new Regex [] { new Regex ( @"(?s)document\s+(...RegexOptions . IgnoreCase ), new Regex ( @"[\s\r\n]+Tract[\s\r\n]+of:...

    docs.aspose.com/pdf/net/whatsnew/2024/
  9. Online PDF Text Search Application or Develop P...

    Free online app to search in PDF files. Java code for any PDF file text search android application....define the search criteria in Regex. Accept the absorber for the...

    products.aspose.com/total/android-java/search/pdf/
  10. Aspose::Words::Fields::FieldInclude class | Asp...

    Aspose::Words::Fields::FieldInclude class. Implements the INCLUDE field. To learn more, visit the documentation article in C++....Text :: RegularExpressions :: Regex :: Match ( field -> GetFieldCode...

    reference.aspose.com/words/cpp/aspose.words.fie...