That's probably "\\\\server\\directory\\subdirectory\\sample.pdf"
Paulo > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of Felipe Gaúcho > Sent: Thursday, June 14, 2007 3:22 PM > To: Post all your questions about iText here > Subject: Re: [iText-questions] Open a PDF file using UNC with > pdfreader > > in Java you must use / or \\ as file separator: > > \\server\\directory\\subdirectory\\sample.pdf > > On 6/14/07, Jian Yang <[EMAIL PROTECTED]> wrote: > > Hi All, > > I'd like to open a PDF file using UNC like the > > following: > > > > PdfReader reader = new > > PdfReader("\\server\directory\subdirectory\sample.pdf"); > > > > But I got the syntax error complaining about the > > syntax error with regards to '\'. > > > > Am I doing anything wrong? Can this be done? > > > > Thanks, Aviso Legal: Esta mensagem é destinada exclusivamente ao destinatário. Pode conter informação confidencial ou legalmente protegida. A incorrecta transmissão desta mensagem não significa a perca de confidencialidade. Se esta mensagem for recebida por engano, por favor envie-a de volta para o remetente e apague-a do seu sistema de imediato. É proibido a qualquer pessoa que não o destinatário de usar, revelar ou distribuir qualquer parte desta mensagem. Disclaimer: This message is destined exclusively to the intended receiver. It may contain confidential or legally protected information. The incorrect transmission of this message does not mean the loss of its confidentiality. If this message is received by mistake, please send it back to the sender and delete it from your system immediately. It is forbidden to any person who is not the intended receiver to use, distribute or copy any part of this message. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
