Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 6,201 for

replace text

(0.15 sec)
  1. Replacing bookmarks causes issues when the modi...

    I performed bookmark Replacement using Input Document 1 and Input Document 2, and I successfully generated the output document (which I have attached). The first bookmark Replacement works correctly, and the output docum…...Replacing bookmarks causes issues when the modified document...12:53am 1 I performed bookmark replacement using Input Document 1 and...

    forum.aspose.com/t/replacing-bookmarks-causes-i...
  2. FieldEditTime | Aspose.Words for Java

    Implements the EDITTIME field in Java....getDisplayResult() Gets the text that represents the displayed...end. getFieldCode() Returns text between field start and field...

    reference.aspose.com/words/java/com.aspose.word...
  3. Options When Converting to PDF|Aspose.Words for...

    Convert a document to PDF with advanced options using Node.js. Use PdfSaveOptions to change the result of saving a document to PDF format....fillable forms instead of a plain text. Use the preserveFormFields...later by adding or modifying the text. All fonts are included, hence...

    docs.aspose.com/words/nodejs-net/specify-render...
  4. Common issues with LaTeX files and how to solve...

    Practical tips to troubleshoot LaTeX files, resolving errors, compilation problems, package conflicts, and formatting bugs for seamless document creation....a plain text file that contains a combination of text content...beginners. LaTeX files are plain text, making them amenable to version...

    docs.aspose.com/tex/net/troubleshoot-with-latex...
  5. Checkboxes on second page also printing on firs...

    Problem Explanation: The below html is converted to PDF. It occupies 2 pages which is fine. but the checkboxes on the second page appears on the first page with the same position as it should on the first page. the ch…...page-break-after ) are honoured for normal text, but form controls can be placed...check‑boxes are not required , replace the <input> elements with static...

    forum.aspose.com/t/checkboxes-on-second-page-al...
  6. Aspose.Pdf and Aspose.Drawing exceptions conver...

    I’m using .net core on Windows with version 25.11 of Aspose.Email and Aspose.Pdf.Drawing libraries (the latest) and I have 2 files where I’m getting exceptions. One exception occurs in Aspose.PDF and the other in Aspose.…...with the generated html, and a text file with the stacktrace. These...unsupported images before loading Replace the problematic image with...

    forum.aspose.com/t/aspose-pdf-and-aspose-drawin...
  7. Formatting PDF Document using C#|Aspose.PDF for...

    Create and format the PDF Document with Aspose.PDF for .NET. Use the next code snippet to resolve your tasks....Text.Font class to embed the font...a logo, but not for the body text. Using a subset reduces the...

    docs.aspose.com/pdf/net/formatting-pdf-document/
  8. Manipulating Adobe Photoshop Formats|Documentation

    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.... Color replacement in PSD layers This article...layer to a raster image. Update Text Layer In PSD File Aspose.PSD...

    docs.aspose.com/psd/net/manipulating-adobe-phot...
  9. FieldHyperlink | Aspose.Words for Java

    Implements the HYPERLINK field in Java....getDisplayResult() Gets the text that represents the displayed...end. getFieldCode() Returns text between field start and field...

    reference.aspose.com/words/java/com.aspose.word...
  10. 请我如何给msword的每一页设置不同的页面(纸张方向) - Free Support For...

    我使用bulid进行了文档的嵌入 NodeCollection runs = mainDoc.getChildNodes(NodeType.PARAGRAPH, true); //获取所有节点 int dell = 0 ; for (int i = 0; i < runs.getCount(); i++) { Paragraph r = (Paragraph) runs.get(i); String Text = r.…...String text = r.getRange().getText();//获取段落文本 if(text.length()>=key...length()>=key.length() && text.indexOf(key)>=0) { //指定段落插入表格 Builder...

    forum.aspose.com/t/msword/310489