Using classes from Interapplication Communication API in .NET C#
How to instantiate classes (and work with them) from Interapplication Communication API in .NET C# environment? Is there any guideline or tutorial I could study for? Thanks in advance, best regards!
View ArticleRe: Using classes from Interapplication Communication API in .NET C#
A question which might seem unimportant, but actually often is. Do you want to use this* In an interactive tool for a user who owns Acrobat Pro?* Or Acrobat Standard?* Or only the free Adobe Reader?*...
View ArticleRe: Using classes from Interapplication Communication API in .NET C#
I am sorry I am working with PDF files in C# for the very first time.I want to extract some information from my PDF document which is displayed in Windows.Forms application as a preview. I have...
View ArticleRe: Using classes from Interapplication Communication API in .NET C#
Start by downloading the Acrobat SDK and read the documentation.
View ArticleWould like to implement my own smart copy&paste
I am considering developing the following facility: (1) An Acrobat plugin that implements a rubberband rectangle a copies its content to the Windows "copy&paste" buffer. (2) A SolidWorks...
View ArticleRe: Would like to implement my own smart copy&paste
OK - well defined and easy to implement. Actually, the rubber band selection feature is already available to you in the Acrobat SDK. Look at the AV APIs. Once you have the area, you can choose from a...
View ArticleRe: Would like to implement my own smart copy&paste
[lrosenth:] "Once you have the area, you can choose from a variety of options in terms of how to extract the content inside." I am guessing that I will need the "stuff" in PostScript. I just ran a...
View ArticleRe: Would like to implement my own smart copy&paste
There is no Postscript in PDF - so you can stop looking.
View ArticleRe: Would like to implement my own smart copy&paste
Thanks for saving me the trouble..... I used to know the innards of PDF files, but that was Eons ago. Been doing other types of development. Where should I look??? TIA
View ArticleRe: Would like to implement my own smart copy&paste
Look for what? The contents in the selected area? Use the provided APIs for content extraction.
View ArticleRe: Would like to implement my own smart copy&paste
[lrosenth:] "Look for what? The contents in the selected area?" No. Currently the only tool that I have handy is CosEdit (a COS navigator). I am sure you folks provide higher level functions but I am...
View ArticleRe: Would like to implement my own smart copy&paste
Never mind... I went to trailer/Root/Pages/Kids/0/Contents/0 ...and it looks like it is FlateDecode, ie, not suitable for human consumption. :-)
View ArticleRe: Would like to implement my own smart copy&paste
Sounds like you really need a good book or reference on PDF. You can start with the PDF standard - ISO 32000-1, or there are some excellent books from publishers such as O'Reilly.
View ArticleRe: Would like to implement my own smart copy&paste
PDF is not PostScript. PostScript is a programming language that isreadable (not by the average human, but if you've spent enough timewith the PostScript spec, it's very easy to understand). PDF is a...
View ArticleRe: Would like to implement my own smart copy&paste
Karl Heinz Kremer wrote: You mentioned that you opened a PDF file in Illustrator - I hope you knowthat Illustrator is not a PDF editor. It can only edit PDF files that weregenerated by Illustrator....
View ArticleRe: Would like to implement my own smart copy&paste
Actually, what I said is 100% accurate. It may look like Illustrator canedit these files, but chances are that you are losing information that wasin your original PDF file in the process. The PDF...
View ArticleRe: Would like to implement my own smart copy&paste
Karl is 100% correct. Illustrator is NOT a PDF Editor. It can handle a SUBSET of the functionality of PDF. It may be that those PDFs happen to use that subset, but you're just lucky .
View ArticleRe: Would like to implement my own smart copy&paste
Karl and lrosenth: As long as the user is interested in vector graphics only (and removing, not adding anything), Illustrator is perfect. All I wanted to do is simulate my future copy&paste, have a...
View ArticleRe: Would like to implement my own smart copy&paste
Travis - that is incorrect. Illustrator reads a PDF into it's internal format, puts that up on the screen for you to edit, and the writes out a completely new PDF. If the source PDF uses of the...
View ArticleSDK pdf Delphi
when I open pdf with SDK in delphi with AcroAVPageView1 the components in tool bar are desable for exemple (rectangle), and also for signature we can not add signature.
View Article