For XML to PDF Complete Valid XML Tags documentation link

Hi,

Can you provide documentation link for XML to PDF Valid XML Tags documentation link and how to essay way to test TAGS for look and feel for Version 24.2 or latest is also fine.

I do see .NET code samples but not having full property reference for TAGS like TextSegment, TextState, Table etc…

Thanks,
Arun

@vkarunkumar

You can find all tags of XML in Aspose.PDF XML Schema. However, if you want to achieve some particular functionality, please explain it a bit more so that we can assist you accordingly.

looking for a simple tag like Bold in Textstate but it is not working.

tryed IsBold = “true”
tryed FontStyle = “1”

not sure what tag i should use for Bold.

if there is property for bold in TextSegment tag thats also fine.

Thanks,
Arun

@vkarunkumar

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-58379

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Any update on this ?

please provide working example of hyperlink xml tag with text and images as hyperlink

Thanks,
Arun

@vkarunkumar

The XML Schema related functionality is under development and we working on preparing respective documentation for all available features as well. Could you please explain a bit more on how you want to place and add an image with hyperlink inside PDF document?

normal hyperlink with image and text example xml tag.

I tried (working good with version 12 (without htmlfragment), but not with version 24 aspose pdf dll ) , hover hand image is off

 <HtmlFragment>
    <![CDATA[
        <div style="text-align: left;">
          <a href="{TemplateProperties.SupportUrl}"><img src="{TemplateProperties.TemplatePath}\SupportLinkText.png" width="300" /></a>
         
        </div>
                 
    ]]>
  </HtmlFragment>

also tried not getting hyperlink at all

<Text>
        <Segment>
          This is a link to 
          <Hyperlink LinkType="URI" Url="https://www.example.com">Example Website</Hyperlink>.
        </Segment>
      </Text>

suggest me what is wrong in this syntax

let me know if you can see the tags or else send it as attachment

@vkarunkumar

There is nothing wrong with the syntax. Looks like there is an issue that needs to be addressed. Can you please share the generated output as well so that we can further proceed accordingly.

Attached please check the footer hyperlink, when you over at the beginning it is not showing hyperlink, let me know

ER132AD_14-day_f0684d32-1ee6-aed0-7f6d-53aab14b5c1f.pdf (2.67 MB)

@vkarunkumar

We are checking it and will get back to you shortly.

@vkarunkumar

Do you mean that only the highlighted part in the below image does not behave like a hyperlink and rest of the sentence is showing as per expectations? And these links have been added using the same XML that you shared above?
image.png (15.5 KB)