How to set URL in DPLX File?

Skip Navigation LinksHome  /  Support  /  Forums  /  DynamicPDF CoreSuite for .NET (v7)  /  How to set URL in DPLX File?

DynamicPDF CoreSuite for .NET (v7) Forum

 May 14 2015 7:00 AM
Hi,

I need to set URL as http://www.patel-software.com. If you see carefully then you can see "-" in URL. when I click on link then it open in browser with this link : http://www.patel%adsoftware.com/. so browser can't open it.

I am using record box for it.

<recordBox id="rebWebsiteValue" field="Website"       x="32" y="27" height="8" width="130" align="left" fontSize="8" textColor="#444444" font="TimesNewRoman"  />

Where I am set field(website) value by c# code, which is : "http://www.patel-software.com".

How can i set it proper with "-" in URL.
 May 15 2015 8:45 AM
Posted by a ceTe Software moderator
Hello,

We did testing on our end and we are able to add the URL text to PDF using RecordBox report element and it is working fine. If we click on the URL, browser tries to open a link as per it is specified in the URL string.

If you continue getting the similar behavior then please send over the following details to support@cete.com so that we can look into it further .

1.Exact version and build number of the DynamicPDF DLL file. You can find this information in DLL references properties (Version and Description fields) in Visual Studio.
2.Output PDF.
3.More details on your requirements.

Thanks,
ceTe Software Support Team.
 May 16 2015 9:44 AM
Sorry, problem is not in recordBox, but problem is in formattedRecordArea.


Once again sorry, Previosuly given information is incorrect.


 <formattedRecordArea id="reasavestamp" x="158" y="54" height="20" width="380" expandable="true"  splittable="true" >
        <initialStyle>
          <font face="TimesNewRoman" color="#444444" size="7" />
          <paragraph preserveWhiteSpace="false" align="right"/>
        </initialStyle>
        <text>
          <![CDATA[<b>#OnlineSupportURLMessage#</b>   #OnlineSupportURL#]]>
        </text>
      </formattedRecordArea>
 May 18 2015 4:02 PM
Posted by a ceTe Software moderator
Hello,

We are not able to recreate the issue using the FormattedRecordArea. Please send the following information to support@cete.com so we can look into it further.
1. DPLX file used.
2. Code used to create the PDF.
3. Output PDF
4. Version and build number of the DynamicPDF DLL file. You can find this information in DLL reference properties (Version and Description fields) in Visual Studio.
 
Thanks,
ceTe Software Support Team.

All times are US Eastern Standard time. The time now is 6:41 PM.