[ 
https://issues.apache.org/jira/browse/OFBIZ-5441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14501620#comment-14501620
 ] 

Jacques Le Roux edited comment on OFBIZ-5441 at 5/27/19 8:30 AM:
-----------------------------------------------------------------

I checked, The degree symbol (°) is no longer a problem using NoTo fonts, see 
OFBIZ-5917.

The issue reported here still stands (hence not closed)


was (Author: jacques.le.roux):
I checked, this is no longer a problem using NoTo fonts, see OFBIZ-5917

> URLs in PDF files are not handled correctly
> -------------------------------------------
>
>                 Key: OFBIZ-5441
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5441
>             Project: OFBiz
>          Issue Type: Bug
>          Components: accounting
>    Affects Versions: Trunk
>            Reporter: Jacques Le Roux
>            Priority: Minor
>
> When a PDF file contains a reference to a promotion like when you buy a 
> WG-5569 (Tiny Chrome Widget) and get a free WG-1111 (Micro Chrome Widget). 
> You end with a corresponding invoice containing <<Spend more than $100 on 
> your favorite widgets and gizmos and get a free <a 
> href="/ecommerce/control/product?category_id=20111&amp;product_id=WG-1111">Micro
>  Chrome Widget</a>!>> instead of a real link. 
> It's possible to generare a link in a PDF with FOP, we need to
> # dynamically define a fop.base using a ftl transform refs: 
> http://xmlgraphics.apache.org/fop/0.95/configuration.html#general-elements 
> http://xmlgraphics.apache.org/fop/faq.html#MalformedURL
> # here is an example from ProductionRun.fo.ftl
> {code}
> <fo:table-cell padding="2pt">
>     <fo:block><fo:basic-link background-color="lightblue" 
> external-destination="<@ofbizContentUrl>/content/control/ViewBinaryDataResource?dataResourceId=${productionRunContent.drDataResourceId}</@ofbizContentUrl>">${uiLabelMap.CommonView}</fo:basic-link></fo:block>
> </fo:table-cell>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to