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!

Recent content by ihatemash

  1. ihatemash

    Embedding BMP graphic in PCL

    Thanks for your time and help. I think i will pass on the pagetech option :)
  2. ihatemash

    Embedding BMP graphic in PCL

    Do you have a DLL or .NET assembly for MKPCL? Can the input/output be an in-memory stream instead of a file on disk?
  3. ihatemash

    Embedding BMP graphic in PCL

    1). Windows only. 2). currently we need to support interleaved 2 of 5 but may need to support code 39 in the future.
  4. ihatemash

    Embedding BMP graphic in PCL

    Thanks for the fast response and I will take a look at the website. Not sure if a soft font will work. I'll give you more information on our process. We have form template files in PCL format. Our software determines which template to use and injects the data into the template resulting in a...
  5. ihatemash

    Embedding BMP graphic in PCL

    I’m working on a project that requires printing a 1D barcode onto a PCL form. The tool I use to generate the 1D barcode creates a BMP image of the barcode. I need to programmatically embed the BMP image into the PCL form before sending the form to the printer. How is this done?
  6. ihatemash

    Highlighting parenthesis

    In Delphi2005, if you place your cursor on a parenthesis, the background color of the parenthesis and its matching parenthesis are changed. Does anyone have code to implement this in a TMemo? thanks
  7. ihatemash

    PCL to EMF converter

    I need to add the ability for my application to convert PCL files to EMF for print preview functionality and printing to non PCL printers. Does anyone know of a converter in the form of a Delphi component or DLL I can use other than PageTech?
  8. ihatemash

    PCL to EMF Converter

    I need to add the ability for my application to convert PCL files to EMF for print preview functionality and printing to non PCL printers. Does anyone know of a converter in the form of a Delphi component or DLL I can use other than PageTech?
  9. ihatemash

    Connection sharing

    I have setup a home network and have my server setup as the connection to the Net via dialup (yes its slow and it sux but that's all I have). My server is Windows XP Pro SP2. It is also the DHCP server. I can see this machine across the network so I know the network is ok. I also have it setup...
  10. ihatemash

    TRichEdit Printing

    Thanks for the response. Let me take a moment to further explain the big picture (I should have done this from the start). I am writing a print job manager to allow users the ability to submit a batch of forms to print in 1 print job. Approximately 95% of the forms submitted are in PCL format...
  11. ihatemash

    TRichEdit Printing

    That's correct if the printer is a PCL printer, the file will be converted to PCL. I got it working for PCL and everything looks good. Now when the printer is a windows printer, the file created is some sort of GDI/EMF file but windows can not view the file. If you open WinWord, create an RTF...
  12. ihatemash

    TRichEdit Printing

    RichEdit.Print does not direct the printjob to file. I need the print job to print to file not the printer. However, i need to use the default printer driver to print to file. -scott
  13. ihatemash

    TRichEdit Printing

    Is there any way to make a tRichEdit print to file without the user being prompted for a filename? I need to load an RTF file into a tRichEdit and have the tRichEdit print the RTF file to file without having the user select a printer or filename. thanks, Scott
  14. ihatemash

    Printing in IE

    I found it. The values in the registry HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\PageSetup\footer
  15. ihatemash

    Printing in IE

    sorry i'm using IHTMLDocument2.execCommand('Print',etc...) not TWebBrowser.execCommand('Print'...).

Part and Inventory Search

Back
Top