Re: What is the size limit of pdf file when generated using c# code with images?
I don’t know how you are using C# and TIFF images to make this PDF – but PDF files have no defined size limit. They use 64bit integers for very large sizes.
View ArticleRe: c# ica / saveAs throws "Value does not fall within the expected range"
This is not the correct way to do this. The correct approach is to use the JavaScript APIs for Preflight directly. There are samples in the JavaScript documentation.
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
I am going to say this once more. Non-disk-based file systems (such as the one used for Acrobat.com) are NOT guaranteed to return a path that is “valid” for use outside that system. You should treat...
View ArticleRe: c# ica / saveAs throws "Value does not fall within the expected range"
Without disagreeing about the approach, but a general comment... When you get this sort of issue, the thing to do is to take the command you believe to be being issued with JSObject and type/paste it...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
I agree that ASFileSysDisplayStringFromPath could return any string, such as "a file of some kind" and while this wouldn't be the best implementation it would be legal. Certainly no guarantees it is...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
I understand your point of view. Honestly I am surprise by the Unicode API missing support for "wchar_t" very conventional for external usage. Also, the described behavior is strange once a file is...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
What do you mean by “downloaded” from Acrobat.com? Do you mean opened from? that’s not a download, as already mentioned. Or do you mean that you opened it and then did a Save As, to complete any...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
I found the registry setting: HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\[VERSION]\AVCloud\cADCFileStore bUsedOnce = 0
View ArticleRe: c# ica / saveAs throws "Value does not fall within the expected range"
Thank you for your reply. I think I will search a third party tool for the conversion. It is too time-killing to find a solution for the Acrobat-SDK.
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
Once a file is uploaded within Acrobat.com and I'm trying open it from the recent files I see a new window with progress bar that has a text "Downloading from Acrobat.com". And for such file name I got...
View ArticleCan I use C# to convert 400,000+ TIFF files to PDF?
I would like to start by saying I am very new to this community and I have been searching around for a solution. I am getting confused as to how I can complete the task I am looking to do. My task is...
View Articleredeclaration of const
I'm a newbie to Acrobat and javascript so bear with me. My background is in VBA. I am writing data out to a dynamic XFA form from inside Access VBA. The form has 3 variable sections where I need to...
View ArticleRe: redeclaration of const
1. Replace the folder-level script and re-start Acrobat. 3. Did the 2nd row exists?
View ArticleRe: Creating a certificate programmatically to use within DocSign
ok thanks for all the help! is there any way to just add the Active Directory communication server as a trusted "group" so that any user in the Active Directory can use that digital ID to sign a...
View ArticleRe: Creating a certificate programmatically to use within DocSign
You would set that up entirely in Windows and AD. Then you would set the preference in Acrobat to use the Windows Certificate Store as a valid set of certs.
View ArticleRe: redeclaration of const
Bernd Alheit wrote: 1. Replace the folder-level script and re-start Acrobat. 3. Did the 2nd row exists?Did you read my question?
View ArticleRe: redeclaration of const
My question was "How do I replace a folder-level script?" and your answer was to "Replace the folder-level script and re-start Acrobat".I have tried to replace the folder-level script and it keeps...
View ArticleRe: Setting up the FDF Toolkit with Windows Server 2008 x64
Confirming... The FDF Toolkit doesn't create PDF files. It's a library that can be used to read and write FDF files for use with AcroForms but can also be used to add annotations and run scripts in...
View Article