Search found 39 matches

by kamleshvgujarathi
Mon Jan 26 2004
Forum: Visual Basic Community
Topic: Couldnot find font inthe ResourceDictionary-using Helvetica.
Replies: 1
Views: 5031

Couldnot find font inthe ResourceDictionary-using Helvetica.

When I use this following code and then It is giving me error Private Sub Command1_Click() Dim cdi_doc As New CDIntfEx.Document Dim h As CDIntfEx.CDIntfEx Dim bln As Boolean bln = cdi_doc.Open("e:\testpdf\f4868.pdf") cdi_doc.SetLicenseKey "Evaluation Version", "07EFCDAB0100...
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: I want to send file directly to printer the How ?
Replies: 1
Views: 4992

I want to send file directly to printer the How ?

If I want to send file directly to printer and I want to store file in PDF also then what is way ? No I am using following code using windows API. l_strBuffer = Space(8192) GetProfileString "Windows", "device", "", l_strBuffer, Len(l_strBuffer) l_strDefaultPrinter = Tr...
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: I could not get latest evalution version from the website ?
Replies: 1
Views: 4800

I could not get latest evalution version from the website ?

I download latest version from your given link for converter+creater suite. but in that converter has 2.10h version and creator has 1.50 version.? So I am getting file saving error still (ie. http://www.amyuni.com/forum/viewtopic.php?t=573 ) . How I can download latest version. I am very Happy for ...
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: Can you please give datasource example ?
Replies: 1
Views: 5168

Can you please give datasource example ?


In developer guide there is not any single example for use of the datasource property.

So can you give me short example of datasource ?


I am very Happy for QUICK RESPONCE to previous Problems

:roll:
KamleshvGujarathi
kamlesh@itshastra.com
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: Is there any restriction for use of evalution version ?
Replies: 1
Views: 5151

Is there any restriction for use of evalution version ?

Is there any restriction in uses of the kit due to evaluation version? because in someproperties I am getting error "does not support to this action" and in some properties I am not able to change the values. I am very Happy for QUICK RESPONCE to previous Problems :roll: KamleshvGujarathi...
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: I could not change some document properties?
Replies: 1
Views: 5241

I could not change some document properties?

I could not change some properties. How I can Change the Author, Keyword, Subject ? I have used the following code for that PDF1.Document("Author") = "Hello World" 'we are getting effect OK PDF1.Document("Author") = "Hello World" 'we are not getting effect PD...
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: How I Can make PDF1 Object Empty ?
Replies: 1
Views: 5342

How I Can make PDF1 Object Empty ?

If there is one file open by following code then how I can remove it ? l_blnresult = PDF1.OpenEx(App.Path & "\" & p_strFillInFile, "") HOW I can make pdf1 object empty ? A code example would be really appreciated. I am very Happy for QUICK RESPONCE to previous question ....
by kamleshvgujarathi
Mon Jan 12 2004
Forum: Visual Basic Community
Topic: Problem regarding encryption.
Replies: 1
Views: 4983

Problem regarding encryption.

When I use following line in code for encrypt the PDF file then after closing the form when I want open original file it get the sharing violation. then I could not open it How I can Close the file. I am using pdfcreativeX activex control. PDF1.Encrypt "owner", "user", &HFFF...
by kamleshvgujarathi
Fri Jan 09 2004
Forum: Visual Basic Community
Topic: Error - There was problem reading this document (14)
Replies: 1
Views: 9019

Error - There was problem reading this document (14)

Hello Friends, I have problem while Open New pdf which is created by code I am Using XP Operating System and I am using following VB code for creating file. I have insert data in text fields of the PDF by this Code Dim bResult As Boolean Dim objarray As Variant bResult = PDF1.OpenEx("E:\f4868....