Has anyone tried to use the Acrobat DC SDK with Xbase++?
I am being asked by Bobby Drakos to use it to write a custom reader and other stuff.
It looks like there is no ActiveX support, only .NET support.
Acrobat DC SDK
Acrobat DC SDK
The eXpress train is coming - and it has more cars.
Re: Acrobat DC SDK
We use Foxit. Much better. Comes as a DLL.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Acrobat DC SDK
Thanks Tom.
I always appreciate your recommendations.
I always appreciate your recommendations.
The eXpress train is coming - and it has more cars.
Re: Acrobat DC SDK
Was that ironic?
What I was trying to say: We struggled with Acrobat for a long time, having various CLSIDs for all the different versions out there, but it didn't work well (Active X). So we bought "VS PDF Viewer" some years ago, which worked and still works okay, but it isn't supported anymore and it has a limited feature set. So we bought the Debenu/Foxit "QuickPDF" library, which has a lot of functionality - we needed the ability to read form data from a PDF, for instance, and that is supported. QuickPDF is fast, comes as a DLL (you may need OT4XB), is threadsafe and stable.
What I was trying to say: We struggled with Acrobat for a long time, having various CLSIDs for all the different versions out there, but it didn't work well (Active X). So we bought "VS PDF Viewer" some years ago, which worked and still works okay, but it isn't supported anymore and it has a limited feature set. So we bought the Debenu/Foxit "QuickPDF" library, which has a lot of functionality - we needed the ability to read form data from a PDF, for instance, and that is supported. QuickPDF is fast, comes as a DLL (you may need OT4XB), is threadsafe and stable.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Acrobat DC SDK
hi,
have a look at SumatraPDF
https://www.sumatrapdfreader.org/free-pdf-reader.html
you can control SumatraPDF with DLLcalll instead of activeX
have a look at SumatraPDF
https://www.sumatrapdfreader.org/free-pdf-reader.html
you can control SumatraPDF with DLLcalll instead of activeX
greetings by OHR
Jimmy
Jimmy
Re: Acrobat DC SDK
Can you also WRITE form data to a PDF?we needed the ability to read form data from a PDF,
That's what Bobby needs.
The eXpress train is coming - and it has more cars.
Re: Acrobat DC SDK
hi,
SumatraPDF is based on MuPDF-GL which can "fill" PDF
Code: Select all
https://github.com/sumatrapdfreader/sumatrapdf/issues/1249
greetings by OHR
Jimmy
Jimmy
Re: Acrobat DC SDK
Of course. Look here:Can you also WRITE form data to a PDF?
https://www.quickpdflibrary.com/product ... /index.php
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Re: Acrobat DC SDK
Bobby's requirement for this project is very odd, but not necessarily unique.
Bob Volz needs the same capability.
They need to add a signature image to an area of the PDF, only when printing.
It cannot modify the content of the PDF, due to legal ramifications.
My imagination doesn't give me any ideas about how to do this.
Bob Volz needs the same capability.
They need to add a signature image to an area of the PDF, only when printing.
It cannot modify the content of the PDF, due to legal ramifications.
My imagination doesn't give me any ideas about how to do this.
The eXpress train is coming - and it has more cars.
Re: Acrobat DC SDK
As we use L&L, we are able to place a PDF on a form which also contains other form elements. May that be a solution? I can't imagine how to manipulate a PDF in a manner that makes it containing a signature field.
Best regards,
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."
Tom
"Did I offend you?"
"No."
"Okay, give me a second chance."