Sort Score
Result 10 results
Languages All
Labels All
Results 351 - 360 of 3,009 for

regex

(0.09 sec)
  1. Can anyone help me to get the footnotes with su...

    Hi @alexey.noskov Footnotes should immediately follow the table or figure using superscript lowercase letters (Any text after table with font size less than or equal to 10 is considered as a footnote. System should chec…... Regex regex = new Regex(@"\(?[a-z]\)?"); return regex.IsMatch(firstRun...

    forum.aspose.com/t/can-anyone-help-me-to-get-th...
  2. FieldIncludePicture Class | Aspose.Words for .NET

    Aspose.Words.Fields.FieldIncludePicture class. Implements the INCLUDEPICTURE field in C#.... True ( Regex . Match ( fieldIncludePicture...IsLinked = true ; Assert . True ( Regex . Match ( fieldImport . GetFieldCode...

    reference.aspose.com/words/net/aspose.words.fie...
  3. Convert plain text URL to Hyperlink - Aspose.Wo...

    I’m currently evaluating if “Aspose.Words” can identify all plain text URLs included in a Word doc and convert them into hyperlinks. I think the following is a way to do that. But, I wonder if there’s a quicker/easier …... Regex urlRegex = new Regex(@"(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-...

    forum.aspose.com/t/convert-plain-text-url-to-hy...
  4. Change Subject Name with Digital Signature - As...

    We are using the following basic code for signing the PDF: ExternalSignature externalSignature = new ExternalSignature(certificate); externalSignature.CustomAppearance = new Aspose.Pdf.Forms.SignatureCustomAppearance { …...concise so we need to change/regex/format the subject name to be...

    forum.aspose.com/t/change-subject-name-with-dig...
  5. doc.Pages.Accept(textFragmentAbsorber) is takin...

    Hi All, We are trying get all occurances based in Regex match. We are using Aspose.PDF 23.11.1 latest version. Below is the code to get TextFragments. var doc = new Aspose.Pdf.Document(path); var searchTerm = “\[(?s)(…...get all occurances based in Regex match. We are using Aspose.PDF...

    forum.aspose.com/t/doc-pages-accept-textfragmen...
  6. Problem after updating textlayer in photoshop -...

    The text is shown first in one line but after updating in photoshop, a word goes to a second line. Before replacing the text: BeforeoReplaceText.png (27.4 KB) Before updating: BeforeUpdateInPS.png (60.3 KB) After up…...(TextLayer)layerItem; Regex pRegex = new Regex("#lsak[^#]+#", RegexOptions...

    forum.aspose.com/t/problem-after-updating-textl...
  7. Search and replace text in MHTML document via C...

    C++ example code to redact sensitive information in MHTML file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/mhtml/
  8. TextFrame|Aspose.Sildes for Python via .NET API...

    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.... highlight_regex(regex, highlight_color, options)...

    docs.aspose.com/slides/python-net/api-reference...
  9. Search and replace text in TXT document via C++...

    C++ example code to redact sensitive information in TXT file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/txt/
  10. Search and replace text in DOC document via C++...

    C++ example code to redact sensitive information in DOC file on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....Pattern Use Replace method with Regex. Save document. System Requirements...:Text::RegularExpressions::Regex>(u "[s|m]ad" ), u "bad" , options);...

    products.aspose.com/words/cpp/redaction/doc/