Deleting hyperlinks

Hi,
I am trying to delete the hyperlink from a doc file and save it into a pdf but the following code won’t work: the hyperlink is still there in the pdf. Attached is the document I am testing on.
NodeList fieldStarts = doc.selectNodes("//FieldStart");
for (FieldStart fieldStart : (Iterable) fieldStarts)
{
if (fieldStart.getFieldType() == FieldType.FIELD_HYPERLINK)
{
fieldStart.remove();
}
}
thanks,
Cam.

Hi Cam,

Thanks for your inquiry. Please use Field.remove method to remove the field from the document. Please feel free to ask if you have any question about Aspose.Words, we will be happy to help you.


Document doc = new Document(MyDir + "Hyperlink.docx");

//NodeList fieldStarts = doc.selectNodes("//FieldStart");

//for (FieldStart fieldStart : (Iterable) fieldStarts)

//{

// if (fieldStart.getFieldType() == FieldType.FIELD_HYPERLINK)

// {

// fieldStart.getField().remove();

// }

//}

for (com.aspose.words.Field field : doc.getRange().getFields())

{

if (field.getType() == FieldType.FIELD_HYPERLINK)

{

field.remove();

}

}

doc.save(MyDir + "Out.pdf");

<w:LatentStyles DefLockedState=“false” DefUnhideWhenUsed=“false”
DefSemiHidden=“false” DefQFormat=“false” DefPriority=“99”
LatentStyleCount=“371”>
<w:LsdException Locked=“false” Priority=“0” QFormat=“true” Name=“Normal”/>
<w:LsdException Locked=“false” Priority=“9” QFormat=“true” Name=“heading 1”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 2”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 3”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 4”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 5”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 6”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 7”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 8”/>
<w:LsdException Locked=“false” Priority=“9” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“heading 9”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 6”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 7”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 8”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index 9”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 1”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 2”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 3”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 4”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 5”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 6”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 7”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 8”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“toc 9”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Normal Indent”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“footnote text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“annotation text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“header”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“footer”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“index heading”/>
<w:LsdException Locked=“false” Priority=“35” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“caption”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“table of figures”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“envelope address”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“envelope return”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“footnote reference”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“annotation reference”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“line number”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“page number”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“endnote reference”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“endnote text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“table of authorities”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“macro”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“toa heading”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Bullet”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Number”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Bullet 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Bullet 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Bullet 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Bullet 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Number 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Number 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Number 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Number 5”/>
<w:LsdException Locked=“false” Priority=“10” QFormat=“true” Name=“Title”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Closing”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Signature”/>
<w:LsdException Locked=“false” Priority=“1” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“Default Paragraph Font”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text Indent”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Continue”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Continue 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Continue 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Continue 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“List Continue 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Message Header”/>
<w:LsdException Locked=“false” Priority=“11” QFormat=“true” Name=“Subtitle”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Salutation”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Date”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text First Indent”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text First Indent 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Note Heading”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text Indent 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Body Text Indent 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Block Text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Hyperlink”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“FollowedHyperlink”/>
<w:LsdException Locked=“false” Priority=“22” QFormat=“true” Name=“Strong”/>
<w:LsdException Locked=“false” Priority=“20” QFormat=“true” Name=“Emphasis”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Document Map”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Plain Text”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“E-mail Signature”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Top of Form”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Bottom of Form”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Normal (Web)”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Acronym”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Address”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Cite”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Code”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Definition”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Keyboard”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Preformatted”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Sample”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Typewriter”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“HTML Variable”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Normal Table”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“annotation subject”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“No List”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Outline List 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Outline List 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Outline List 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Simple 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Simple 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Simple 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Classic 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Classic 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Classic 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Classic 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Colorful 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Colorful 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Colorful 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Columns 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Columns 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Columns 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Columns 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Columns 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 6”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 7”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Grid 8”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 4”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 5”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 6”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 7”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table List 8”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table 3D effects 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table 3D effects 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table 3D effects 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Contemporary”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Elegant”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Professional”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Subtle 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Subtle 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Web 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Web 2”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Web 3”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Balloon Text”/>
<w:LsdException Locked=“false” Priority=“39” Name=“Table Grid”/>
<w:LsdException Locked=“false” SemiHidden=“true” UnhideWhenUsed=“true”
Name=“Table Theme”/>
<w:LsdException Locked=“false” SemiHidden=“true” Name=“Placeholder Text”/>
<w:LsdException Locked=“false” Priority=“1” QFormat=“true” Name=“No Spacing”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 1”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 1”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 1”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 1”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 1”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 1”/>
<w:LsdException Locked=“false” SemiHidden=“true” Name=“Revision”/>
<w:LsdException Locked=“false” Priority=“34” QFormat=“true”
Name=“List Paragraph”/>
<w:LsdException Locked=“false” Priority=“29” QFormat=“true” Name=“Quote”/>
<w:LsdException Locked=“false” Priority=“30” QFormat=“true”
Name=“Intense Quote”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 1”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 1”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 1”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 1”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 1”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 1”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 1”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 1”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 2”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 2”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 2”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 2”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 2”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 2”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 2”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 2”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 2”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 2”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 2”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 2”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 2”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 2”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 3”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 3”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 3”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 3”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 3”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 3”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 3”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 3”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 3”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 3”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 3”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 3”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 3”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 3”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 4”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 4”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 4”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 4”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 4”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 4”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 4”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 4”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 4”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 4”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 4”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 4”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 4”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 4”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 5”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 5”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 5”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 5”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 5”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 5”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 5”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 5”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 5”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 5”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 5”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 5”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 5”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 5”/>
<w:LsdException Locked=“false” Priority=“60” Name=“Light Shading Accent 6”/>
<w:LsdException Locked=“false” Priority=“61” Name=“Light List Accent 6”/>
<w:LsdException Locked=“false” Priority=“62” Name=“Light Grid Accent 6”/>
<w:LsdException Locked=“false” Priority=“63” Name=“Medium Shading 1 Accent 6”/>
<w:LsdException Locked=“false” Priority=“64” Name=“Medium Shading 2 Accent 6”/>
<w:LsdException Locked=“false” Priority=“65” Name=“Medium List 1 Accent 6”/>
<w:LsdException Locked=“false” Priority=“66” Name=“Medium List 2 Accent 6”/>
<w:LsdException Locked=“false” Priority=“67” Name=“Medium Grid 1 Accent 6”/>
<w:LsdException Locked=“false” Priority=“68” Name=“Medium Grid 2 Accent 6”/>
<w:LsdException Locked=“false” Priority=“69” Name=“Medium Grid 3 Accent 6”/>
<w:LsdException Locked=“false” Priority=“70” Name=“Dark List Accent 6”/>
<w:LsdException Locked=“false” Priority=“71” Name=“Colorful Shading Accent 6”/>
<w:LsdException Locked=“false” Priority=“72” Name=“Colorful List Accent 6”/>
<w:LsdException Locked=“false” Priority=“73” Name=“Colorful Grid Accent 6”/>
<w:LsdException Locked=“false” Priority=“19” QFormat=“true”
Name=“Subtle Emphasis”/>
<w:LsdException Locked=“false” Priority=“21” QFormat=“true”
Name=“Intense Emphasis”/>
<w:LsdException Locked=“false” Priority=“31” QFormat=“true”
Name=“Subtle Reference”/>
<w:LsdException Locked=“false” Priority=“32” QFormat=“true”
Name=“Intense Reference”/>
<w:LsdException Locked=“false” Priority=“33” QFormat=“true” Name=“Book Title”/>
<w:LsdException Locked=“false” Priority=“37” SemiHidden=“true”
UnhideWhenUsed=“true” Name=“Bibliography”/>
<w:LsdException Locked=“false” Priority=“39” SemiHidden=“true”
UnhideWhenUsed=“true” QFormat=“true” Name=“TOC Heading”/>
<w:LsdException Locked=“false” Priority=“41” Name=“Plain Table 1”/>
<w:LsdException Locked=“false” Priority=“42” Name=“Plain Table 2”/>
<w:LsdException Locked=“false” Priority=“43” Name=“Plain Table 3”/>
<w:LsdException Locked=“false” Priority=“44” Name=“Plain Table 4”/>
<w:LsdException Locked=“false” Priority=“45” Name=“Plain Table 5”/>
<w:LsdException Locked=“false” Priority=“40” Name=“Grid Table Light”/>
<w:LsdException Locked=“false” Priority=“46” Name=“Grid Table 1 Light”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark”/>
<w:LsdException Locked=“false” Priority=“51” Name=“Grid Table 6 Colorful”/>
<w:LsdException Locked=“false” Priority=“52” Name=“Grid Table 7 Colorful”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 1”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 1”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 1”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 1”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 1”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 1”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 1”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 2”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 2”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 2”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 2”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 2”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 2”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 2”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 3”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 3”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 3”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 3”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 3”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 3”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 3”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 4”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 4”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 4”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 4”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 4”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 4”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 4”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 5”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 5”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 5”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 5”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 5”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 5”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 5”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“Grid Table 1 Light Accent 6”/>
<w:LsdException Locked=“false” Priority=“47” Name=“Grid Table 2 Accent 6”/>
<w:LsdException Locked=“false” Priority=“48” Name=“Grid Table 3 Accent 6”/>
<w:LsdException Locked=“false” Priority=“49” Name=“Grid Table 4 Accent 6”/>
<w:LsdException Locked=“false” Priority=“50” Name=“Grid Table 5 Dark Accent 6”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“Grid Table 6 Colorful Accent 6”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“Grid Table 7 Colorful Accent 6”/>
<w:LsdException Locked=“false” Priority=“46” Name=“List Table 1 Light”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark”/>
<w:LsdException Locked=“false” Priority=“51” Name=“List Table 6 Colorful”/>
<w:LsdException Locked=“false” Priority=“52” Name=“List Table 7 Colorful”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 1”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 1”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 1”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 1”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 1”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 1”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 1”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 2”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 2”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 2”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 2”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 2”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 2”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 2”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 3”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 3”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 3”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 3”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 3”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 3”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 3”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 4”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 4”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 4”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 4”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 4”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 4”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 4”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 5”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 5”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 5”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 5”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 5”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 5”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 5”/>
<w:LsdException Locked=“false” Priority=“46”
Name=“List Table 1 Light Accent 6”/>
<w:LsdException Locked=“false” Priority=“47” Name=“List Table 2 Accent 6”/>
<w:LsdException Locked=“false” Priority=“48” Name=“List Table 3 Accent 6”/>
<w:LsdException Locked=“false” Priority=“49” Name=“List Table 4 Accent 6”/>
<w:LsdException Locked=“false” Priority=“50” Name=“List Table 5 Dark Accent 6”/>
<w:LsdException Locked=“false” Priority=“51”
Name=“List Table 6 Colorful Accent 6”/>
<w:LsdException Locked=“false” Priority=“52”
Name=“List Table 7 Colorful Accent 6”/>
</w:LatentStyles>
<![endif]–><!–[if gte mso 10]>

