Re: Saving form field data to sql server Database. Point me in the right...
Then the question I didn't know how to ask would be. "What would be the best way to go for website form submissions for PC's, Laptops, Tablets and Phones, PDF or HTML.HTML is the answer. I think I...
View ArticleRe: Saving form field data to sql server Database. Point me in the right...
My opinion, not universally shared, is that there has to be a strong reason to use PDF forms rather than HTML forms. (While PDF for non-form documents is, on the other hand, a given).
View ArticleRe: Form field tabOrder property
Thanks for that workaround George - greatly appreciated !How can I tell via javascript whether or not my form is structured or unstructured ?
View ArticleRe: Saving form field data to sql server Database. Point me in the right...
I have this working in production, and actively developing. Are you still looking to set this up?
View ArticleRe: Saving form field data to sql server Database. Point me in the right...
Haven't fully decided which way to go yet. I'd for sure would like to know how to do it though. That will help me decide.
View ArticleRe: Saving form field data to sql server Database. Point me in the right...
Contact me if you want to connect offline.
View ArticleAvoid Save As dialog when Signing a document in Acrobat?
I'm working on a web application that allows users to download a PDF, sign it, and then upload it back to the server. I'm trying to minimize the number of steps required of the user, so I would like to...
View ArticleRe: Avoid Save As dialog when Signing a document in Acrobat?
The only time that the Save As dialog is when the signing actually takes place inside a browser. Otherwise, it is a hard requirement on the process.
View ArticleRe: Avoid Save As dialog when Signing a document in Acrobat?
So when signing outside the browser, the Save As dialog is a hard requirement on the process, but when signing inside the browser, it's not? Am I understanding you correctly? If that's the case, can...
View ArticleRe: Avoid Save As dialog when Signing a document in Acrobat?
Yes, you understand correctly. Assuming that the user is using a browser that allows plugins (which are not many these days), then it will just work automatically – nothing special to do. As to how...
View ArticleRe: Avoid Save As dialog when Signing a document in Acrobat?
Okay, let's say I chose to do an HTTP POST of the signed PDF content from the Acrobat browser plug-in to the server -- how would I accomplish that? Would it require JavaScript in the PDF to make it...
View ArticleRe: I want to have the tint to the color information of the Cos Object.
>lrosenth Thank you for the reply.Sorry... I forgot to write createLab() function.I am trying to create a color in the separation color space.I just have to set the lab to the AlternateSpace. Please...
View ArticleRe: I want to have the tint to the color information of the Cos Object.
>Test Screen Name Thank you for the advice. >Tint values are not part of the colour space, but part of the colour.Can I change the color by modifying the createLab()?
View ArticleRe: I want to have the tint to the color information of the Cos Object.
Do you understand the difference between a colour and a colour space? As in - colour space, DeviceGray (has one component)Colour - 0.4 The tint transform is part of the colour space. The tint is not...
View ArticleRe: I want to have the tint to the color information of the Cos Object.
A correction: the function (string) is syntactically valid. It is just not sensitive to its input. The point of a function is to allow transformation from one number (tint) to multiple numbers in the...
View ArticleGetting the name of selected Node in Adobe 3D PDF
Hello,I'm trying to use the following code to get the name of the selected node for a 3D object in my PDF./*****************************************************************************************...
View ArticleTo retain color space value for Monochrome images during flattening.
In our project, we are extracting image content from PDF file and doing some raster operation by using LeadTool and then flattening the processed image in PDF file. Input PDf file: One page which has...
View Article