Sort Score
Result 10 results
Languages All
Labels All
Results 191 - 200 of 36,226 for

paragraph

(0.17 sec)
  1. Compare Word: Still Showing un-changed paragrap...

    This was the orignal bug: #289368 We are comparing 2 documents with the Nuget package of aspose Word, While comparing 2 documents it is showing changes on unchanged/similar Paragraphs in the Word file. it is still not…...Still Showing un-changed paragraph as change after this ticket...changes on unchanged/similar paragraphs in the Word file. it is still...

    forum.aspose.com/t/compare-word-still-showing-u...
  2. Get the end character or line break of each par...

    Hello, I want to know if I can get the end character or line break of each Paragraph when parsing pdf...character or line break of each paragraph when parsing pdf Aspose.PDF...character or line break of each paragraph when parsing pdf How to get...

    forum.aspose.com/t/get-the-end-character-or-lin...
  3. Pdf to docx conversion Paragraph numbering and ...

    Dear all, We are performing an evaluation of PDF Java to perform the conversion of a text based pdf to a docx document. I’m using version 23.7 The purpose of the converted docx document is to allow for further editing,…...Pdf to docx conversion Paragraph numbering and bullets Aspose...the numbered paragraphs (or bulleted paragraphs) the numbers...

    forum.aspose.com/t/pdf-to-docx-conversion-parag...
  4. Using DocumentBuild to insert Html and Paragrap...

    Hi, I’m trying to make a Word document out of Html strings and Strings representing section titles. I am having issue with out of order writings My code from below generates example.docx (11 KB) for (Section section …...and Paragraph Aspose.Words Product Family modify-paragraph , words-java...

    forum.aspose.com/t/using-documentbuild-to-inser...
  5. Paragraph inserted twice in a cell - Free Suppo...

    FYI image001.png (682 Bytes)...Paragraph inserted twice in a cell Aspose.PDF Product Family...application that inserts a paragraph into a table cell for .NET...

    forum.aspose.com/t/paragraph-inserted-twice-in-...
  6. How to determine if paragraph is a table to ski...

    import aspose.words as aw docToRead = aw.Document("...docx") for Paragraph in docToRead.get_child_nodes(aw.NodeType.Paragraph, True) : Paragraph = Paragraph.as_Paragraph() #if Paragraph.istable != 0: …...How to determine if paragraph is a table to skip it? Aspose.Words...aw.Document("...docx") for paragraph in docToRead.get_child_nodes(aw...

    forum.aspose.com/t/how-to-determine-if-paragrap...
  7. Need Help on getting the paragraph Id's for the...

    I need to compare two documents from Base64Encodedstring and need to present the revision results in the given json format. Here is my code for the same // Step 1: Decode the Base64-encoded strings to obtain the conten…...Need Help on getting the paragraph Id's for the revision w.r...Revisions) { // Find the paragraph containing the revision and...

    forum.aspose.com/t/need-help-on-getting-the-par...
  8. Link is creating for entire paragraph - Free Su...

    Hi Team, I am using following code Page page = document.Pages[1]; TextFragmentAbsorber ta = new TextFragmentAbsorber(“Appendix \r\n13-18”); ta.TextSearchOptions = new TextSearchOptions(page.Rect); ta.Visi…...Link is creating for entire paragraph Aspose.PDF Product Family...different lines not for whole paragraph(means for total two lines)...

    forum.aspose.com/t/link-is-creating-for-entire-...
  9. How to get the bounding box coordinates of each...

    I am going through various documents of mine and would like to obtain the coordinates (bounding box information) from all of the Paragraphs of a .rtf file. I think Aspose only works on docx files but that should be no is…...bounding box coordinates of each paragraph and table object in a .docx...information) from all of the paragraphs of a .rtf file. I think Aspose...

    forum.aspose.com/t/how-to-get-the-bounding-box-...
  10. How to return the position of first and last ch...

    Hi, I have a question to get the location of first and last char in a Paragraph in Python aspose. and check if this Paragraph is only one line?...first and last char in a paragraph, Aspose.Words Product Family...first and last char in a paragraph in Python aspose. and check...

    forum.aspose.com/t/how-to-return-the-position-o...