/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Table Normal"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-parent:""; mso-padding-alt:0pt 5.4pt 0pt 5.4pt; mso-para-margin-top:0pt; mso-para-margin-right:0pt; mso-para-margin-bottom:8.0pt; mso-para-margin-left:0pt; line-height:107%; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri",sans-serif; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin;}

<![endif]–>

Hi,

Thank you for your reply. I tried your code but it does not seem to work. The resulting document still allows clicking on the link. Attached is the original and the converted document. (This was using aspose.words 14.10, but upgrading to aspose.words.15.4.0 did not help)
Let me clarify what I would like actually, I would like the text to be still there but not clickable.

thanks,

Cam.

Hi Cam,


Thanks for your inquiry. Please use the FieldsHelper.ConvertFieldsToStaticText method to achieve your requirement. Please check the code of FieldsHelper class in the following article:
http://www.aspose.com/docs/display/wordsjava/How+to++Replace+Fields+with+Static+Text

Document doc = new Document(MyDir + "testDocumentHyperLink.odt");

for (com.aspose.words.Field field : doc.getRange().getFields())

{

if (field.getType() == FieldType.FIELD_HYPERLINK)

{

FieldsHelper.convertFieldsToStaticText(doc, FieldType.FIELD_HYPERLINK);

}

}

