Watermark to PDF using Studio 12.3

Hi all

What is the best way to make a watermark to an overflow page. I tried both using a header section with the watermark image, but if I don't check the copy on the overflow check box on the form, it does not extend to overflow pages, if I check it, the text in the body comes into conflict with the footer and does not overflow to the next page , but additional pages are generated.

I also tried to use addSection in the posttransdal, but it only adds the section on the first page. Any help on this will be welcome.

Thank you.

I would venture to guess that it didn't work in your head because your section about the size of a full page header - or almost an entire page, while the section of your body probably still had an origin by using "relative" positioning The figurative system outside that he would not ever go this article on the same page with the header and footer except for the overlapping of the footer.  The only way around that was to introduce another dummy section with a coordinate ABS as the last header; or you could have given your body section a negative relative position so that it overlap the header where the image in watermark. The exact solution depends on how much other sections and what sections can paginate following pages. Otherwise, you could get it to look right on page one, but err on the following pages, where there was no negative relative positioning used.

In any case, this is why have the watermark in a section separated from body and reported as background was probably the best alternative.

Tags: Oracle Applications

Similar Questions

  • Can I add watermarks to PDF files using the PDF package?

    Can I add watermarks to PDF files using the PDF package?

    Hi Susannah,

    Adobe PDF Pack does not allow to edit a PDF file. To do this, you would need Acrobat. We invite you to try Acrobat free for 30 days: see http://www.adobe.com/products/acrobat.html for more information.

    This help document describes how to watermark a PDF in Acrobat: add watermarks to PDF

    Best,

    Sara

  • Adding text to PDF using iText instead of CFPDF

    Hello

    I know this may seem a bit off-topic is posted here, but I ask this Council because I am a complete JAVA noob and I guess some of you folk CF could do that before.

    In any case, on my question... I'm already add a watermark image to a PDF using iText (CF8) with the help of colleagues poster (= cfSearching =).  I'm looking for is the best way to go about adding text to the same pdf.  I have to add 4 lines of text (with specific font and size) and Center it under the image being added.   Someone at - it a site they could tell me how to add text in the form and how do I get the width of this text to align properly?  I have search Google and watched a lot of JAVA code but be a noob JAVA, it's hard to know exactly what libs and methods you can use to do this.

    Any help would be greatly appreciated!

    -Michael

    The classes you need are PdfTable and PdfCell

    http://cfsearching.blogspot.com/2008/09/getting-started-with-iText-tables.html

    I was curious, I threw together a rough example. It adds the table in a pdfTemplate, then the model adds watermark to each page. The positioning and table dimensions are based on my sample data, so you'll need to tweak the.  Make sure that the dimensions of the model are large enough to accommodate your image and your text. If the dimensions are not large enough, the watermark is perhaps not visible.


    Err = "";
    TEST VALUES
    maxlinechars = 40;
    dCompany = "Google Inc.";
    dnom = "1600 Amphitheatre Parkway";
    dPhone = '+ 1 650-253-0000';
    dEmail = "[email protected]";
       
    simplify the code by putting the watermark text values in a table
    TextElement = [dCompany, dName, dPhone, dEmail];
    inputFile = ExpandPath ("ChapterSection.pdf");
    outputFile = ExpandPath ("ChapterSection_Watermark_ImageWithText.pdf");
    imgPath = ExpandPath("/dev/beveled_purpleblue.png");

    try {}
    initialize objects to read and write the pdf file
    pdfReader is createObject ("java", "com.lowagie.text.pdf.PdfReader") .init (inputFile);.
    outStream is createObject ("java", "java.io.FileOutputStream") .init (outputFile);.
    pdfStamper is createObject ("java", "com.lowagie.text.pdf.PdfStamper") .init (pdfReader, outStream);.

    get the size of the watermark image
    Note: table width and height are examples of values for demo only...
    Watch to your dimensions are large enough to accomdate your text and image
    otherwise the watermark is perhaps not entirely visible
    IMG is createObject ("java", "com.lowagie.text.Image") .getInstance (imgPath);.
    tableWidth = img.width () + 100;
    tableHeight = img.height () + 75;
           
    create a template for the table storage
    CB = pdfStamper.getOverContent (1);
    model = cb.createTemplate (tableHeight, tableWidth);

    create a single-column table
    table = createObject ("java", "com.lowagie.text.pdf.PdfPTable") .init (1);
    table.setTotalWidth (tableWidth);

    reusable objects for adding rows in the table
    PdfCell = createObject ("java", "com.lowagie.text.pdf.PdfPCell");
    Expression = createObject ("java", "com.lowagie.text.Phrase");

    Add the watermark image to the first line
    imageCell = PdfCell.init (img, false);
    imageCell.setBorder (PdfCell.NO_BORDER);
    imageCell.setHorizontalAlignment (PdfCell.ALIGN_CENTER);
    table.addCell (imageCell);

    Add each piece of text in the table of a new line
    for (x = 1; x<= arraylen(textelements);="" x++)="">
    textCell = PdfCell.init (Phrase.init (TextElement [x]));
    textCell.setBorder (PdfCell.NO_BORDER);
    textCell.setHorizontalAlignment (PdfCell.ALIGN_CENTER);
    table.addCell (textCell);
    }
           
    get the calculated height of table
    table.calculateHeightsFast ();
    tableHeight = table.getTotalHeight ();
    table.writeSelectedRows (0, - 1, 0, tableHeight, model);
    WriteOutput ("calculated tableWidth =" tableWidth & ", tableHeight =" "& tableHeight &")
    ");

    Add model watermark to each page
    Note: x / yPos values are for demo only (in upper right)...
    i = 0;
    totalPages = pdfReader.getNumberOfPages ();
    so that {(i LT totalPages)
    i = i + 1;
    content = pdfStamper.getOverContent (javacast ("int", i));
    positioning of arbitrary code
    pageSize = pdfReader.getPageSize (i);
    yPos = pageSize.height () - tableHeight - 15;
    PosX = (pageSize.width () - tableWidth)-25;
    content.addTemplate (template, xPos, yPos);
    WriteOutput ("watermarked page" & I & "xPos =" & xPos & ", yPos =" "& yPos &")
    ");
    }
    }
    catch (Exception e) {}
    ERR = e;
    }
    If (IsDefined ("pdfStamper")) {}
    pdfStamper.close ();
    }

    If (IsDefined ("outStream"))
    {
    outStream.close ();
    }

  • I do my job to the computer on a MAC computer. I want to create a document using Pages and then convert the document to PDF and send a group email. I want to send the PDF using the pdf for each receiver icon must click the icon to open t

    I do my job to the computer on a MAC book PRO. I want to create a document using Pages and then convert the document to PDF and send a group email. I want to send the PDF using the pdf for each receiver icon must click the icon to open the document. My problem is the document does not show the icon, but rather the document is already open. I spoke with 2 Apple. 'Experts' care and can help me. Can someone tell me what to do?

    It's a question of how the recipients e-mail programs deal with attachments. Many e-mail programs will open all the files they can handle, including files jpg and PDF, by default, and if the recipient has not changed that there is nothing you can do about it. The only solution is to the compress first, then it will be delivered as an attachment, allowing the recipient to decompress and open it.

  • scan multiple documents in a single PDF using webscan?

    Is it possible to scan multiple documents in a PDF document using webscan? Windows XP, HP Officejet 6500 a Plus

    Yes, it is possible.

    Place all of the pages that you want to scan face upward on the ADF:

    Perform the scan to PDF using the interface Webscan. The scan will occur in a single file.

  • How can I get Windows 7 to scan my docs in PDF using my HP Scanjet 8270?

    How can I get Windows 7 to scan my docs in PDF using my HP Scanjet 8270?

    The fastest (but certainly not the cheapest) solution is to buy a COMPLETE of Adobe Acrobat version and use the file, create a PDF file, starting from a Scanner.

  • Loading the PDF using Stageview - does not not in Playbook

    Hello

    I am trying to get this problem because it's a situation to make or break for my prototype.

    I created an eBook of the sample using Adobe InDesign and tried to export to a SWF file to load into my project mobile flex, but the performance on the playbook is very slow and lags a lot, and I can't get any additional perfect such as page transitions, zoom, search, etc..

    So I exported the eBook as an interactive PDF, added Javascript to the PDF created to recognize commands such as the navigation of the page, find the page number, research base, zoom in/out and an interactive table of contents. I was able to get this working on the simulator of flash builder from adobe on my desk, but unfortunately the PDF does not open in the play book

    I uploaded a link to an example of project that has the code for display that loads the PDF using Stageview... everyone please if you can help me so I apprecaite it.

    It of about 4 months of work and will be a big problem if I can't get the PDF file to load.

    Thanks in advance

    Please see the link to the project:

    https://docs.Google.com/open?ID=0B0WguNnkiW_fTTZaZEFTeEZTU3VIcmkxZDhTM XBydw

    Ah, QNXStageWebView. This link: http://renaun.com/blog/2010/12/using-playbooks-qnxstagewebview-with-flex-hero-mobile/ it should work well within Flex. And you have the "possibility to use JavaScript between the app and web display.

  • I recently received licenses for Acrobat ro DC to develop PDF using Oracle Forms.

    I recently got a license for Acrobat Pro DC develop PDF using Oracle Forms.

    But Oracle Support says I need

    PDF version 1.4 is Acrobat 5.x

    PDF version 1.5 is Acrobat 6.x

    PDF version 1.7 is Acrobat 8.x

    and adobe Support says that they do not support these versions.

    Any suggestions?

    All had similar problem earlier?

    Appreciate your responses.

    Thank you in advance.

    What this means is:

    PDF version 1.4 is Acrobat 5.x or higher

    PDF version 1.5 is Acrobat 6.x or higher

    PDF version 1.7 is Acrobat 8.x or higher


    Then you should be fine with DC...

  • compare two PDFs using acrobat to adobe via command line

    Does anyone know how to compare two PDFs using acrobat to adobe via command line. I want to do this via command line, because we want to compare hundreds of files each day through some automated tasks in windows.

    If the command line option is not available in acrobat format, then it is possible to use acrobat javascript API to perform this task?

    Any kind of help will be greatly.

    Command line: not possible.

    JavaScript: Possible, but very limited. Basically, the only thing you can do is simulate the clicking Compare Documents. The rest must be done manually.

    However, it * might * be possible to automate this process a bit more using a plugin. Ask for more at the Acrobat SDK forum for more information...

  • extract the Pantone color of the PDF using c#.

    Hi I have a requirement of PDF correct pantone color. So I decided go for libraries acrobat.dll or illustrator for pantone and other color from the PDF file. Can you please help me how to do this and get the pantone color of PDF using c# .thanku in advance

    @monika Gause can you please send the code as appropriate. I'm new to adobe.dll. haven't used in the last thanku

  • Conversion error in web page to PDF using Acrobat 8 IE 9 Vista

    Conversion error in web page to PDF using Acrobat 8 IE 9 Vista

    Error occurred

    Line: 11

    Char: 3

    Error: Permission denied
    Code: 0

    URL: res / / C:\Program Files\Adobe\Acrobat 8.0\Acrobat\AcroIEFavClient.dll/AcroIECapture.html

    Additioanally the Adobe printer appears as "Error" However the creation of PDFs from Outlook works fine

    With Internet EXPLORER 9, you will need at least Acrobat X (updated to the point release 10.1).

    See the list of compatible web browsers Acrobat PDF:

    http://helpx.Adobe.com/Acrobat/KB/compatible-Web-browsers-PDFMaker-applications.html

    Be well...

  • Retrieve the text of the PDF using c#

    Hello

    We are a developer Solution using Acrobat, as we reuirement to extract the text from pdf using c# that we downloaded the adobe SDK and installed. We found that four exmaples in c# and those are used only for displaying PDFs in a windows application. Can you please guide us how to extract the text from pdf using the language c# software development kit.

    Thanks for your help.

    Concerning

    glass

    Try the page 135 of this document

    http://wwwimages.Adobe.com/www.Adobe.com/content/dam/Adobe/en/DevNet/Acrobat/PDFs/plugin_a pps_developer_guide.pdf

    Most probably, you need to write a plugin to handle this because IAC doesn't seem to support it through COM

    If you are creative in the use of the JS interface, you can extract all words in a document. You would need to use a loop and put it in a table or a list.
    Take a look at page 311

    http://www.Adobe.com/content/dam/Adobe/en/DevNet/Acrobat/PDFs/js_api_reference.PDF

  • How can I edit a PDF using Acrobat 9 - Version 9.4.0

    My company - [name deleted by the host] purchased Acrobat 9 - Version 9.4.0. for me

    How can I edit a PDF using Acrobat 9 - Version 9.4.0

    I need to edit - copy, extract text, add text, etc. from existing PDF files to SAVE my changes,

    or create a new PDF file from an existing file.

    It is very important for me to be able to do my job effectively.

    I spent over 2 hours in recent days and another hour today, still cannot do.

    Please answer as soon as POSSIBLE a solution.

    Thanks in advance,

    -West Daulton

    [deleted by the host of signature]

    PDF is a format of destination end - even if Acrobat is able to make minor changes in a file (for example, correct typos) is not a word processor or desktop Publishing application. Major changes must be made in the original document and the PDF re-exported.

    You can copy the text to a file by selecting and right-clicking, or you can save the file in the form of regular or formatted text. To make small changes to the text on a page, use the Editor tool - see the help file for more information.

  • How to detect the operating system to PDF using javascript

    Hello

    How to detect the operating system to PDF using javascript. (Javascript console)

    Thanks in advance.

    App.Platform will return "WIN", "MAC" or "UNIX".

  • Convert Excel to PDF using specific fonts that before shift ends with missing text

    Hello, I hope someone can help out me.  I have a problem with the conversion of an Excel specific document to PDF using Acrobat 6.0.6.  Whenever this document is converted to PDF, on a specific computer, there are missing lines of text.  The text font is avant-garde.  I can change the font to something like Arial and it allows you to convert very well and all text will be shown in the PDF file.

    I have already reinstalled Windows on this PC with its strict necessary and of course the problem persists.

    The font of Vanguard is installed through Adobe Type Mangager Light 4.1.  The fonts are Post Script. PFB.  I have a second and third PC with the same configuration and these other two can convert Excel to PDF using Acrobat 6.0.6 with no problems (using the same Avant Garde font).

    I can uninstall and reinstall Acrobat 6.0.6 and this will fix the problem temporarily, but eventually he'll come back in a day or two.

    Is there anything that anyone can think that would cause this problem to occur?

    It is possible that you have to install the MS Hotfix here:

    http://support.Microsoft.com/kb/952909/en-us

