PDFdev is a service provided by PDFzone.com | http://www.pdfzone.com _____________________________________________________________
Sure -- you can use the JS/IAC bridge to use the doc.print() method in the Acrobat JavaScript object. Check the Acrobat JavaScript reference for the doc.print() method, and then check out the VBJavaScript.pdf file to show how to use the JavaScript (i.e. this method) object via IAC. Regards, Chris. ___________________________________ Chris Dahl - CTO ARTS PDF Solutions [EMAIL PROTECTED] http://www.aroundtablesolution.com/ ARTS - A Round Table Solution -----Original Message----- From: Souza, Rodney [mailto:[EMAIL PROTECTED] Sent: Thursday, 17 July 2003 4:10 AM To: '[EMAIL PROTECTED]' Subject: RE: [PDFdev] Need Help Can anyone tell me how to print a pdf file that has already been created? I need to print from a .NET application that I am writing. -----Original Message----- From: Sagar Shah [mailto:[EMAIL PROTECTED] Sent: Thursday, July 17, 2003 5:32 PM To: [EMAIL PROTECTED] Subject: [PDFdev] Need Help hi ! I am making a plugin(with c++) to extract the data from XML file and put it into pdf file . but other than normal characters are missing in the resulting PDF . On summarizing my question becomes how to add these characters to PDF( "(tm)" , "--" , "*" etc ) as i am using the API I am reading in wstring from XML file and now how should i change it into Uns8* so that on putting the text on PDF .i get the specificied character PDETextAdd(pdeText, kPDETextRun, /* kPDETextRun, kPDETextChar */ 0, /* index */ (Uns8*)ch , /*Text to add ???????????? */ 8, /* length of text */ pdeFont, /* font to apply to text */ &gState, sizeof(gState), /* graphic state to apply to text */ NULL,0, /* text state and size of structure*/ &textMatrix, /* transformation matrix for text */ NULL ); Can anyone help me out ? thanking you in advance. I am in urgent neeed Regards , Pramod Sharma To change your subscription: http://www.pdfzone.com/discussions/lists-pdfdev.html