doc.save(MyDir + "Out.pdf");


Thanks Tahir,

this works when the output is docx, however, it still does not work when saved into a pdf . The link on the pdf remains active.

thanks,

Camille.

Hi Camille,

Thanks for your inquiry. Perhaps, you are using older version of Aspose.Words. I have tested the scenario using latest version of Aspose.Words for Java 15.4.0 and have not found the shared issue. Please use latest version of Aspose.Words for Java 15.4.0. I have attached the output Pdf with this post for your kind reference.

Please let us know if you have any more queries.

Actually it does not work at all even for regular hyperlinks when saved into pdf. The output in docx is fine though. I can see that the fields are not clickable anymore even if they still have the hyperlink style. I must be doing something wrong but can’t figure out what. And I am using 15.4.0.
Here is my code (fileName=“testHyperLinks.docx”), and I attached input & output:
import java.util.ArrayList;

import com.aspose.words.CompositeNode;
import com.aspose.words.Document;
import com.aspose.words.DocumentVisitor;
import com.aspose.words.Field;
import com.aspose.words.FieldEnd;
import com.aspose.words.FieldSeparator;
import com.aspose.words.FieldStart;
import com.aspose.words.FieldType;
import com.aspose.words.Node;
import com.aspose.words.NodeType;
import com.aspose.words.Paragraph;
import com.aspose.words.Run;
import com.aspose.words.Table;
import com.aspose.words.VisitorAction;