Maybe you are looking for

  • WM 8650 android Tablet does not connect

    Hi I have downloaded Skype on Android market a few days ago and everything repeated connection attempts failed, the tablet running on Android 2.2 uberoid and I use connected to our home wifi, is there a solution for me to use Skype on this device Wal

  • DVD - rom is not recognized by windows xp Device Manager

    I have a laptop Satellite M115 with XP and I noticed that yesterday that my cd-rom does not work.  It does not appear in Device Manager at all.   There is a place in systems that say CD-ROMs, but when I click there nothing.  I tried the "fix it" does

  • Stop: c0000021a {ERROR SYSTEM parts ONLY}

    Original title: fatal system error My computer that uses Windows XP 32-bit operating system, repeatedly recycled the following message appears during startup: Stop: c0000021a {ERROR SYSTEM parts ONLY}The process ended unexpectedly with the State Open

  • What are the hard drives of compatible replacement for HP Pavilion DV6T-3000?

    I have a HP Pavilion DV6T-3000 PC laptop, and S.M.A.R.T. has constantly warned me of impending hard disk failure. I already reinstalled the hard drive, and I still get error 301 s.m.a.r.t. So, I decided to buy everything new, replacing the hard drive

  • you try to run a plugin, error, cannot create the directory cache...,

    any help? Recently re-installed windows (Vista) after replacing hard drive.  is there a cache management setting that I can update?