Re: What is the size limit of pdf file when generated using c# code with images?
Are you asking about file size or page size?
View ArticleRe: redeclaration of const
I guess I needed to remove the script from the folder and then restart. Remember, I'm new at this. Anyway, now I can test the script through the console without getting the Redeclaration error.So, on...
View ArticleRe: redeclaration of const
I'd suggest that you pose any coding questions in the LiveCycle Designer fourm: LiveCycle Designer
View Article' File does not begin with '%PDF-' on Adobe reader XI
C:\Users\AppData\Local\Temp\tmp34A8.pdfI got above error while I wrote this code on c# windows application ......... img5 = (byte[])resultTable.Rows[0]["image5"]; if (img5.Length != 0) {...
View ArticleRe: ' File does not begin with '%PDF-' on Adobe reader XI
What is the content of file spathfile? Adobe Reader can only display PDF files.
View ArticleRe: Reader XI: Removing Tools|Sign|Comment from Menu and Toolbar
While searching further, I found a NSA document containing every Reader XI hidden settings.To remove the Tools and Sign buttons (not Comment), copy and paste the following part in Notepad, save as a...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
The resolution in my case (Windows plugin only) involved the used of WinAPI MultiByteToWideChar() function in order to transform the returned value of ASFileSysDisplayStringFromPath() function into a...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
So, are you confirming it was actually UTF-8? Or was it a different encoding? If you aren't sure, what were your arguments to MultiByteToWideChar?
View ArticleRe: ' File does not begin with '%PDF-' on Adobe reader XI
Spathfile is only a new temporary file name to open from converting byte array to pdf file.
View ArticleSet items as fillable
I am dynamically creating a PDF via VB.net I have a few items one the PDF that I have left blank so that the user can fill in those fields. Is there anyway I can loop through the PDF, and convert each...
View ArticleRe: Get the file path for a file that already exists into Acrobat.com cloud
Sorry, I've seen only this morning (Europe CET) your question. Yes, I encoded UTF8. :)
View ArticleRe: ' File does not begin with '%PDF-' on Adobe reader XI
And what are the first four bytes of this file at the time of the error?
View ArticleRe: Set items as fillable
What do you mean by an ‘existing item’? Are these text elements? Vector elements? Forms? Annotations?
View ArticleAcrobat SDK plugin in Visual Studio 2012
Hello I am trying to develop a plugin for Acrobat SDK. We are using Visual Studio 2012 here at work but as the samples seemed to require using Visual Studio 2010 I had to resort to downloading...
View ArticleRe: Acrobat SDK plugin in Visual Studio 2012
It probably won't be impossible, but having worked through this many, many years ago (with different versions), it will demand a great deal of experiment, detailed analysis of the type of project and...
View ArticleVBA - How to detect Acrobat core API vs. Adobe Reader
I'm working on a VBA project and want to have PDF editing included as an optional function. I know that editing and saving PDFs is restricted to the Acrobat core API, but I can't seem to get VBA to...
View ArticleRe: VBA - How to detect Acrobat core API vs. Adobe Reader
Perhaps the simplest way is to do something that fails in Reader, and detect the failure. Probably more reliable than trying to detect the installed product(s), which could also be BOTH Acrobat and...
View ArticlePermission denied on apps javascript folder
I need to distribute an application that generates a folder-level script for writing to an XFA form. I want to store the script at the app level.app.getpath("app","JavaScript") returns this folder (on...
View ArticleRe: Permission denied on apps javascript folder
The whole point of the User’s JavaScript folder is that is where a USER’S scripts go – that includes those installed by folks such as yourself.
View ArticleRe: Permission denied on apps javascript folder
Well, that makes sense, but when I handed the application to a client who had Acrobat 11, there wasn't a javascripts folder already set up under users.../privileged, so app.getpath threw an error...
View Article