Hii All,
I am facing the problem for printing Report from Classic/RTC and Webservices(SAVEPDF Function). Basically The problem is due to font. I have used IDAutomationC39M.ttf font.
When I print Sales "Order Confirmation" Report then It prints properly with Barcoding as shown in Attached Image No 1 "1 Classic RTC Print.jpg" but when using Web services, I am creating PDF file using SAVEPDF function it doesnot show Bar Coding at shown in Attached Image No 2 "2 Web Services.jpg".
I want to print my Sales Order No. in Bar Coded form as show in Sceenshot 1 "1 Classic RTC Print.jpg" by using Report.SAVEPDF Function using Web Services.
I have also attached Font which is used to create Bar Code shown in Screen shot 1 "1 Classic RTC Print.jpg".
Please Guide me how can I do this functionality ?
Thanks in advance.
0
Comments
BUT: if you open the pdf on a machine that has not installed the custom barcode font, it won't display it as barcode. This is because saveaspdf is not able to embed fonts in a pdf.
If you want to distribute the pdf to clients or machines without the custom barcode font, you need to create an image.
See this article about it: http://mibuso.com/blogs/lyot/2010/07/12 ... e-creator/
I'am using it for a EAN128 Barcode creation and it works fine for me.
Thanks for your reply.
I have tried provided solution but it doesnot work for me.
Did you have done such functionality ?
I want to perform Bar Coding with Font only.
Please Suggest..
Is the font installed on the client where you open the pdf?
And again: Do you want to provide the pdf to clients? Because if so, you will have to go for the Barcode-Bitmap solution, otherwise the client won't see the barcode if they don't have the font installed...