Re: Is there any way to read pdf objects in C# .net
Just an aside: to properly analyse any such data you will need to first have a good understanding of the PDF specification, ISO 32000-1. People often look for things which are not actually in...
View ArticleFind Word in PDF using SDK in vb.net
Hello I am using the sample JSOFindwordVB to search for words in PDF and show where the words are and the count same as JSOFindword sample. It works great on my Dev System however when i copy it on my...
View ArticleRe: Compress Pdf in C# Need Code
My Console App is going on to run on the server.... It will optimize the pdf by reducing its size what i have got large pdf files. So can you please tell what should i code to optimize the pdf file
View ArticleRe: Compress Pdf in C# Need Code
I want to do that in c# project and will you please share .net code for that.
View ArticleRe: Find Word in PDF using SDK in vb.net
Bernd Is there any other way we can use Adobe. My question why doesn't the SDK work on server when it was meant for VB.net. Can we do soemthing else for this to work as taking multiple licenses.
View ArticleRe: Find Word in PDF using SDK in vb.net
You can use PDF library instead. RegardsBartek
View ArticleRe: Find Word in PDF using SDK in vb.net
Bartek Thank you so. This is my first time programming related to PDF. Please can you point me in the right direction like a link or where i can find this information.
View ArticleRe: Find Word in PDF using SDK in vb.net
Bartek Thank you.Wonderfu will check into this. Hopefully will find something i need in this. Kavya
View ArticleRe: Compress Pdf in C# Need Code
Well, Adobe Acrobat CANNOT be used on a server. So you will need to find another approach.
View ArticleRe: Using Acrobat SDK to read hyphenated text
Just tried the txt export and it strips the hyphens. So, you mentioned using the C-based plug-in ... can I access the plug-in functionality from VBA? If so, where can I find the plug-in and associated...
View ArticleRe: Using Acrobat SDK to read hyphenated text
NO, plugins can only be written in C or C++, and can only be triggered from within Acrobat.
View ArticleRe: Compress Pdf in C# Need Code
What do u mean by that ??? I can't create the app on server which will convert big size PDF to small size PDF for e.g. I have a 200 Mb of 1 PDF and I want to optimize / compressed that big PDF what...
View ArticleRe: Compress Pdf in C# Need Code
You can't use Adobe Acrobat to create an app on the server… There are other solutions available from Adobe, such as our LiveCycle ES series of products, that are for use on a server.
View ArticleRe: Compress Pdf in C# Need Code
Thanks for reply... But I have found acrobat SDK where I have c# code samples... Yaa sample are not provided related to optimization / compression of PDF but I thought we can code for accomplish my...
View ArticleRe: Compress Pdf in C# Need Code
No samples are provided because you can't use Acrobat (and it's SDK) on a server. Not sure how many times we need to repeat that for you.
View Articleproblems using a pfb file
Hello, I'm trying to use a Type1 font from a .pfm file. When I get to PDEFontCreate, it returns a bad parameter error. Is it possible to know which of the parameters it doesn't like? Here is how I use...
View Articleproblems using a pfb file
Hello, I'm trying to use a Type1 font from a .pfb file. When I get to PDEFontCreate, it returns a bad parameter error. Is it possible to know which of the parameters it doesn't like? Here is how I use...
View ArticleRe: problems using a pfb file
1. I don't see any evidence from the documentation that Widths can be NULL.2. The document is vague, but you might have to transform the PFB data into binary PostScript font suitable for use in a...
View Article