Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 480 for

phrase

(0.2 sec)
  1. Replace Text in PDF using C++|Aspose.PDF for C++

    Learn more about various ways of replacing and removing text from PDF. Aspose.PDF allows replacing text in a particular region or with a regular expression....TextFragmentAbsorber to find the particular phrase you want to replace. After...instances of the input search phrase auto textFragmentAbsorber =...

    docs.aspose.com/pdf/cpp/replace-text-in-pdf/
  2. 使用TextFragmentAbsorber正则匹配文本查询不到 - Free Support...

    pdf中文字含有内嵌字体,导致使用TextFragmentAbsorber匹配不到正确的文本,如何处理。f94a6f84-ecb5-4254-8d6a-d04e0846a377.pdf (222.1 KB) 文档中的手机号和邮箱都无法用正常的正则匹配到。 public static final String PHONE_REG = "(?:(?:1[-\\s]*[3456789][-\\s]*\\d{1}[-\\s]*\\d{1}[…...instances of the input search phrase TextFragmentAbsorber textFragmentAbsorber...

    forum.aspose.com/t/textfragmentabsorber/257235
  3. Replace Text in PDF via Python|Aspose.PDF for P...

    Learn more about various ways of replacing and removing text from Aspose.PDF for Python via .NET library....TextFragmentAbsorber to find the particular phrase you want to replace. After...instances of the input search phrase absorber = ap . text . TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  4. How to get all the section headers and Create B...

    Hi there, I have a requirement to create bookmarks in an existing PDF document. However, the current bookmarkeditor.createbookmarks() method would simply create bookmarks for all the pages. Instead, i would like to take…...instances of the input search phrase TextFragmentAbsorber textFragmentAbsorber...

    forum.aspose.com/t/how-to-get-all-the-section-h...
  5. Render text with glyphs | .NET API Solution

    .NET API Solution to manage fonts. Learn how to visualize the text of any complexity with the glyphs C# code.... C# Code to render the phrase using Aspose.Font.Rendering;...

    products.aspose.com/font/net/render-text/
  6. Content alignment, spacing and compression issu...

    Hello, We have content allignment and spacing as well as overlapping content issue along wit some compressor doesn’t work for printing for visio files, Allignment of shapes and diagrams aren’t well organised. Some com…...Roman” in Microsoft Visio, the phrase “NAKHONSITHAMMARAT” will also...

    forum.aspose.com/t/content-alignment-spacing-an...
  7. Replace text ignores embedded font - Free Suppo...

    Hi, I’m trying to replace text in a pdf. It needs to keep the font used on the text, especially if it’s an embedded font. If I simply replace only the text, it switches the font to Times New Roman. If I try forcing it …...instances of the input search phrase TextFragmentAbsorber textFragmentAbsorber...

    forum.aspose.com/t/replace-text-ignores-embedde...
  8. Replace Text in PDF|Aspose.PDF for .NET

    Learn more about various ways of replacing and removing text from Aspose.PDF for .NET library....TextFragmentAbsorber to find the particular phrase you want to replace. After...instances of the input search phrase TextFragmentAbsorber textFragmentAbsorber...

    docs.aspose.com/pdf/net/replace-text-in-pdf/
  9. Manipulations with glyphs | API Solution | .NET

    .NET API Solution to manage fonts. Learn how to get Glyphs and Metrics information of a font with a few lines of C# code.... Here as an example phrase «Hello world» is used. Declare...

    products.aspose.com/font/net/manipulate-glyphs/
  10. 含有矢量图的pdf转txt时消耗大量内存,造成OOM - Free Support Forum...

    我们的机器在处理pdf转txt业务时发生OOM,分析dump文件发现是由于产生了大量的aspose对象造成的。我们注意到所处理的pdf文件中含有大量矢量图,这也许是消耗过多内存的直接原因(普通不含矢量图的pdf在转换是顺利的)。并且,还发现pdf在初始化文档时(也就是下面这个方法)进程就会卡住: Document textPdf = new Document(filePath) 我们的机器是linux系统,4核8G。在windos系…...instances of the input search phrase TextAbsorber textAbsorber =...

    forum.aspose.com/t/pdf-txt-oom/268737