Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: palovidiu
  • Content: Threads
  • Order by date
  1. palovidiu

    Printing with Code Page

    I would like to print to the printer, by raw copying a file using a Code Page, for ex 850. The file is generated in a .Net application and saved with a 850 code page encoder. Copying this file to the "HP LaserJet 2300 Series PCL 6" prints .. faulty double chars for some the special...
  2. palovidiu

    Renaming dirs in C#

    I am trying to rename a directory from C# , and I can not find an elegant solution. Many recommand MoveTo, Move, which seem to me .. more like an overkill solution.(also i can't seems to shake rights access violation exceptions beeing throwen) On the net there are also solutions running...
  3. palovidiu

    console out feature

    using "SQLPlus Worksheet", sql query console provided by Oracle .. or "sql plus" , and not some fancy shmancy TOAD or SQL navigator I would like to do this : --run this pl/sql block declare someText VARCHAR(100); begin someText:='some trivial message for the masses'; select someText as...
  4. palovidiu

    String formating in C#

    I tried and search for a sample or some good explanation on how could I format a string like "12023023023023020302" (24 chars long) I cannot use o NumberFormatInfo , and convert the string above cause it's to f... long... and string.Format("{0:###-####-#-####### ....}"...
  5. palovidiu

    raster mysteries again

    I am having a problem with image printing in raster mode when data is compressed in CCITT modified Huffman. I want to draw (for ex.) 2 black lines using the encoding mentioned before. I am encoding each row, and what I am getting (using EscapeE as a PCL viewer) is an interlaced image, this...
  6. palovidiu

    Raster mode problem

    I am quite new to the PCL buissnes, however I tried to understand how does raster mode works. What I have to do is to embed tiff images (content only) with compression mode CCITT G3 (modified Huffman). I use EscapeE (trial) and an hp laserjet 2300dn, to see if it prints out corectly, and it...

Part and Inventory Search

Back
Top