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

regex

(0.11 sec)
  1. Replace Checkboxes and Radio Buttons with Text ...

    Hello, I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...replace(new Regex("checkbox|radiobutton"), ""...doc.getRange().replace(new Regex("checkbox|radiobutton"), ""...

    forum.aspose.com/t/replace-checkboxes-and-radio...
  2. FAQ|Aspose.PDF for .NET

    Here you can find answers to Frequently Asked Questions for Aspose.PDF for .NET library....implement regex search for TextFragmentAbsorber? To use regex with...

    docs.aspose.com/pdf/net/faq/
  3. Online PDF File Text Finder or Build PDF Search...

    Free online app to search in PDF file. C# API code for any PDF file text search application....Define the search criteria in Regex. Create TextAbsorber object...all instances of the input regex. Accept the absorber for the...

    products.aspose.com/total/net/search/pdf/
  4. Alternative way to extract a MergeField from a ...

    I am using the below source code in order to identify any text boxes containing MergeField Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)"); try { // Find all text boxes containing merge fields Docum…...RuntimeException(e); } But since using regex, this approach is limited if...MergeFields without relying on regex, making it more robust against...

    forum.aspose.com/t/alternative-way-to-extract-a...
  5. SSN NOt Getting Redacted - Free Support Forum -...

    I’m reaching out to explore solutions for scanning text and performing OCR on PDF documents to redact PII information. We are looking to process approximately 1 million PDFs every day, and I am keen to understand the bes…...@"\b\d{3}-\d{2}-\d{4}\b"; var ssnRegex = new Regex(ssnPattern, RegexOptions.IgnoreCase);...@"\b\d{3}-\d{2}-\d{4}\b"; var ssnRegex = new Regex(ssnPattern, RegexOptions.IgnoreCase);...

    forum.aspose.com/t/ssn-not-getting-redacted/316872
  6. Highlight Text in PowerPoint using C#

    Highlight text in PowerPoint using C#. Get the IDE settings, a list of steps, and sample code to search text in the slides and highlight in PowerPoint using C#....and highlight text using the regex expressions. This guide has...

    kb.aspose.com/slides/net/highlight-text-in-powe...
  7. Redact Address in PDF that spans multiple lines...

    @alexey.noskov In a PDF document, I need to redact an address that spans multiple lines (e.g., in a table cell): 500 Dungeon Loop Blvd., Suite 1200, San Serifo, TX 75001 Using RedactionAnnotation, can I redact such …...TextFragmentAbsorber with optional regex to locate matches, including...

    forum.aspose.com/t/redact-address-in-pdf-that-s...
  8. Incorrect Text Redaction Formatting after Modif...

    We are using TextFragmentAbsorber to find and redact text in a PDF. The redactions are marked with square brackets like [Reason], and the logic does the following: Finds all fragments matching Regex: \[(?s)(.*?)\] Upda…...Finds all fragments matching regex: \[(?s)(.*?)\] Updates the Text...

    forum.aspose.com/t/incorrect-text-redaction-for...
  9. Find and Replace Text in Excel using Java

    Follow this article to find and replace text in Excel using Java. It has all the details to set the IDE, a list of steps, and a sample code to implement text find and replace in Excel using Java.... You can implement a Regex key for searching a text instead...

    kb.aspose.com/cells/java/find-and-replace-text-...
  10. MailMerge Issue - LF - Free Support Forum - asp...

    I found an issue where when there is a mergefield with a line feed in the IF statement, it does not collapse up during mailmerge when empty. <MERGEFIELD Data1> <IF <MERGEFIELD Data2> = "TEST" "" ""> <MERGEFIELD Data3> I…... For example, a regex pattern like <<IF\s+<<MERGE...

    forum.aspose.com/t/mailmerge-issue-lf/318770