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

paragraph replacement in pdf

(1.19 sec)
  1. Edit HTML In Python

    Edit HTML In Python code....HTML for text patterns and replace them with new text Save the...Remove unwanted HTML elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/html/
  2. Edit MARKDOWN In Python

    Edit MARKDOWN In Python code....Markdown for text patterns and replace them with new text Save the...unwanted Markdown elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/markd...
  3. Edit DOC In Python

    Edit DOC In Python code....DOC for text patterns and replace them with new text Save the...Remove unwanted DOC elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/doc/
  4. Edit DOCX In Python

    Edit DOCX In Python code....DOCX for text patterns and replace them with new text Save the...Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/docx/
  5. Edit TEXT In Python

    Edit TEXT In Python code....text for text patterns and replace them with new text Save the...Remove unwanted text elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/python-net/edit/text/
  6. Word目录页码问题 - Free Support Forum - aspose.com

    问题:Word生成的目录不对,不能和Pdf文件的目录对应,Pdf的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下: strIng desPath = Path.CombIne(reportDesPath, fileName); Aspose.Words.Document doc = new Aspose.Words.Document(desPath); doc.UpdateFields(); doc.Update…...8:03am 1 问题:Word生成的目录不对,不能和PDF文件的目录对应,PDF的目录是正确地。请帮忙看看是什么原因,谢谢。 生成目录的核心代码如下:...StartsWith("_Toc")) { Paragraph tocItem = (Paragraph)field.Start.GetAncestor(NodeType...

    forum.aspose.com/t/word/316558
  7. Edit WORD In C#

    Edit a Word document In C# code....Word for text patterns and replace them with new text Save the...Remove unwanted Word elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/word/
  8. Edit DOCX In C#

    Edit DOCX In C# code....DOCX for text patterns and replace them with new text Save the...Remove unwanted DOCX elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/docx/
  9. DocumentBase | Aspose.Words for Java

    Provides the abstract base class for a maIn document and a glossary document of a Word document In Java.... // 1 - Paragraph node: Paragraph para = (Paragraph) doc.getChild(NodeType...getChild(NodeType.PARAGRAPH, 4, true); para.accept(hiddenContentRemover);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Edit TEXT In C#

    Edit TEXT In C# code....text for text patterns and replace them with new text Save the...Remove unwanted text elements (paragraphs, pages, sections, chapters)...

    products.aspose.com/words/net/edit/text/