I am using the below source code in order to identify any text boxes containing MergeField
Pattern pattern = Pattern.compile("(MERGEFIELD.+\\* MERGEFORMAT)");
try {
// Find all text boxes containing merge fields
Docum…...builder = new DocumentBuilder(document); AtomicInteger bmCount =...AtomicInteger(1); for (Object obj : document.getChildNodes(NodeType.SHAPE...
This API allows to create, edit, render, print, and convert Word Documents without utilizing Microsoft Word....Breaks in Word using C# How to Insert Hyperlink in Word using C#...using C# How to Insert Watermark in Word Document using C# How to...
Implements the INDEX field in Java....the Working with Fields documentation article. Remarks: Builds...fields, and inserts that index at this place in the document. Examples:...
Explore how to add a table of contents (TOC) to an existing PDF Document in PHP with Aspose.PDF for improved navigation....Add TOC To add TOC in Pdf document using Aspose.PDF Java for...Code # Open a pdf document. $doc = new Document ( $dataDir . "input1...
Sample code on Python via Java for PDF to EMF conversion. Use example code for batch PDF to EMF conversion with Python and Java...programmatically a document from PDF to EMF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...
Sample code on Python via Java for PDF to PNG conversion. Use example code for batch PDF to PNG conversion with Python and Java...programmatically a document from PDF to PNG format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...
Aspose::Words::DocumentBuilder::InsertHyperlink method. Inserts a hyperlink into the Document in C++....ink method Inserts a hyperlink into the document. System :: SharedPtr...link to be displayed in the document. urlOrBookmark const System::String&...
Sample code on Python for PDF to GIF conversion. Use example code for batch PDF to GIF conversion with Python and .NET...programmatically a document from PDF to GIF format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...
Provides access to the chart shape properties in Java....Charts documentation article. Examples: Shows how to insert a chart...and set a title. Document doc = new Document(); DocumentBuilder...
Aspose::Words::DocumentBuilder::get_CurrentNode method. Gets the node that is currently selected in this DocumentBuilder in C++.... Any insert operations you perform using...using DocumentBuilder will insert before the CurrentNode . When...