Sign In  Sign Up Live-Chat

Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

Last post 07-01-2008, 2:13 PM by codewarior. 13 replies.
Sort Posts: Previous Next
  •  11-09-2007, 12:50 PM 101966

    Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hello,

    I would like to use visual basic 6 to open an existing pdf file with form fields. I have a data to enter into the fields from database. I would like to enter the data into the fields with aspose.pdf.kit commands.

    such as:

     

    open pdf file

    populate fields with data

    save pdf under new name

     

    Is it possible to use aspose.pdf.kit with Visual Basic 6.?Could you provide sample code?

     

    thank you,

    Dave

     
  •  11-09-2007, 5:41 PM 101984 in reply to 101966

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Dear Dave,

    Thanks for considering Aspose.Pdf.Kit.

    Our product is exactly what you want according to your requirement description. It supports fill/ both C# and VB.NET. Please refer to our wiki for more details and samples.

    Best regards.


    Luke Fu
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  11-12-2007, 7:28 AM 102152 in reply to 101984

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    The samples I find are for VB.NET not visual basic 6.

    Do you have examples for Visual Basic 6 using Com?

     
  •  11-12-2007, 9:38 AM 102172 in reply to 102152

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Dear SiemensDixon,

    I am afraid we have no such examples. Only Java/C#/VB.NET are supported. Sorry for the inconvenience.

    Best regards.


    Luke Fu
    Product Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  11-12-2007, 6:53 PM 102242 in reply to 102172

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hi SiemensDixon,

    Please refer to Use Aspose.Pdf in COM Applications. It is another product but you can write the code like that.

    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  11-19-2007, 12:36 PM 103112 in reply to 102242

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    We are customers using the Aspose word product from a few years ago.

    We would like to purchase and use aspose.pdf.kit to populate form fields in an existing pdf.

    We use a Cincom product called Socrates it's a COM based system and is not .NET.

    If we can get the aspose.pdf.kit to work under VB6, I think we could use similar syntax to get it to work under Socrates (since both are COM based).

    We use aspose.word like this (using visual basic 6 syntax):

    Dim Doc
    Set word = CreateObject("Aspose.Word.Word")
    Set Doc = word.open("c:\test1.doc")

     

    We tried to use Aspose.pdf.pdf like this:

    Dim Pdf1
    Dim Pdoc
    Set Pdf1 = CreateObject("Aspose.Pdf.Pdf")
    Set Pdoc = Pdf1.open("c:\test.pdf")

    The open using Aspose.Word.Word works. However, the open using the Aspose.pdf.pdf  fails gives the error: Object does not support this property or method. It doesn't appear that Aspose.pdf.pdf has an open method. How do I open an existing pdf file?

    Can I open an existing PDF file and populate form fields from visual basic 6?

    How do I figure out the syntax and commands?

    Thank you,

    Dave

     

     
  •  11-19-2007, 1:13 PM 103120 in reply to 103112

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hi,

    Please refer to the Aspose.Pdf documentation (http://www.aspose.com/Wiki/Default.aspx/Aspose.Pdf/) and Aspose.Pdf API (http://www.aspose.com/Products/Aspose.Pdf/Api/Aspose.Pdf.html) reference for more information.

    Thanks.

     
  •  11-19-2007, 6:37 PM 103148 in reply to 103112

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Dear Dave,

    Aspose.Pdf.Pdf dose not have a method Open(). If you want to  edit existing Pdf please use Aspose.Pdf.Kit.

    Tommy Wang
    Lead Developer
    Aspose Changsha Team
    About Us
    Contact Us
     
  •  11-20-2007, 7:16 AM 103224 in reply to 103148

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    I have tried to use aspose.pdf.kit to open an existing pdf file, update form fields and save under a new pdf file name under an envrionment that consumes COM objects (not .NET). If you would care to supply step by step instructions I'd like to purchase and use your product.

     
  •  11-20-2007, 7:24 PM 103372 in reply to 103224

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hi,

    OK, Can you please tell us, were you be able to setup and open existing Pdf using Aspose.Pdf.Kit?

    Thanks.

     
  •  06-26-2008, 10:31 AM 133244 in reply to 103372

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Does aspose.pdf.kit work with COM?

    I am using Visual Basic 6 and would like to use the FormEditor, will this work?

    Thanks!

     
  •  06-26-2008, 2:10 PM 133277 in reply to 133244

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hello Scott,

    As replied in post 133005 did you tried using Aspose.Pdf.Kit in COM applications.

    For reference purpose you may consult
    http://msdn.microsoft.com/en-us/library/aa719110.aspx
    http://www.vbdotnetheaven.com/UploadFile/mgold/CsharpCompInVBthroughCOM04082005083037AM/CsharpCompInVBthroughCOM.aspx


    Nayyer Shahbaz
    Support Developer
    Aspose Changsha Team
    About Us
     
  •  07-01-2008, 9:08 AM 133810 in reply to 133277

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    I am adding the code needed to my already asposecomwrapper that I created for aspose.words.

     

    Thanks!

     

     
  •  07-01-2008, 2:13 PM 133862 in reply to 133810

    Re: Use aspose.pdf.kit in Visual Basic 6 to populate form and save under different file name.

    Hello Scott,

    I cannot find any code files attached with your post. can you please check.


    Nayyer Shahbaz
    Support Developer
    Aspose Changsha Team
    About Us
     
View as RSS news feed in XML