Re: Fonts, Forms, and File Size
I'm using verdana in all of the forms. A font that is also in the body of the pdfs.
View ArticleRe: Fonts, Forms, and File Size
That's probably the cause. When you use a non-built-in font (something other than times, courier, helvetica, symbol, Adobe pi/Zapf Dingbats and their variants, collectively knows as the base-14 fonts),...
View ArticleRe: Fonts, Forms, and File Size
Another cause is Acrobat has a tendency to duplicate fonts. If you go to optimize and choose Fonts Look for duplicated fonts and font suites. say your document may use HelveticaHelvetica BoldHelvetica...
View ArticleHow to Change Text from Portrait to Landscape
Greeting,I am working with Adobe Acrobat Pro X. I have a simple decorative frame that has an editable text box inside the frame. It is in portrait position. I also would like the end user to be be...
View ArticleRe: How to Change Text from Portrait to Landscape
You can use JavaScript to do this by changing the field's rotation property. You just have to decide how you want to trigger the change. For example, you could use a bookmark, a non-printing button...
View ArticleHow do you create a table and enter the text?
How do you create a table and then enter text?
View ArticleRe: tab or label on the top left side of my document and the receiver also
I didn't receive any instructions how to delete. so, I can't say yes or no yet
View ArticleRe: Dynamically Resizing Text Fields/Cells?
You should look into LiveCycle Designer. Fields created in Acrobat don't behave that way.
View ArticleRe: Text in a text box disappears upon clicking outside the text box
While this is not directly responsive to the question above, here is the fix for Windows machines. 1. Close all runnning instances of Acrobat2. Open regedit3. Navigate in regedit to...
View ArticleMenu Selection Form with multiple sections that can be shown or hidden
I am creating a form to be used by customers who are coming to visit our kitchen. The form will have basic information on the time and date of their visit but the bulk of it will be the menu choices...
View ArticleSigned Time Tickets
I'm new to using PDF's in this way. I need to streamline our ability to have a field technician submit thier hours and get a signed signature back by the person who they did the work for. I need to...
View ArticleQuestion about a form with sum and a limit
I am working on a form with Acrobat where I want the total of several fields but I need the result to display at a maximum number. For example A+B+C+D but if the answer is greater than or equal to a...
View ArticleRe: Validate empty or required fields when pressing print button on form
Thats ok. Thank you for looking into this. I appreciate your effort!
View ArticleRe: tab or label on the top left side of my document and the receiver also
Moved to Acrobat forum.
View ArticleRe: Question about a form with sum and a limit
Try this as the custom calculation script for the SUM field: var A = this.getField("FieldA").value; var B = this.getField("FieldB").value; var C = this.getField("FieldC").value; var...
View ArticleRe: Validate empty or required fields when pressing print button on form
Look at this thread: http://forums.adobe.com/message/5371436#5371436 Where Gilad D has a script that alerts the user if there are any empty required fields. You could attach such a script to your Print...
View ArticleRe: Can't make work SetExportValues method
Yes, I tryed example in documentation. But it still doesn't work. Does anybody had such problem?
View ArticleAllowing form fillers to insert an image
Hi, This is my 1st post and I submitted this question before being prompted to create an account so apologies if it's already been posted elsewhere. I am using Acrobat Pro X to create a fillable PDF...
View ArticleRe: Allowing form fillers to insert an image
If the users will use Reader, it's only possible if:- They use Reader XI- The image they will use is in PDF format.
View Article