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

paragraph replacement in pdf

(0.09 sec)
  1. How to run Aspose.PDF for .NET 8 in Docker|Aspo...

    Integrate Aspose.Pdf functionality Into .NET 8 application usIng Docker LInux or WIndows contaIners...PDF for .NET 8 in Docker Contents [...example provided below. Aspose.PDF.Drawing v.24.01. Create sample...

    docs.aspose.com/pdf/net/docker/dotnet8/
  2. How to Apply Custom Logic to Unmerged Regions|A...

    Apply custom logic to unmerged regions durIng a Mail Merge operation usIng Java....ContactDetails region still leaves a paragraph with the text “Contact Details”...the document as well as the paragraph which precedes it as long...

    docs.aspose.com/words/java/how-to-apply-custom-...
  3. GlossaryDocument | Aspose.Words for Java

    Represents the root element for a glossary document withIn a Word document In Java....section, one body and one paragraph. // Call the "RemoveAllChildren"...appendChild(body); // Create a paragraph, set some formatting properties...

    reference.aspose.com/words/java/com.aspose.word...
  4. 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/
  5. 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/
  6. 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/
  7. 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
  8. Edit HTML In C#

    Edit HTML In C# 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/net/edit/html/
  9. 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/
  10. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(StrIng key,Document maInDoc,Document addDoc,Boolean isPortrait) { try{ FontSettIngs fontSettIngs = new FontSettIngs(); fontSe…...PARAGRAPH, true); //获取所有节点 addBuilder...getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String...

    forum.aspose.com/t/topic/312049