Search found 21 matches

by anshuman82
Mon May 14 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Printing PDF files on client default printer inWebServer Env
Replies: 3
Views: 13887

Printing PDF files on client default printer inWebServer Env

Hi, I am using PDFCreativeX.dll to populate the pdf files with data. I am working in Web Application in which the pdf is produced and stored on server and presented to client for user to print. I know about print() method of PDFCreativeX.dll Is there any option to print directly to default printer o...
by anshuman82
Mon Mar 05 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Removing document restrictions in PDF
Replies: 6
Views: 14902

Removing document restrictions in PDF

Hi Joan, As I explained in the code previous posts I am opening the PDF with owner Id like document.Open(file1, "pqr"); and then I am trying to assign empty user and owner passwords and set no restrictions document.Encrypt128("", "", 0); Please let me know what is wrong...
by anshuman82
Fri Feb 23 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Removing document restrictions in PDF
Replies: 6
Views: 14902

Removing document restrictions in PDF

Hi Joan, Thanks for reply. I am using the below code for making a pdf a password protected file unprotected and removing the document restrictions as well.But the code is not working and file is not getting unprotected.. Could you please suggest what is wrong with code and how we can achieve the fun...
by anshuman82
Thu Feb 22 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Removing document restrictions in PDF
Replies: 6
Views: 14902

Removing document restrictions in PDF

Hi,

I have a PDF file which has following security document restrictions like
1.Changing the document
2.Document Assembly
Creation of Document Assembly

How can remove these document restrictions in PDF using PDFCreator Active X.

Regds
Anshuman
by anshuman82
Fri Feb 16 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Issue in reading objects created by Adobe LiveCycle Designer
Replies: 3
Views: 7805

Issue in reading objects created by Adobe LiveCycle Designer

The object has name as "Text1".
So Creator should read the object.

Let me know if you need any other information.
by anshuman82
Thu Feb 15 2007
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Issue in reading objects created by Adobe LiveCycle Designer
Replies: 3
Views: 7805

Issue in reading objects created by Adobe LiveCycle Designer

Hi, I am using Adobe Live Cycle Designer 8.0 to create named objects like Text boxes,check boxes on already existing pdf. When I try to read these objects using PDF creator like( IacObject txt = document.GetPage(1).ObjectByName("Text1");). null object is returned. I want to know whether PD...