Re: Finding rotation of degrees of text
Hi Test Screen Name,Yes correct i went wrong in above.The below calculation i have done now as per your guidance,kindly help where i went wrong? (blx,bly) to (brx,bry)String is Work[refer image] i am...
View ArticleRe: Finding rotation of degrees of text
HI Test screen Name, Now i am getting values.thanks i will work it out somewhere i getting zero's.
View ArticleRe: How to edit and save a pdf file using IAC
Not sure if you can clone an annotation that way; maybe it has to be owned by a single page. Are you able to insert a new annot?I don't understand "i try but the document not possible to edit", please...
View ArticleRe: How to edit and save a pdf file using IAC
You cannot “clone” an annotation, short of copying each key/value.
View Articlemanual encryption pdf file base pdf 32000-2008
hi all At First special thanks to “lrosenth” and “Test Screen Name” for the good answers in the previous threads Now I have another question In PDF32000_2008 explained pdf syntax considered as a four...
View ArticleRe: manual encryption pdf file base pdf 32000-2008
The steps you propose will not work in Acrobat, because, if you manually compress streams, the PDF will no longer be valid -- Acrobat will see the encrypted data as garbage. You will then get errors,...
View ArticleRe: manual encryption pdf file base pdf 32000-2008
There is a sample of a custom encryption handler in the SDK
View ArticleRe: How to edit and save a pdf file using IAC
my problem is to add annotations to a page.For that purpose i am using the below code in C#.first i extract annotations from a page and try to add another document.CAcroPDDoc pdDoc;...
View Articlehow to avoid server busy dialog in iac
Hi, I am a beginner in IAC. I am executing a plug-in throung an mfc based IAC dialog box.But when my plug-in takes little longer time to execute a pdf, then I am getting a server busy dialog, asking...
View ArticleRe: how to avoid server busy dialog in iac
Thanks I resolved it I have to include afxole.h
View ArticleRe: How to edit and save a pdf file using IAC
Yes, you are trying to clone annotations. Cannot.
View ArticleHow to get the Thumbnail Dragevent and pages being dragged
Hello, Am developing a Plugin with Acrobat SDK.I have created a Drop Window for the Thumbnails. So i need to find out the Pages or Number of Pages that the user is dragging from the Thumbnail Pane so...
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
I have never seen any API that lets you work in any way with thumbnails. When pages are dragged into or within the thumbnail view, default actions are taken and these trigger notifications (based on...
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
An API is needed because the Thumbnails are to be dragged into an external window. Like in windows platform, if one drags Pages from the Thumbnail view and drops it on windows explorer,a new PDF...
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
You can drag thumbnails into an external window - so long as it is an Acrobat window and you are dragging into the thumbnails palette. Your possibilities might be limited to resizing windows and...
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
The External is opened within acrobat, when i click on a menü command. The window sees that something has been droped but i need to find out the pages that has been droped. I dont want to create new...
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
Well, you may just have to.
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
There are notifications available PDDocDidInsertPagesPDDocDidInsertPagesEx Do they not help?
View ArticleRe: How to get the Thumbnail Dragevent and pages being dragged
Hi Ned, Thanks so much, but PDDocDidInsertPages, -Ex wont work. Am not inserting into a new pysically open PDF File.
View Article