Using device fonts for printing

Hello,
I was wondering how to use device fonts in Java. These are the fonts that are in the printer and not in the operating system.
I'm writing some point of sale software that needs to use the Star TSP100 printer on Windows 7 64.
I need to use the device font "control" in order to instruct the printer to open the cash drawer.
I would also like to use the device font "3of9" for barcodes. I know there are alternatives to using this, but directly from the printer would be easier than trying to purchase and deploy a barcode font.
I know that star micronics has a JPOS implementation, but not for windows 7 64. And the JPOS with the StarMicronics bin is cumbersome and unstable for the end user even in Windows XP 32 bit.
If I specify the font "control" java replaces it with the default font. i.e. Font deviceFont = new Font ("control", Font.PLAIN, 8.5); is just the default font and not "control"

I did find a solution to my problem, but I cannot use device fonts. You may also find this useful to address your issue. I opened the a print service and sent ASCII to it instead of creating and printing a graphic object. You'll need the [Command Emulator STAR Line Mode Command Specifications|http://www.star-micronics.co.jp/eng/service/usermanual/comemu_starline_pm.pdf] to know what the commands are for the TSP100 and TSP700. I've included a cheat sheet to find the HEX value of the ASCII command. Note that if you need to send several characters you'll need to use the space with it.
e.g. The command to select font is ESC RS F you'll need to send: 1B201E2046
My Chizzle:
package recptpkg;
import javax.print.PrintService;
import java.awt.print.PrinterJob;
import javax.print.DocPrintJob;
import javax.print.Doc;
import javax.print.DocFlavor;
import javax.print.SimpleDoc;
public class openCashDrawer {
    boolean showStatus;  // false if error
    public openCashDrawer() {
        showStatus = false;
        PrinterJob printerJob;
        PrintService psTSP100 = null;
        PrintService[] ps = PrinterJob.lookupPrintServices();
        for (int i = 0; i < ps.length; i++) {
            if (ps.getName().indexOf("Star TSP100 Cutter (TSP143)") >= 0) {
psTSP100 = ps[i];
if (psTSP100 == null) {
System.out.println("Aw SNAP! I like, can't find a printer with "
+ "Star TSP100 Cutter (TSP143) in the name");
showStatus = false;
try {
DocPrintJob job = psTSP100.createPrintJob();
String openDrawer1Command = ((char) 0x07) + "";
byte by[] = openDrawer1Command.getBytes();
DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
Doc doc = new SimpleDoc(by, flavor, null);
job.print(doc, null);
} catch (Exception e) {
System.out.println("Whoa bro. The printer is balls. Check it:");
e.printStackTrace();
try {
DocPrintJob job = psTSP100.createPrintJob();
String openDrawer2Command = ((char) 0x1A) + "";
byte by[] = openDrawer2Command.getBytes();
DocFlavor flavor = DocFlavor.BYTE_ARRAY.AUTOSENSE;
Doc doc = new SimpleDoc(by, flavor, null);
job.print(doc, null);
showStatus = true;
} catch (Exception e) {
System.out.println("Whoa bro. The printer is balls. Check it:");
e.printStackTrace();
showStatus = false;
public boolean getStatus() {
return showStatus;
//ASCII Cheat Sheet:
/* 00 NUL | 01 SOH | 02 STX | 03 ETX | 04 EOT | 05 ENQ | 06 ACK | 07 BEL
08 BS | 09 HT | 0A LF | 0B VT | 0C FF | 0D CR | 0E SO | 0F SI
10 DLE | 11 DC1 | 12 DC2 | 13 DC3 | 14 DC4 | 15 NAK | 16 SYN | 17 ETB
18 CAN | 19 EM | 1A SUB | 1B ESC | 1C FS | 1D GS | 1E RS | 1F US
20 SP | 21 ! | 22 " | 23 # | 24 $ | 25 % | 26 & | 27 '
28 ( | 29 ) | 2A * | 2B + | 2C , | 2D - | 2E . | 2F /
30 0 | 31 1 | 32 2 | 33 3 | 34 4 | 35 5 | 36 6 | 37 7
38 8 | 39 9 | 3A : | 3B ; | 3C < | 3D = | 3E > | 3F ?
40 @ | 41 A | 42 B | 43 C | 44 D | 45 E | 46 F | 47 G
48 H | 49 I | 4A J | 4B K | 4C L | 4D M | 4E N | 4F O
50 P | 51 Q | 52 R | 53 S | 54 T | 55 U | 56 V | 57 W
58 X | 59 Y | 5A Z | 5B [ | 5C   \ | 5D   ] | 5E ^ | 5F _
60 ` | 61 a | 62 b | 63 c | 64 d | 65 e | 66 f | 67 g
68 h | 69 i | 6A j | 6B k | 6C l | 6D m | 6E n | 6F o
70 p | 71 q | 72 r | 73 s | 74 t | 75 u | 76 v | 77 w
78 x | 79 y | 7A z | 7B { | 7C | | 7D } | 7E ~ | 7F DEL */
{code}
Edited by: StoneBrooks on Sep 10, 2010 11:24 AM

Similar Messages

  • If I use a web font in my website can I use the same font for printed materials such as business car

    I am a graphic designer intending to design a portfolio website in Adobe Muse. I plan to use TypeKit web fonts to design my website. Upon completioin of the website I intend to design business cards and my resume to match the look of my website. I would like to use the same fonts as I used on the website. Is it possible to use web fonts for printing purposes? If not, what do people typically do in this situation. The last thing I want to do is use a font that "looks" like the ones used on my website.

    Hi redsoxfan15b,
    (I think I may have replied to your Typekit Support ticket earlier today, but I will post the same information here to be certain.)
    We have recently added a new feature to Typekit that allows you to sync fonts to your desktop and use them in print design. The announcement on our website has more information:
    http://blog.typekit.com/2014/01/16/the-fonts-you-love-from-typekit-now-on-your-desktop/
    Font sync is available on any Typekit Portfolio, Performance, or Business plan.  Here is a list of all the font available for desktop use:
    https://typekit.com/fonts?licenses=desktop
    We are continuing to license more of the library for desktop use, but for now you should confirm that the font you would like to use it available for both web and desktop.  And if there is a font you'd like to use that isn't available for desktop sync, you may also be able to purchase a license directly from the foundry.
    I hope that this helps; let me know if you have any other questions!  Best,
    -- liz

  • Font for Print out and Print Preview

    Hi all,
    I am working in SAP R/3 4.6C and using SmartForm.I have a trouble :
    I uploaded  Arial Font into System Font and Printer Font and i want to use this font for print out and print preview.But this font is only applied for print out and the print preview uses still  Courier Font not Arial as I want.
    So, anybody tell me why and give some idea to solve this problem.
    Thanks .

    Hi,
    There is no  arial font option in 4.6..but it 4.6 scriptforms arial option is there,but  it will not work..it will give some other font...
    Mainly  4.6 version does not support ARAIL font..
    4.6 does not support all the fonts which are avilable in MS-WORD..only few fonts are uploaded into SAP 4.6 syatem...this is the problem
    Regards
    Kiran
    Edited by: Kiran Saka on Feb 11, 2009 8:19 AM

  • Using system fonts for commercial printing?

    Hi,
    Does anyone know the licensing rights/usage for using system fonts for commercial printing? If I understand correctly, system fonts that comes from operating system CAN be use because Apple purchase the rights on them and end users that purchase OS can use these fonts freely as long as not we are not redistributing them for profit, etc.
    Can anyone point me in the right direction with official documentation on the subject?
    Thanks!

    Never mind, I found the answer. It's in Apple's OS EULA.
    "E. Fonts. Subject to the terms and conditions of this License, you may use the fonts included
    with the Apple Software to display and print content while running the Apple Software; however,
    you may only embed fonts in content if that is permitted by the embedding restrictions
    accompanying the font in question. These embedding restrictions can be found in the Font
    Book/Preview/Show Font Info panel."

  • Why is getLineMetrics inaccurate when using device fonts* or immediately after resizing a TextField?

    1.  We need getLineMetrics to return correct values immediately after changing a TextField's width/height or any property that would affect the layout metrics, withouth having to alter other properties like setting the text to itself (p1.text = p1.text).  Currently, if you change the width of a text field to match the stage width for example, getLineMetrics will not return correct values until the next frame.... UNLESS you set the text property.
    2.  We also need some kind of "stage scaled" event in addition to the "stage resize" event (which only fires when stage scale mode is no_scale), because stage scaling affects the rendered size of device fonts so dramatically that we must call getLineMetrics again.  This is not the case for fonts antialiased for readability, since their size is relatively stable with scaling, as demonstrated by drawing a box around the first line once and then scaling the stage.
    So those are the problems.  The asterisk in the title of this post is there because it seem that TextField.getLineMetrics is accurate with device fonts, but I cannot take advantage of that accuracy without a way to detect when the player is scaled.  I can only confirm its accuracy at a 1:1 scale, since there is no way to recalculate the size of the line rectangle once the player is scaled, aside from setting a timer of some sort which is a real hack not to mention horribly inefficient with no way to detect when the stage has actually be scaled.
    I use device fonts because embedded fonts look terrible and blurred compared to device font rendering.  The "use device font" setting matches the appearance of text in web browsers exactly.  The only way to get embedded/advanced antialiased text in flash to approximate that of the device font look is to primarily set gridFitType to PIXEL instead of SUBPIXEL, and secondly set autokerning to true to fix problems caused by the PIXEL grid fit type.  That ensure strokes are fitted solidly to the nearest pixel, however it still lacks the "ClearType" rendering that device fonts use, which has notable color offset to improve appearance on LCD monitors, rather than the purely grayscale text that flash uses in its subpixel rendering.  Frankly, failure to use device fonts because of API issues, is the only reason why Flash sometimes doesn't look as good as HTML text and why people say text in Flash "looks blurry".  I'm tired of hearing it.  If the player simply dispatched an event when scaled and updated the metrics immediately when any property of the text field that would affect the metrics is changed, then we could all happily use device fonts and Flash text would look great.  As is stands, because of the two problems I mentioned in the opening paragraph, we're stuck dealing with these problems.
    If you create two text fields named "p1" and "p2" for paragraph 1 and 2, populate them with an identical line of text and set one to "use device fonts" and the other to "antialias for readability", then use this code to draw boxes around the first line of text in each of them:
    import flash.text.TextField;import flash.text.TextLineMetrics;graphics.clear();drawBoxAroundLine( p1, 0 );drawBoxAroundLine( p2, 0 );function drawBoxAroundLine( tf:TextField, line_index:int ):void{          var gutter:Number = 2;          var tlm:TextLineMetrics = tf.getLineMetrics( line_index );          graphics.lineStyle( 0, 0x0000ff );          graphics.drawRect( tf.x + gutter, tf.y + gutter, tlm.width, tlm.height );}
    The box surrounding the line of text in the "use device fonts" box is way off at first.  Scaling the player demonstrates that the text width of the device font field fluctuates wildly, while the "antialias for readability" field scales with the originally drawn rectangle perfectly.  That much is fine, but again to clarify the problems I mentioned at the top of this post:
    Since the text width fluctuates wildly upon player resize, assuming that getLineMetrics actually works on device fonts (and that's an assumption at this point), you'd have to detect the player resize and redraw the text.  Unfortunately, Flash does not fire the player resize event unless the stage scale mode is set to NO_SCALE.  That's problem #1.  And if that's by design, then they should definitely add a SCALE event, because changes in player scale dramatically affect device font layout, which requires recalculation of text metrics.  It's a real issue for fluid layouts.
    The second problem is that even when handling the resize event, and for example setting the text field width's to match the Stage.stageWidth property, when the text line wraps, it's not updated until the next frame.  In other words, at the exact resize event that causes a word to wrap, calling getLineMetrics in this handler reports the previous line length before the last word on the line wrapped.  So it's delayed a frame.  The only way to get the correct metrics immediately is basically to set the text property to itself like "p1.text = p1.text".  That seems to force an update of the metrics.  Otherwise, it's delayed, and useles.  I wrote about this in an answer over a year ago, showing how sensitive the text field property order is: http://stackoverflow.com/a/9558597/88409

    As I've noted several times, setting the text property to its own current value should not be necessary to update the metrics, and in some subclasses of text field, setting a property to its own value is ignored as the property is not actually changing and processing such a change would cause unnecessary work which could impact application performance.  Metrics should be current upon calling getLineMetrics.  They are not.  That's the problem.
    From a programming perspective, having to set the text property (really "htmlText" to preserve formatting) to itself to update metrics is almost unmanagable, and doesn't even make sense considering "htmlText" is just one of a dozen properties and methods on a TextField that could invalidate the layout metrics (alignment, setTextFormat, width, height, antiAliasMode, type, etc.), and I would have to override every one of those properties so that I could set htmlText = htmlText.  Using such a subclass isn't even possible if I want to use the Flash IDE to add text fields to the stage.  I would have to iterate over the display list and replace all existing fields with my subclass, which also isn't a good workaround because there's no way to update any and all variable references that may have been made to those instances.
    Frome what I've read, the invalide+render event system is unreliable.  My layout framework is similar to that of Windows Forms, and performs layout immediately, with dozens of docking modes and uses suspend and resume layout calls for efficiently resizing multiple child objects in a component.  Certain calculations cannot be aggregated for a render event, because some containers are semi-reflexive, meaning they can expand to fit the child contents while also contraining the child size, depending on whether the contain was resized or the child component was resized, so as a matter of correctness the resizing calcultation must occur immediately when the child resizes, otherwise a top-down pass on the display hierarchy for resizing will not be sufficient.
    As far as waiting until the next frame, no that is not possible, as it will cause one frame to be completely wrong.  If I was dragging the browser window to resize it, it would look terrible as virtually every single frame during the resizing operation would be incorrect.  Also, in the case where a user clicks the maximize or restore button of the web browser, the resizing event will occur exactly once, so if the metrics are not correct when that occurs, there is no recalculation occuring on the next frame, it will just be wrong and sit there looking wrong indefinitely.
    In case it's not obvious by now, this is a web application.  It uses the NO_SCALE stage scaling option, so notification of the event is not actually an issue for me personally.  I was just pointing out that for anyone not using the NO_SCALE option, there is no event in Flash to detect player scale.  What you're suggesting is using a JavaScript event and using the ExternalInterface bridge to send a message, which there is no guarantee whether it will be processed in a timely matter by the player and introduces possible platform inconsistancies, depending on whether the browser has actually resized the Flash interface at that point or what state Flash is in when it tries to recalculate the size of the text.  The browser may send that event to flash before the player is actually resized, so it will be processing incorrect sizes and then resized after the fact.  That's not a good solution.  Flash needs a scale event in addition to a resize event.  I'm really surprised it doesn't have one.  At the very least, the existing resize event should be dispatched reguardless of the stage scale mode, rather than occuring exclusively in the NO_SCALE mode.
    Bottom line is that getLineMetrics needs to return correct values every time it is called, without having to set the "text" property immediately before calling it.  If such a requirement exists, which seems to be the case, then that needs documented in the getLineMetrics method.

  • Anti alias and Use device font not why is that not working?

    I am editing a flash template that I have and I know
    about the anti alias setting and I went through all the text boxes and set them to use device fonts and they all seem to b
    e working except for the sliding text boxes, see attached images that show the sliding box (the gray color) and the text box behind it, when I drill down to the text box it is set to use device fonts already but when I enter my text it does not show all the letters (the W A and V for example are missing) I know that is caused by the Antialias setting but I am unable to find what is set to that in this sliding box, what am I missing? I am a very novice user so please be as detailed as you can in you answer, I can provide any information needed. Thank s in advance.
    I am using CS10

    I had the same issue. They say that because TRC Sri Lanka haven't registered IPad or apple as a safe product. That means the IMEI of apple products will not match with srilankan regulatory specifications. But this issue will be solved in near future. Please contact telecommunications and regulatory bord for details. Dialog axiata can't help.

  • Using Typekit fonts in print projects

    I have just started using a Typekit font for my demonstrations.
    However, I am interested in using it for my next book but I have questions.
    Are the Typekit fonts suitable for print production? They are listed as OpenType. Is that ordinary OpenType?
    The Typekit fonts don't show up in the Documet Fonts folder when the job is packaged? If I have to send native ID files to my publisher, what would they have to have to edit the job?
    Are the fonts embedded in PDF files?
    Anyone have any caveats I should know about?

    Mario,
    There is absolutely nothing underhanded about what Ben is telling you.
    There are two ways you can use the Typekit fonts for print publishing workflows.
    (1)     The first way is to compose in InDesign with the Typekit fonts as you would with any fonts that you have otherwise licensed and have installed on your desktop system. For the purposes of printing, export PDF (preferably PDF/X-4 settings) and send the resultant PDF file to your print service provider. All the Typekit fonts are properly embedded in the PDF file and your print service provider should have no issues with printing the text formatted with said fonts.
    (2)     The second method assumes that your print service provider (or some intermediary) is going to be doing further edits to your work before producing the PDF file that you would have created per (1) above. Typically you would “package” such documents into a directory structure that copies linked content and fonts. The only difference with the Typekit fonts is that such fonts are not included in the package. But since whoever is going to do those further edits and/or PDF export also needs the CC version of InDesign, they will also have access to the same Typekit fonts that you do via the Creative Cloud software. There is no need to package the fonts from them. If they have older CS versions of InDesign, they will not be able to open your CC version InDesign document anyway.
    So what is exactly the problem you are complaining about? You have access to the fonts. Your print service provider has access to the fonts (assuming they have the software necessary to even open up your InDesign document).
    The only difference is that Typekti fonts are not available as “loose” font files. You can't install them on any system that isn't currently licensed for the Adobe Creative Cloud.
    (For what it is worth, common practice notwithstanding, the ability to package the fonts - other than Typekit fonts and certain Asian fonts - used in an InDesign document does not free the recipient of the obligation to fully and properly license such fonts. The packaging operation is provided as a convenience, not as a substitute for properly licensing the digital assets in question!)
              - Dov

  • When using Appleworks database for printing labels can I have columns of different widths?

    When using Appleworks database for printing labels can I have a column of different width?
    Case in point, the supplied avery labels in Appleworks does not have 8195. When I build one using custom design  I need a small column between column 2 and 3 to line up the info in columns 3 and 4. All the labels are 1.3/4 inch wide but I need to insert a column 1/4 wide to match up with the avery page....
    Any ideas???    
    Thanks......
    ---warren

    Well, the issue is that when you creat a custom width of 1.3/4 from the edge of the first label to the edge of label 2 all is good. The right and left margins were also set correct in AW. The Avery page, for some reason, has a small 1/4 inch column between the columns of label 2 and 3 therefore making the distance between the left edge of the label in column 2 and the right edge of the label in column 3 - a width of 2 inches and not 1.3/4.
    I guess Avery wanted the page to look even.
    I did this work around.....
    I created a custom lay out of 2 columns (not 4) with the correct width of 1.3/4 from label edge to label edge and the correct left side margin. After printing the first page I just turned the sheet 180 degress and printed the 2nd page to use all the labels on the Avery sheet. Since the upper and lower margin were the same it worked great....
    "Great minds think alike"...   thanks for your suggetion

  • Device type for printer LOCL

    Hi everyone,
    Do you know a device type for LOCL that will be suitable for all the formats? Our users are using printer LOCL. We Had an issue before that the font of the printout is larger than the usual so we changed the device type. Recently, another user complained because the font of his printout is smaller than the usual. These are two different users with two different types of output devices but both are using printer LOCL. A change in the device type will correct one issue but will raise another. Please help. Thanks.

    Dear Sheryl,
    Check if you maintained value '__DEFAULT' for Host Printer under Access Method.
    Also, Device Class is Standard Printer.
    Regards,
    Naveen.

  • Embed font for print

    Good day
    I have recently started designing brochures for my company. I completed 4. I am quite new as a designer.
    all 4 printed well, had no problems.
    this last one, the printer gave the foll:
    1.  The is overprint issues on the pdf files.
    2. Some pages the fonts are not embedded.
    3. There is spot colours in the job.
    it is 24 pages
    I did not change my setting at all as from my previous brochures. So I am completely lost in how to solve it and not for it to happen again.
    We used the same printer for all the brochures.
    Even the flyers I recently did, saying the same problems. Am using the same printer
    I really need help as my job counts on successful brochures
    Thank you
    Kajal

    It means what it says
    a) you used a font that does not allow embedding in PDFs
    b) you used spot colors (Pantone et al) without converting them to process CMYK
    c) you didn't check the overprint/ trapping
    Most of that no doubt could easily be checked using the prepress toolset in Acrobat on your end as well. As for whjat the specific fixes are, nobody can tell based on your vague info. We would have to see screenshots or the resulting product, know what fonts you used, require system info...
    Mylenium

  • Using photo cartridge for printing documents

    I have been going through a lot of black cartridges. The reason is that my printer uses the small photo cartridge instead of the bigger black one. How can I set my printer up to print from the bigger black cartridge instead of the photo one?

    Hi Selig,
    Thanks for posting you issue on forum,
    From what i understand you would like to Print use black ink only instead of photo black.
    You have an option under the printer driver which says Black ink only, by selecting that you will not be able to print color. On most cases this should help you use the black cartridge over the photo black.
    If you have to print color you might need to change this option,
    I dont have the printer over here but the steps are from best of my knowledge.
    Go to Control Panel>> Devices and Printers>> Highlight Printer>>Right click on Printer and click Printing Preferences.
    Click on Advance>>click on the drop down for Print in Greyscale and select Black Ink only
    with newer driver we have this option under Printing Preferences>>Paper/Quality tab and under Quality settings.
    Although I am an HP employee, I am speaking for myself and not for HP.
    Say thanks by clicking the "Kudos! Star" which is on the left
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue

  • Licensing font for print magazines

    I want your help about licensing the use of a font for a print magazines. What type of licensing does this fall under?
    Thanks.

    You can find all the information about fonts licensed from Adobe (including fonts bundled with Adobe applications) at:
    Font licensing information, end user licensing agreements | Adobe
    There is no restriction against use of any Adobe-licensed font in any print media to answer your specific question. Obviously, though, you can't “give” the font files to the printer or publisher, but you can embed them in print-ready PDF, EPS, and PostScript files.
    Note that for fonts from other font vendors (i.e. not Adobe), other licensing requirements including higher cost licenses or even royalties may apply.
            - Dov

  • Change Font for Printing

    I have message fonts set large (14pt) for screen viewing, which is too large for printing. Is there a way to specify a font to use for screen viewing and another to use for printing? I don't see any way to do this in either Mail Preferences or in the extremely-limited options available in settings when in the Print dialog.
    Given the separation-of-function philosophy evident in OS X, I would expect this to be controlled in printer settings for mail. If it is there, it's hiding.

    I've never seen font size settings in any print dialogue, this is something you need to set in the app you are using.
    Print dialogues normally let you set a % reduction for anything you are printing in a Scale menu. If you do not see that, hit the triangle button to the right of the printer name to expand the choices.

  • Search device Type for Printer Ricoh Aficio BP20n

    Hi does anyone knows a Device type for the printer
    Ricoh Aficio BP20n
    I looked the sNOTE 8928 which routes me to sNOTE 485240.
    but "485240" does not exist.
    Notes with device types for Gestetner and Savin are not listening the BP20n printer.
    "Savin" is a US subsidiary company from Ricoh.
    greets chris

    Hi Christian,
    That's strange, I could see note 485240: Device types supplied by SAVIN
    <a href="https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E">https://websmp204.sap-ag.de/form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=485240&_NLANG=E</a>
    Symptom
    The printer manufacturer SAVIN supplies SAP with the following device types. These device types are produced, maintained and supported by Ricoh.
    Should you encounter problems while you are using these device types in SAP, do not direct them to the SAP Support hotline. Instead, use the support addresses of the SAVIN Corporation listed below.
    Other terms
    Device type, SAVIN
    Reason and Prerequisites
    Detailed information on the SAP device types supplied by the printer manufacturer SAVIN.
    Solution
    The following products are supported by the SAVIN device types:
    Multi-functional Devices
    - 4015/4018/4018d
    - 8016/8020/8020d
    - 9922DP/9927DP *1
    - 2522/2527
    - 4022/4027
    - 8025/8030
    - 8025e/8030e *2
    - 9935D/9935DP/2035DP/9945DP/2045DP *1
    - 2535/2235/2545/2245
    - 4035/4135g/4045/4145g
    - 4035e/4135eG/4045e/4145eG
    - 8035/8045
    - 8035e/8035eg/8045e/8045eg *2
    - 2055DP/2070DP Type700
    - 2555
    - 2560/2575
    - 4051/4060/4075
    - 8055/8065/8075 *2
    - 2085DP/2105DP Type850
    - 2585/25105 Type850
    - 4090/40105 Type2105
    - 8090/8110/8135 *2
    - C2408/C2524/C3210/C2532
    - C2525/C3030 *2
    - C2820/C3224/C3828
    - C2410/C3210e
    - C2824/C3528/C4535
    - C3535/C4540 *2
    - C6045/SDC555
    Printers
    - SLP26/SLP26n
    - MLP26/MLP26n
    - MLP25/MLP25n
    - MLP28/MLP28n
    - SLP32
    - MLP32/MLP35n
    - MLP45
    - MLP145 *2
    - CLP1620
    - CLP22
    - CLP1036
    - SLP38c
    - CLP28
    - CLP35
    - CLP17
    - CLP18
    - CLP831
    - CLP26DN
    - CLP27DN/CLP31DN *2
    - MLP75n
    - MLP175n *2
    - CLP128/CLP135
    SAP device types ZA001vvv (Latin-1)/ZA002vvv (Latin-2)
    These device types support the above-mentioned printers and multi-functional devices. You can download them from the Internet sites listed under "Support".
    Latin-1 (Western Europe) supports the following languages:
      English, German, French, Italian, Spanish, Portuguese, Dutch, Swedish, Norwegian, Danish, Finnish
    Latin-2 (Eastern Europe) supports the following languages:
      Hungarian, Polish, Czech, Croatian, Romanian, Slovak, Slovenian
    The ZA001vvv/ZA002vvv device types support the following functions:
    Input bin / Output bin
    Stapling & Hole punching
    Paper type
    Duplex printing
    Job offset
    Resolution
    Number of Copies & Collation
    EconoMode / Toner saving
    Auto tray change/switching
    Edge enhancement/Smoothing
    Paper size
    Orientation
    Character set / Symbol set
    Color printing
    Slip sheet
    Edge-to-edge mode
    *1: Does not support bar code printing and OCR typefaces.
    *2: Supports Unicode printing.
    For more information, download the customer documentation from the Internet sites listed under "Support".
    Support:
    Telephone: 1-800-RICOH(74264)-38
    Internet: http://www.savin.com/
    Download: http://www.savin.com/savin/savin_com.nsf/SupportDrivers/

  • Using htp.p for print dynamic data in apex region make my page slow?

    Hi, everyone!!! My name is Rafael, and...
    I search in the web and in this forum but i can´t find a answer for my doubt.
    Using the procedure htp.p for print dynamic data in apex region through on demand process , this will leave my webpage slow to load when the user access?
    Example:
    For build a menu in my webpage, it´s read a function in the database that returns variable string, so by a demand process this string is obtain and print in a web page using htp.p.
    I notice that this practice causes slow to load the data on the page.
    This is it...
    If someone help me, thanks...
    bye and Happy new Year!!!
    Edited by: user9518141 on 26/12/2009 17:19

    Hi,
    Try commenting out the function call and print some sample text in the htp.p like htp.p('Hello world..');
    I think the function call is probably taking a lot of time .. not htp.p.
    I have used htp.p to print out values dynamically in a lot of situations and have not ever come across any performance issues.It could be a problem with the function you are calling.
    Thanks,
    Rajesh.

Maybe you are looking for

  • The wifi on my ipod 4g isn't working

    the WiFi on my ipod 4g is not working if says I'm connected at the top but when I try to use safari it says I am not connected I tried resetting the network setting but that didn't work

  • Slideshow editing using different apps

    Love iDVD slide show edit capabilities, because it provides a picture number to 'slides' and a larger view of slides to allow easy movement of slides ordering with in a project. However, I dislike the known problem of 99 slide maximum, which creates

  • SCCM 2012R2 Client on workgroup machine

    Installing the SCCM client on a workgroup Server installed with Server 2012 is not working ok. I can only see 2 actions in the Config manager control panel item. This means the policies can not be downloaded. I have configured a boundary for the netw

  • Lost cd for student edition flash pro cs6

    lost cd for student edition flash pro cs6, will "student serial" work with ADOBE's download/retrieve programs page? Thanks all

  • TV@nywhere tuner card

    Hi Everybody! I just got TV@nywhere tuner card. I'm happy with it, thanks MSI. But how do I change the jumpers setting in order to get PAL TV signal ( not NTSC). I know the job looks easy but there is no instruction. Which pins I should put the jumpe