PDETextRemove not working
HI All,I have a PDF like below if the text layer coming inside xobject:form layer i cannot able to delete via pdetextremovei have a recursive functionto loop all the layers. Any suggestion would be...
View ArticleRe: PDETextRemove not working
My guess, though I have never done this, is that you are not committing the change, so the PDF is not modified. If you change a PDEObject within page contents then you use PDPageSetPDEContent. But if...
View ArticleRe: PDETextRemove not working
HI Thanks,the problem is the control not coming in kPDEText layer itself.i have the following cases case kPDEForm: PDEContent theContent = PDEFormGetContent((PDEForm)pdeElement);...
View ArticleRe: PDETextRemove not working
HI, If i have like the below i cannot able to remove if i change the layers cut and paste outside to page 1 i can able to delete
View ArticleRe: PDETextRemove not working
No i don know how to commit the xobject|PDEForm please guide me where i start PDEElement pdeElement;ASInt32 numElems = PDEContentGetNumElems(thisPDEContent2);for (ASUns32 i=numElems-1; i>0;...
View ArticleRe: PDETextRemove not working
Look in the documentation for the PDEForm methods. It should be obvious which one commits (sets) content.
View ArticleRe: PDETextRemove not working
At the end i have added PDPageSetPDEContent(pdPage, gExtensionID); PDPageNotifyContentsDidChange (pdPage);
View ArticleRe: PDETextRemove not working
Hi, It works for all kind of pdf except the above one in the screenshots Commit refers to save the contents? Yes i am doing setpdecontent in kpdetext layer after removal
View ArticleRe: PDETextRemove not working
Yes i read,Thanks.But the loop does not enter in any of these layers,case kPDEForm:case kPDEClip:case kPDEGroup: case kPDEContainer: case kPDEText:case kPDEPath: i have given...
View ArticleRe: PDETextRemove not working
You said in your very first post that the problem happens when the text is inside a form XObject: "if the text layer coming inside xobject:form layer". In this case my reply "Look in the documentation...
View ArticleConvert PDF to Doc through Java
Hi, I want to bulk-convert 100K PDFs to Docs through a Java program. This is a functionality provided by Adobe Acrobat. I was wondering whether this is available through the API (for Java). If not, is...
View ArticleRe: Convert PDF to Doc through Java
You want to look at our LiveCycle PDF Generator product which is designed for high volume conversions driven by a Java API and run on your own machines.
View ArticleRe: Convert PDF to Doc through Java
Hello, I'm new to developing using Adobe SDK. And I have found that AIC samples "ActiveViewVC" and "ActiveViewVB" do exactly what I need, but don't allow to create new annotations/sticky notes, or...
View ArticleRe: Embed Adobe acrobat sdk in IOS or Android App
Hello, I'm new to developing using Adobe SDK. And I have found that AIC samples "ActiveViewVC" and "ActiveViewVB" do exactly what I need, but don't allow to create new annotations/sticky notes, or edit...
View ArticleRe: AVDocPrintPagesWithParams - incompatible parameter change in SDK 11
Hello, I'm new to developing using Adobe SDK. And I have found that AIC samples "ActiveViewVC" and "ActiveViewVB" do exactly what I need, but don't allow to create new annotations/sticky notes, or edit...
View ArticlePlugin with PDDocClose not working and crashing Adobe
Hi,I have written an Adobe plug-in which creates a menu item, performs various functions when selected and then tries to close the document. With the code cut down to its bare minimum as below it won't...
View ArticleCreating an Adobe Acrobat Reader Plugin (Licensing)
Adobe Acrobat Reader Plugin Hi,Does anyone know how to go about getting an Adobe Reader plug-in working?I've read all the 'Adobe Reader Integration Key License Agreement' stuff but I'm a little...
View ArticleAdobe Acrobat Plugin gHINSTANCE is undefined
Adobe Acrobat Plugin gHINSTANCE is undefined Hi,Does anyone know the correct way to include “PIMain.c” in to a project so that gHINSTANCE is available. I’ve tried using GetModuleHandleA(NULL) but this...
View Article