Im trying to get a Microsoft snaphot/report to pdf....when i try to convert , im getting a pdf with funny characters..Im using the randomaccessfile to read in the snp file and add it to the Document object line by line....Any suggestions? obviously, the code works when converting from a txt to a pdf....but thats not what i want.
YOu are trying to treat a .snp file as a text file, and therefore getting random binary data into the PDF.
iText is NOT a conversion tool - though it can be used by one.
You will need to write code to parse the .snp file format and then call the appropriate iText APIs to create a pDF.
Or license one of the existing products that can do this.
Leonard -- --------------------------------------------------------------------------- Leonard Rosenthol <mailto:[EMAIL PROTECTED]> Chief Technical Officer <http://www.pdfsages.com> PDF Sages, Inc. 215-629-3700 (voice) 215-629-0789 (fax)
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
