Embed Barcode Fonts for Watermark
I hope someone could help me with this: I need to add a barcode to a scanned image pdf file. This file will be viewed by a number of users on their workstations. Therefore the barcode font has to be...
View ArticleDo I need to apply for Adobe Reader Integration Key License (RIKLA) Program?
I want to develop a commercial plugin for Adobe Reader that invokes some action through new items on right-click context menu. I need to apply for RIKLA for that? Reading the FAQ I notice this: What...
View ArticleRe: What Acrobat SDK Technology I need to build a plugin that creates a new...
Plugins are written in C/C++ and especially something such as adding to the UI. To add this to Acrobat, no license or fee is required - you can do it today with just the SDK and Acrobat. However, to...
View ArticleRe: Embed Barcode Fonts for Watermark
addWatermarkFromText, as you are using it, should always embed the font – PROVIDED that the font itself allows embedding. The font foundry has the ability to mark a font as not-embeddable, perhaps...
View ArticleRe: Do I need to apply for Adobe Reader Integration Key License (RIKLA) Program?
It's not just a licensing requirement. Without the RIKLA you cannot make Reader plug-ins at all. Adobe will vet your proposal and decide if they will permit it, and what license fee you will pay.
View ArticleRe: Do I need to apply for Adobe Reader Integration Key License (RIKLA) Program?
You must apply the RIKLA. Otherwise you will not get a reader key.
View ArticleRe: Embed Barcode Fonts for Watermark
Thanks, Irosenth. The barcode font I used is Installable. But it is not embedded.In fact I tried adding two lines of watermarks, one using the barcode font and the other using Windows Courier font. I...
View ArticleRe: Embed Barcode Fonts for Watermark
Sounds like that way to me as well. Bummer! The FromFile() worked because they were embedded in the original file and just got copied over. Only other thing I can think of would be to use a barcode...
View ArticleRe: Call or execute JavaScript method getting error Unknown name...
I have installed Acrobat 11 version. Its trial version. If our goal completed then we will purchase the license of it. I wan to use it in C#. Please help.
View ArticleRe: How to Create PDF file
Hi, I have installed trial version Acrobat 11. I am running this code on to the server where acrobat is installed.
View ArticleRe: Call or execute JavaScript method getting error Unknown name...
I suggest you try it with VB first to prove your principles.
View ArticleRe: How to Create PDF file
Ok, you have to give up.Acrobat is not technically suitable for use on a server.Acrobat is not licensed for use on a server. You must seek a different solution, such as Adobe's PDF Library or LiveCycle...
View ArticleHow to get the current page number using PDFL
I want to get the current page number either from PDPage or PDDoc object. Requesting your help please.
View ArticleRe: How to get the current page number using PDFL
What do you mean by "current page" in PDFL? In PDFL, there is no UI so there is no "current page".
View ArticleRe: How to get the current page number using PDFL
If you are using the PDFL, there is not current page number - you are notdisplaying the document, so there is no way to get from a PDDoc to a pagenumber. If you do have the PDPage, you can just use...
View Articleconvert html file to pdf silent vb.net
I am developing a plugin for a CAD application that creates setup sheets in html format and saves them to my C: drive. My company wants them saved as PDFs, and i want to do all of this silently. Once...
View ArticleRe: convert html file to pdf silent vb.net
Something i should mention, the CAD application can ONLY print the sheets to html so i am forced to convert them after. otherwise i would just have it print right to PDF. just wanted to clear that up
View ArticleRe: Embed Barcode Fonts for Watermark
Thanks Irosenth. You are right, this function will embed the font to the pdf file. My problem was I did not install the update. After installed the update, everything works. Thanks so much for your reply.
View ArticleRe: "System.Exception: Cannot create ActiveX component. at...
What I have done to overcome this issue of not be able to call the acrobat from service is that I created a windows Task Scheduler that listen to an event raised by the windows service when new pdf are...
View Article