Re: Get the file path for a file that already exists into Acrobat.com cloud
did you test my theory about UTF-8?
View ArticleRe: Creating a certificate programmatically to use within DocSign
do i have to use a crypto library? can't i just use acrobat to create a certificate and then use acrobat to export that certificate to a protected server location? then import each .fdf certificate...
View ArticleSnippetRunner build errors
Has anyone else gotten these following errors when trying to build SnippetRunner? I am running VS12 Build started 2/25/2015 3:06:36 PM. 1>Project "C:\Program Files (x86)\Adobe\Acrobat XI...
View ArticleRe: SnippetRunner build errors
the two errors i get are warning C4005: 'return' : macro redefinition c:\program files (x86)\microsoft visual studio 12.0\vc\include\xkeycheck.h 219 1 SnippetRunner and error C1189: #error : The C++...
View ArticleSetting up the FDF Toolkit with Windows Server 2008 x64
I Am having issues setting up the FDF Toolkit for use on Windows 2008 Server. I Copied the files in the below paths to windows\SysWOW64:\headers\libraries\win\fdfacx\\headers and libraries\win\c\ To...
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
The documentation says fdfacx.dll needs to be registered, but does not say anything about registering any other file, so you should not. The documentation I have, which may be out of date, also does...
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
I Am aware that the FDF Toolkit is not being updated anymore, and that it is not supported, but is there a link to the most current FDF Toolkit that you can provide
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
this is the link I used to download the toolkit:http://www.adobe.com/devnet/acrobat/fdftoolkit.html
View ArticleRe: Creating a certificate programmatically to use within DocSign
Manually, sure. But not programmatically.
View ArticleRe: SnippetRunner build errors
That doesn’t sound like a version of Visual Studio that we support for the Acrobat XI SDK.
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
FDFToolkit is hasn’t been supported in over 10 years.
View ArticleRe: File Compression
Unfortunately, Acrobat is not licensed for server use, so this approach is not viable.
View ArticleRe: Can't insert values into Editable text fields using VBA
These field names suggest the form is a designer (XFA) form. But getField is an API for Acrobat forms (acroforms) only. Refer the the LiveCycle Designer JavaScript reference, though I've not seen...
View ArticleRe: What is the size limit of pdf file when generated using c# code with images?
None known. More than 10 GB. Please note Acrobat is not for server use (I mention that because you mention C# and experience shows it is often preferred for backend development).
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
Ok, then I probably am looking at the latest documentation. Or maybe not. To save me downloading, please double check - there is no pdfcreate in my documentation, and the FDF toolkit doesn't create PDF...
View Articlec# ica / saveAs throws "Value does not fall within the expected range"
Hello ppl, I need to convert pdf-files to the pdf/a-format via c#. So I tried to use ica. Please take a look at my code below. privatebool Konvertieren(string pSourcefile, string pOutputfile)...
View ArticleRe: c# ica / saveAs throws "Value does not fall within the expected range"
How have you derived the value "com.callas.preflight.pdfa" ?
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
Even if ASFileSysDisplayStringFromPathProc() returns a char pointer (so net expected to get a correct string), I tried it within my plugin, but also into the DMSINtegration sample plugin but I don't...
View ArticleRe: c# ica / saveAs throws "Value does not fall within the expected range"
I got the value from the documentation (http://help.adobe.com/livedocs/acrobat_sdk/10/Acrobat10_HTMLHelp/wwhelp/wwhimpl/js/html/ww help.htm?&accessible=true)I also tried...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
Sorry AS...Proc is just the type name of the callback that delivers the information when you call ASFileSysDisplayStringFromPath. It's part of the ASFileSysRec - which is worth looking at because not...
View Article