Page Resize and set printer brands

Hi all,
i'm new on developing with acrobat sdk. I need help on modify the page size and set an printer brand to my pdf document. on sdk documentation or search engines i can't find code samples.
i'm developing with c# and i use acrobat xi
thanks in advance

yes, (i think) i have download the sdk, but i don't know how to install. It was an zip-file which contains samples and documentations. I have write an Visual Studio Project (C#) and added the References for Acrobat in my Project and i have successfully convert an PowerPoint file to PDF.
Sorry for my english. With "set a printer brand" i mean add crop/printer marks to PDF...

Similar Messages

  • L7680 Ejects Blank Page before and after print job

    My L7680 recently started to eject a blank page before and after a print job; seperator page option is NOT selected.  I tried all the suggested trouble shooting points in the HELP section but none have solved the issue. 
    This question was solved.
    View Solution.

    The setup button on the printer had a choice to return to all factory defaults - that solved the problem but it does take yoiu back to starting again to set other choices you may have made since starting toi use the devise.

  • Status page before and after print jobs managed by Jetdirect.

    Hey Guys I am receiving an extra page before and after every print job.
    Printers are managed from Jetdirect Printer Installer for Unix Version E.10.34
    Server has Sun OS 5.10
    I have like 19 printers but only 5 HP CB516A are having this problem.
    The Print Message displayed is :
    Start: fpec4050-2729 Tue Nov 11 15:41:18 EST 2014
    End: fpec4050-2729 Tue Nov 11 15:41:18 EST 2014
    Its not a major issue but its a nuissance and wastes pages and ink
    Any assistance for a resolution to this would be helpful.
    Thanks.

    @deff 
    ‎Thank you for using HP Support Forum. I have brought your issue to the appropriate team within HP. They will likely request information from you in order to look up your case details or product serial number. Please look for a private message from an identified HP contact. Additionally, keep in mind not to publicly post ( serial numbers and case details).
    If you are unfamiliar with the Forum's private messaging please click here to learn more.
    Thank you,
    Omar
    I Work for HP

  • JS: How to make a script to print one page at a time and set print job name?

    What I want is to print one page at a time to the printer.
    Document.print(false, app.printerPresets.item(0)) almost get me there. But how do I get it to print page by page? There seems to be no way to set which page to print to printerPreset.
    Also, is it possible to change print job name from the default of using document name?

    >Is there any solution to this other than saving the document to a different name before each page print?
    Here is an altered and abriged version of the script that I use. I use print preset called "PS to PDF" in it, so you should change it to your own.
    if(app.documents.length == 0){
       alert("Please open a document and try again.");
       exit();
    var myFolder = Folder ("~/Desktop");
    var myDoc = app.activeDocument;
    var myNoExtention = getFileNameOnly (myDoc.name);
    var myPrintPrefs = myDoc.printPreferences;
    if (app.printerPresets.item("PS to PDF") == null) {
       alert("Preset \"PS to PDF\" has not been installed");
       exit();
    else {
       myPrintPrefs.activePrinterPreset = app.printerPresets.item("PS to PDF"); 
    myDoc.sections.everyItem().sectionPrefix = "";
    myDoc.sections.everyItem().includeSectionPrefix = false;
       var stop = myDoc.pages.length;
       var w = new Window ( 'window', 'Printing PS-files' );
       var pb = w.add ('progressbar', [12, 12, 300, 24], 0, stop);
       var txt = w.add('statictext');
       txt.bounds = [0, 0, 200, 20];
       txt.alignment = "left";
       w.show()
    for(var myCounter = 0; myCounter < myDoc.pages.length; myCounter++){
       curPage = myCounter + 1;
       pb.value = curPage;
       var myText = String("Page " + curPage + " of " + myDoc.pages.length);
       txt.text = myText;       
       var myPageName = myDoc.pages.item(myCounter).name;
       var cornumber = pagenum(myPageName);
       var myFilePath = myFolder + "/" + myNoExtention + "_" + cornumber + ".ps";
       var myFile = new File(myFilePath);
       myPrintPrefs.pageRange = myPageName;
       myPrintPrefs.printFile = myFile;
       myDoc.print(false);
    w.hide();
    alert("Done!");
    function pagenum(myNumber){
       if (myNumber >= 1 && myNumber <= 9)
       x =  "0" + "0" + myNumber;
       else if (myNumber >= 10 && myNumber <= 99)
       x = "0" + myNumber;
       else if (myNumber >= 100 && myNumber <= 999)
       x = myNumber;
    return x
    function getFileNameOnly (myFileName) {
       var myString = "";
       var myResult = myFileName.lastIndexOf(".");
       if (myResult == -1) {
          myString = myFileName;
       else {
          myString = myFileName.substr(0, myResult);
       return myString;
    Kasyan

  • How to install and set printer paper and tray automatically via script or batch file

    Hi,
    Our firm using HP Printers and we need to deploy printer in Citrix Environment where setting does not save to the Base PC Image.
    Because our Environment is Citrix (User Settings and Printer are deployed when user login).
    Can we build the setting into the Base PC Image for All users?
    Printer get install when using login.
    Problem that I am encounter right now are:
    1. How to correctly identify all tray from each printer.
    2. How to set all paper tray to A4
    I am currently using Powershell Script to install printers during login, all the printer driver has been installed to the Base PC Image.
    But the trouble I have is when the script run to completion.
    It only added the printer.
    I've been googling, but I can't find a way to detect printer tray or how to set all the tray to A4.
    I don't mind using any type of script/batch file or even program.
    Any of the following language is C#, VB.NET, powershell, vbscript or Event Access to HP API ?
    Our Environment:
    Windows 7 x32 SP1
    Windows Server 2008 R2 (Print Server)
    I am using the PCL 6 Printer Driver.
    Our Printers are:
    HP LJ CP1025NW
    HP C LJ 4650
    HP C LJ 3525
    HP LJ 1045
    HP LJ 2050
    HP LJ 3055
    HP LJ 4015
    HP LJ 4350
    HP LJ 4700
    HP LJ 2035n
    Thanks in advance
    Regards Dat.

    Most of those printers are commercial grade printers.  It would be best to post in the commercial LaserJet forums.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Page Size and Rotated printing Bug

    When using the DataMax I4208 printer, I cannot use Crystal Reports 2008 as it will autorotate the text 90 degrees as it sees fit to the label.  It is always wrong which causes the font size to be reduced to a super fine font too small for a microscope.  If I change the page size from 4.00 x 1.00 to 4.00 x 4.00 it does not rotate it, it just spits out 3 blank labels with the one correct one.  I cannot find another way to get Crystal Reports to do wysiwyg.

    Hi Pat,
    Fix Pack 2.3 was just released also and there are more updates to fix printer issues in there also.
    A few other things to check is in the report check off Dissociate Formatting Page... this could be one of you issues. Also, use the latest printer driver. CR is unicode compliant and print drivers nust be aware of this also.
    Thank you
    Don

  • Form Page Num and setting its beginning number

    Is there a way to tell documaker to start the page numbering process at say page 5 when using the Form Page Num feature?

    Hi 808337,
    The page numbering is done at the Genprint level, which is why the option PageNumbers is under the printer definitions in your INI file. Up to and including release 11.3 (I have not worked with 11.4, 11.5 or 12), I don't think there's any way you could apply any changes to the numbering.
    You could achieve what you are looking for with a DAL script as a post transaction process.
    Gaétan

  • Set cell size and set print size as template change bottom as .25

    IO need to set  crop size i as 4x5/8x10...as standard

    InDesign is a pretty complex application to learn on your own.
    As soon as possible, acquire a good book on InDesign. My recommendation for beginners is Sandee Cohen's "InDesign QuickStart Guide." There are editions for different versions for InDesign. Less than $20.
    InDesign CS5 for Macintosh and Windows: Visual QuickStart Guide

  • Printing multiple sizes from a PDF - Choose page source by PDF page size is set

    I've tried this in both Reader 7 and 8.1. What I am experiencing is this:
    A user is printing a document which has both legal and letter sized pages. I have selected Choose page source by PDF page size when printing. The document will print all pages based on the first page. If I print just one page, it will print correctly.

    The expected behavior would be to print each page on paper according to its page size. For example, if there is a PDF file with five pages, page one and two are letter size, page three is legal, and page four and five are letter. When I print all pages, the entire set prints as letter. Page three should print on legal. If I print just page three alone, it will print on legal.

  • PSC 1210 page feed before and after printing

    My PSC 1210 has been working fine for years but it has just recently started feeding a blank page before and after printing. That wouldn't be a problem except that the blank pages are not fully ejected, this means that I have to grab the first blank page, as it comes through the printer, and pull it out, otherwise it gets drawn back in causing a paper jam when the actual print job starts. Once this blank page has been removed the print job continues perfectly.
    This occurs when printing documents, copying using the scanner, and printing a test page.
    I have removed and reinstalled the printer driver/software and performed a partial reset on the printer, neither fixed the problem.

    I see you mention that the issue also happens when you are copying, that means that this issue is not related to your printer software. So that's good to know!
    Now, since this is not a software issue, this must then be related to your hardware. Is this printer plugged into a wall outlet directly or is it plugged into a surge protector? To be sure that the printer gets all the power it needs make sure that it is plugged directly into a wall outlet.
    First things first, I would recommend unplugging the printer for about 30 seconds from both the back of the unit and from the wall outlet, and then plugging it back in. Try making a copy or print and see if the issue persists.
    You can also try cleaning the paper feed rollers in the printer, here is a document that can show you where all of those are located and how to clean them.
    http://goo.gl/glh8v
    Let me know if any of this helps resolve the issue!

  • How can I print from my iPad air? We have wifi and can print from our laptop.

    How can I print from my iPad air?  We can print from our laptop.

    Setup AirPrint Printer
    1. Buy an AirPrint enabled printer; see list below
    http://support.apple.com/kb/ht4356
    2. Run the CD provided and set printer and iPad on the same network
    3. Start printing from your iPad using AirPrint

  • HT2506 Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc. Thanks in advance!

    Is it possible to print separate pages on the same sheet in preview. I would like to split a set of class power points to display Page 1 and 2 on the first page, page 3 and 4 on the second page etc.
    Thanks in advance!

    Nevermind everyone!
    I got it to work with Print Down/Across...silly me.
    Thanks anyway!
    -Arin

  • I am trying to print a  jpg, centered on the page, to epson printer and the printed image is off center, does anyone have a sense about setting to check?

    i am trying to print a  jpg, centered on the page, to epson printer and the printed image is off center, does anyone have a sense about setting to check?

    right click a blank area of the toolbar, click Customize. You'll see the printer icon there. Drag and drop it to where you want.
    You can also find this option under View -> Toolbars -> Customize.

  • How to print a selection of pages from a 3000   page PDF without having to scroll two wheels! Also is there a way to set printer options for just black and white? Seems like there is a lot missing here?

    I have been using this for school work as much as possible and have come across a problem. With my lack of knowledge for apple it seems as though I can't navigate myself to a easy answer. The problem hits when I am printing pages off of a large document, and I don't want to print the entire document in color but I have no way "that I can find" for a black and white print option...
    ----- also a larger issue, when printing I need to select 1 page or even 20 pages... The time it takes to use a scroll wheel and the fact if you try and scroll fast sometimes you click off the screen then you have to start scrolling all over again... It seems like you would beagle to input from say page 1224 to 1236.... Instead I have a scroll a wheel? Just doesn't make sense...?
       Can someone please help solve this for me!

    Yes, that fixed it, thanks! I had no idea they clashed like that. I ruthlessly purged all other tables of contents, and then used Layout > Table of Contents to create a new one, and it worked.
    It made more sense after seeing in this thread that table of contents styles are more like presets or entities than styles.

  • Is it possible to resize the header and footer on a webpage before you print the page you want the print?

    It seems to me the header and footer on every page I want to print is so darn small. If possible I'd like the header and footer size in Firefox to be close to the size of my other browser, Microsoft's IE8 browser.

    Glad I could help.
    But not all of us are gentiles.

Maybe you are looking for