public class PdfConverter {


public void processDoc(fileName)
throws CloudDriveFileProcessingException {
Document doc = new Document(fileName);
for (Field field : doc.getRange().getFields()) {
if (field.getType() == FieldType.FIELD_HYPERLINK) {
FieldsHelper.convertFieldsToStaticText(doc, FieldType.FIELD_HYPERLINK);
}
}
doc.save(“document.pdf”);
doc.save(“document.docx”);

}
private static class FieldsHelper extends DocumentVisitor
{
/
* Converts any fields of the specified type found in the descendants of the node into static text.
*
* @param compositeNode The node in which all descendants of the specified FieldType will be converted to static text.
* @param targetFieldType The FieldType of the field to convert to static text.
*/
public static void convertFieldsToStaticText(CompositeNode compositeNode, int targetFieldType) throws Exception
{
FieldsHelper helper = new FieldsHelper(targetFieldType);
compositeNode.accept(helper);

}

private FieldsHelper(int targetFieldType)
{
mTargetFieldType = targetFieldType;
}

public int visitFieldStart(FieldStart fieldStart)
{
// We must keep track of the starts and ends of fields incase of any nested fields.
if (fieldStart.getFieldType() == mTargetFieldType)
{
mFieldDepth++;
fieldStart.remove();
}
else
{
// This removes the field start if it’s inside a field that is being converted.
CheckDepthAndRemoveNode(fieldStart);
}

return VisitorAction.CONTINUE;
}

public int visitFieldSeparator(FieldSeparator fieldSeparator)
{
// When visiting a field separator we should decrease the depth level.
if (fieldSeparator.getFieldType() == mTargetFieldType)
{
mFieldDepth–;
fieldSeparator.remove();
}
else
{
// This removes the field separator if it’s inside a field that is being converted.
CheckDepthAndRemoveNode(fieldSeparator);
}

return VisitorAction.CONTINUE;
}

public int visitFieldEnd(FieldEnd fieldEnd)
{
if (fieldEnd.getFieldType() == mTargetFieldType)
fieldEnd.remove();
else
CheckDepthAndRemoveNode(fieldEnd); // This removes the field end if it’s inside a field that is being converted.

return VisitorAction.CONTINUE;
}

public int visitRun(Run run)
{
// Remove the run if it is between the FieldStart and FieldSeparator of the field being converted.
CheckDepthAndRemoveNode(run);

return VisitorAction.CONTINUE;
}

public int visitParagraphEnd(Paragraph paragraph)
{
if (mFieldDepth > 0)
{
// The field code that is being converted continues onto another paragraph. We
// need to copy the remaining content from this paragraph onto the next paragraph.
Node nextParagraph = paragraph.getNextSibling();

// Skip ahead to the next available paragraph.
while (nextParagraph != null && nextParagraph.getNodeType() != NodeType.PARAGRAPH)
nextParagraph = nextParagraph.getNextSibling();

// Copy all of the nodes over. Keep a list of these nodes so we know not to remove them.
while (paragraph.hasChildNodes())
{
mNodesToSkip.add(paragraph.getLastChild());
((Paragraph)nextParagraph).prependChild(paragraph.getLastChild());
}

paragraph.remove();
}

return VisitorAction.CONTINUE;
}

public int visitTableStart(Table table)
{
CheckDepthAndRemoveNode(table);

return VisitorAction.CONTINUE;
}

/

* Checks whether the node is inside a field or should be skipped and then removes it if necessary.
*/
private void CheckDepthAndRemoveNode(Node node)
{
if (mFieldDepth > 0 && !mNodesToSkip.contains(node))
node.remove();
}

private int mFieldDepth = 0;
private ArrayList mNodesToSkip = new ArrayList();
private int mTargetFieldType;
}
}

