Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 2,280 for

regex

(0.37 sec)
  1. FieldInclude Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldInclude class to seamlessly implement INCLUDE fields in your documents, enhancing automation and efficiency.... That ( Regex . Match ( field . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  2. 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-...
  3. 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...
  4. 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...
  5. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...multi-line placeholders with regex patterns. Here is the relevant...replacements are handled with regex patterns. Entire process works...

    forum.aspose.com/t/table-placeholder-replacemen...
  6. 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-...
  7. 在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/
  8. 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...
  9. Search Text Spanning multiple PDF Pages - Free ...

    Hello Aspose Team, We are using TextFragmentAbsorber to search for specific phrases in PDFs. However, we have a scenario where the text we are searching for is split across two pages — for example, “Service’s” appears a…...text across pages and applying regex)? If this feature is not supported...

    forum.aspose.com/t/search-text-spanning-multipl...
  10. Find and Replace is replacing in wrong location...

    Hello Team, I am using Find and Replace a specific Regex text in a Word document and replace it with content from an Excel file. I’ve also created a sample project where you can add your license. However, when I upload …...Find and Replace a specific regex text in a Word document and...

    forum.aspose.com/t/find-and-replace-is-replacin...