Recent content by PatTahiti

  1. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Solved. Context: My client generates 50+ Access reports containing products records grouped by family products. Each generated line/record has a blank textbox that should be filled by users to indicate the quantity of products they would order to my client. These reports are exported to PDF...
  2. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Hello, Now I'm more experienced with PDF's thanks to you, so I can be more specific to explain my goal. I can parse a PDF file and retreive all texts. (Content = AcroTextSelect.GetText(j) ) When generating an Access report, I can name the blank text areas that I want to be turned into fields...
  3. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    The problem is not to fill out the fields, the problem is to transform all text fields into form fields. The client can't create a master PDF form because data come from parametrized queries retrieveing different numbers of records and grouping them by family of products. So, the group titles...
  4. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Well, I think my explanations are not clear. 1. I loop through the reports of my Access project -> OK 2. For each report found, I export to PDF -> OK 3. I would like to transform the text fields of the generated pdf into form fields -> NOT OK actually the client does point # 3manually in...
  5. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Sorry if I was not clear. The number of lines in the PDF form will change each time because the query in Access will retreive a different number of records when it is fired. The main layout does not change but 50 records of Access will generate 50 pdf fields and 100 records will generate 100...
  6. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Hi. Hi, The client generates about 50 Access reports that must be transformed into PDF forms. I have automated the first step to generate PDF files from the Access reports. Now, these PDF files must be transformed into PDF Forms. All forms are different at each generation depending on data...
  7. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Hi, Are you sure ? Wich one ? I read them but I don't see the same question.
  8. P

    Solved How to automate "PDF Prepare form" for all Access text fields from VBA ?

    Hello, My client generates a PDF file from an Access report. This report has text fields that must be transformed into PDF form fields. Actually this is done manually by the client : in Acrobat Pro -> prepare form => all access text fields are converted into pdf form fields. I'd like to...
  9. P

    Filling Adobe forms from Access using VBA

    Sorry, can't find Denube or Danube SDK. Foxit SDK : 3000 $ :(
  10. P

    Filling Adobe forms from Access using VBA

    Yes, thank you for your help. Best regards.
  11. P

    Filling Adobe forms from Access using VBA

    Correct, client2 has'nt Acrobat Pro, client 1 well. Thank you.
  12. P

    Filling Adobe forms from Access using VBA

    Sorry, I meant fill the form with SendKeys :)
  13. P

    Filling Adobe forms from Access using VBA

    Ok. And if the second only wants to print the forms ? I've seen a solution using SendKeys but I'm not totally convinced. Any idea ? Thanks. Patrice
  14. P

    Filling Adobe forms from Access using VBA

    Hi, Thank you for your aswer, here are my needs. Customer 1 wants to transform Access reports exported as Pdf to Adobe Pdf Forms. These reports will be sent to somebody who will fill them manually. Actually, the customer right-clicks on every Access report to transform them into Pdf forms. I...
  15. P

    Filling Adobe forms from Access using VBA

    Thank you for the link ! Regards, Patrice
Back
Top Bottom