thanks,

Camille.

I am not seeing FieldsHelper class, we are using AsposeWords 14.10, AsposePdfKit 9.7.0.


Any suggestion?

Thanks

Hi there,

Thanks for your inquiry. The FieldsHelper class is not the part of Aspose.Words API. Please check the FieldsHelper class from following documentation link:
http://www.aspose.com/docs/display/wordsjava/How+to++Replace+Fields+with+Static+Text

Please let us know if you have any more queries.

Thanks, the word doc works fine now. Do you have any sample code to work with PDF files? Seems the FieldHelper are for word documents only, classes like DocumentVisitor, CompositeNode, FieldStart and so on are all in com.aspose.words package.

Best Regards.

Hi there,

Thanks for your inquiry.
The code is same for Word and Pdf documents. Could you please attach your input Word document here for testing for which you are facing this issue in output Pdf file? I will investigate the issue on my side and provide you more information.

Here is the code for words:

Document doc = new Document(“data/docWithLink.docx”);
PdfSaveOptions saveOptions = new PdfSaveOptions();
FieldsHelper.convertFieldsToStaticText(doc, FieldType.FIELD_HYPERLINK);
doc.save(“/tmp/docPdfLong.pdf”, saveOptions);


Here doc FieldHelper is all based on words package, such as compositeNode, I copied from:
Aspose.Words for Java|Documentation

Thanks.

Hi there,

Thanks for sharing the detail. Please check my reply from here:
https://forum.aspose.com/t/14021

If you still face problem, please share
your input word document here for testing purposes. I will investigate
the issue on my side and provide you more information.

Hi Tahir,

Thanks for the information. The word document works now, I could remove link from word document, and save it as PDF. But I don’t know how to remove link from a pure PDF file.

I will attach my PDF file.

Thanks.

Hi there,

Thanks for your inquiry. You can remove links form Pdf file using Aspose.Pdf. I am moving this forum thread to Aspose.Total forum. My colleagues from Aspose.Pdf team will reply you shortly.

yu_su:
But I don't know how to remove link from a pure PDF file.

I will attach my PDF file.
Hi,

Thanks for sharing the details.

Currently Aspose.Pdf supports the feature to Add or update links in PDF document but I am afraid currently it does not offer the feature to remove hyperlink from existing PDF file. However for the sake of implementation, I have logged this requirement in our issue tracking system as PDFNEWJAVA-34106. We will further investigate this requirement in details and will keep you updated on the status of a correction.

We apologize for your inconvenience.

Thanks for the information.