I work for a company that has over 100 field technicians who need to access PDF service manuals. Each of these PDF's must be downloadable/viewable from the company website. Does every field tech need to have a Rights Management account to access the PDF's? Can each field tech have their own credenti...
I'm creating a employee profile form where the user needs to add there photo and have it displayed on the form. Easy peasy so far. I also need to be able to get the images out once the form is submitted without loosing quality so I think file attachment is the way to go. How do I insert and attach a...
I made a form that has expandable fields and other interactive elements but this seems to be only viewable in Acrobat Pro. Is it possible to view this type of pdf from Reader or maybe a browser?
Dear all,We try to hide only the caption of a field if the field content is empty. a) The following code will hide the entire raw (entire field including caption). What should we change to the code to only hide the caption?-------------------------------------------------------if(this.rawValue == nu...
hi i need to insert a text field in between the text, and this text field should be auto expandable.ex.======the employee [field : name of the employee] is working in our org from [start date] to [end date] with salary [salary]. so kindly give him a loan of [amount] with [conditions].........ect..,=...
The code below isn't working what coult be wrong?i have set up the font size for the text field on "0pt" then when opening pdf i check if value is shorter then 50 letters and if so then i have to change the font.size to "10pt".if (this.rawValue.length <=50) then this.font.size="10pt";The code doesn'...
I have a submit button built into my form to lock all fields and email the completed form to a certain address. The form has four attachments included with it that serve as help documents for customers and those filling in the information.I would like to strip the attachments from the main file when...
Hi there,I'm trying to remove a node from a PDF, initially the node is a DataConnection under "xfa.sourceSet"...When I'm trying to remove a DataConnection I get this message : "Method: 'remove' cannot be called because doing so would violate this document's permissions settings."xfa.sourceSet.nodes....
Hello: I've been tasked with creating a guide on how to use Livecycle to create accessible forms. One of the problems I'm encountering is replicating in Livecycle the horizontal tables that my department uses. I have not found a way to create a header column nor a way to have a column span rows like...