PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/ __________________________________________________________________
Hi all , i have a little question ! I have trouble with unicode for Cyrillic using the NET Wrapper for fdftk.dll, following this example http://samposoft.europe.webmatrixhosting.net/archive/2004/01/25/175.aspx Example, I want to use the \u0413\u0423 unicode but it is not displayed in 1.fdf after processing. I have tried with \u0041 = A and that forks fine, I have trying to use the fdf toolkit aspx scripts but not been able to make it work untile i find the Wrapper. int outputFDF=0; object ret = FDFWriter.FDFCreate(ref outputFDF); string id=Guid.NewGuid().ToString(); ret = FDFWriter.FDFSetID(outputFDF,0,id,id.Length); ret = FDFWriter.FDFSetValue(outputFDF,"\u0413\u0423"\0",0); ret = FDFWriter.FDFSetFile(outputFDF,@"D:\prove\testFDF\test.pdf"); ret = FDFWriter.FDFSave(outputFDF,@"D:\prove\testFDF\1.fdf"); ret = FDFWriter.FDFClose(outputFDF); Best Regrds, Paolo To change your subscription: http://www.pdfzone.com/discussions/lists-pdfforms.html
