Signing a PDF/A with a JPG image, invalidates the compliance

I am trying to sign a PDF/A document.
I can't do it with Adobe Acrobat without invalidating the PDF/A compliance. So I am using our tool to sign the file.
When I use a BMP as the graphical represenation of the signature, the file remains compliant, if we use a JPG image the compatibility fails.
The only difference between the two PDF/A files (compliant and incompliant) is the XObject that is different (one is simple neat bmp object, the other is a JPG, with Fileter /DCTDecode etc.).
I would like to know if there is any way I can make the JPG image to work without invalidating the PDF/A compliance, or is it inevitable, as a JPG object has attributes that contradict basic concepts of PDF/A.
Thanks
Tal

Thanks.
what you say about PDF/A being a final version makes a lot of sense, but not when you are talking about digital signatures of course.
if you first sign and then convert the file to be PDF/A compliant you automatically invalidate the signatures.
long term electronic archiving and digital signatures is a perfect match, and people still ike to see their hand written signature, even on an electronic document, and it is exactly where the problem begins.
the pre flight is very cheap with information.
it gives me a general note on the XObject that it should start with stream and then CR LF, and must end with an endstream preceeded by EOL. as far as I can tell my object complies with these requirements

Similar Messages

  • It's possible to sign a PDF file with ABAP????

    Hi all.
    I'm trying to sign PDF file with SAPCRYPTOLIB. I'm 4.7 sap version.
    It's possible to do this?????....
    My question is because I've done all steps to sign a pdf, without errors, and the pdf generated is not signed.
    Can anybody to say me if it's possible to sign a pdf file with ABAP???
    thanks a lot.
    ISmael

    Here: [SAP Interactive Forms by Adobe|SAP Interactive Forms by Adobe;
    Also, please read the forum rules of engagement, it explains to use the forums.

  • HT1311 Though i am signed into Apple ID with new credentials (all correct) the iMessage shows my old email address

    Though i am signed into Apple ID with new credentials (all correct) the iMessage shows my old email address
    I can therefore not sign in
    Any suggestions please?

    Content and Apple IDs -
    Content is forever tied to the Apple ID that bought it. Apple does not transfer content from one Apple ID to another. Apple does not merge Apple IDs. You will never be able to access your content bought with another Apple ID with a new Apple ID.
    Apple ID security issues -
    Call Apple Care and ask for the Account Security Team. They can assist you with your issue of recovering the old Apple ID.

  • Why can't I resize jpg images in the applet?

    I used this code to display images in an html page. One applet for one image. But out of the 8 images I loaded, 6 adjusted themselves to 320x240 automatically, 1 randomly jumps around to certain parts of the image every 250millisecs, and 1 just cuts the top left hand part of 320x240. How can .jpg files give 3 different situations? I tried using the resize() method in the code but it doesn't do anything! How can I size those .jpg images to the size I want?
    /**This video stream applet loads a new image every 250ms
    import java.applet.*;
    import java.awt.*;
    import java.net.*;
    import java.io.*;
    import java.awt.event.*;
    public class Video extends Applet implements Runnable{
    private Image img,buffer;
    private Thread video = null;
    private URL url;
    private MediaTracker tracker;
    public synchronized void init(){
    tracker = new MediaTracker(this);
    try{url = new URL(getCodeBase(),"Camera1.jpg");}
    catch(MalformedURLException e){}
    img = getImage(url);
    tracker.addImage(img, 0);
    buffer = createImage(320,240);
    resize(320,240);
    if(video!=null)return;
    video = new Thread(this,"VideoStream");
    video.start();
    public synchronized void destroy(){
    if(video!=null)video=null;
    public void run(){
    while(!Thread.interrupted()){
    // Load new image.
    try{tracker.waitForID(0);}
    catch(InterruptedException e){}
    // Draw new Image.
    repaint();
    // Remove old image & add new one.
    tracker.removeImage(img,0);
    img.flush();
    tracker.addImage(img,0);
    // Sleep
    try{Thread.sleep(250);}
    catch(InterruptedException e){}
    public synchronized void update(Graphics g){
    Graphics bufGraph = buffer.getGraphics();
    bufGraph.drawImage(img,0,0,this);
    paint(bufGraph);
    g.drawImage(buffer,0,0,this);
    public void paint(Graphics g){
    g.drawImage(buffer,0,0,this);
    Also how can I add more than 1 .jpg in an applet since the applet tag for html is
    <applet code = Video.class width =... height = ...>
    <param name = "buffer" value = "Camera1.jpg"> ...and I can only put
    </applet> one file for "value
    Thanks a lot for ur help!

    you may try the function getScaledInstance(int,int,int) in Class Image.
    the first and second parameters are the width and height you want,the third parameter is hints-flags to indicate the type of algorithm to use for image resampling.

  • Cannot sign into my pc with icloud just reinstalled for the 3rd time!!! I am doing it all right there is a major problem!

    cannot sign into my pc with icloud just reinstalled for the 3rd time!!! I am doing it all right there is a major problem! The wheel keeps spinning!!!!! says problem with server. 

    Which version of Audition? With the latest version of Audition running on a Windows 7 machine I can't get a dropdown menu at all when I left click on the time in Markers List. The only way to do it is with cntrl-c.

  • How to reduce pdf file with out losing image quality

    I have a few ai files that I converted to PDF files and I need to reduce the size of them without losing quality of image.....I selected document then selected reduce size. This gave me a smaller file but my images were low quality.

    That's what it does (secretly) ...
    Try the PDF optimiser under Advanced but remember to audit space use
    first - this ensures you can attacking the areas which are fat as such ...
    Jon

  • Printing to any PDF printer results in an image of the page instead of searchable text from all websites

    When I print to any number of different pdf printer software I've tried, it always yields an image of the webpage but never searchable text in the pdf which is the result of printing to pdf from IE or Chrome.

    I suspected as much.  I was hopeful it was something like a setting that needed to be changed or a reg hack that needed a bit changed from 0 to 1 to make the printing work as expected.  I only installed the local printer to see if the RDP session
    tunnel was in fact causing the print size to balloon so I will continue to instruct users to use that instead of the local redirected printer.  I am disappointed but not surprised.
    Edit:
    Additionally I have tested the functionality of setting the GPO settings for Easy Print to use the redirected printer's drivers instead of the ones used by easy print, by setting “Computer
    Configuration -> Administrative templates -Windows Components -> Remote Desktop Services > Remote Desktop Session Host -> Printer Redirection”.
    to “Disabled” but
    with no luck.  In fact the printer received the proper Adobe PDF driver, but the job went out into print spool hell and was lost to the ether.  I have concluded that this approach will not bear any fruit.

  • How to save a new jpg image from the clipboard

    It seems like it should be simple but I can't find anywhere this has been documented.
    I have an image on the clipboard and simply want to save it as a new image.
    I've been using Image Events and I can get a file saved but it's always empty.
    Can someone please post some sample code to do this?

    I'm sure there's a more elegant way to script this, but here is a script I just wrote real quick that should at least give you a start to an alternate way of dealing with clipboard data without having to launch Preview...
    <pre style="width:630px;height:auto;overflow-x:auto;overflow-y:hidden;"
    title="Copy this code and paste it into your Script Editor application.">--see if clipboard is a file
    set filePath to ""
    try
    set clipPath to the clipboard as «class furl»
    set filePath to clipPath as alias
    end try
    if filePath is not "" then
    set newFile to getFileName("copied")
    do shell script "cp " & quoted form of POSIX path of filePath & ¬
    space & quoted form of POSIX path of newFile
    return --end
    end if
    --see if clipboard is image data
    set jpegDATA to ""
    try
    set jpegDATA to the clipboard as JPEG picture
    end try
    if jpegDATA is not "" then
    set newFile to getFileName("new")
    set theFile to open for access newFile with write permission
    write jpegDATA to theFile
    close access theFile
    return --end
    end if
    beep 1
    display dialog ¬
    "No file or image data found on the clipboard." with icon ¬
    note buttons {"Whatever"} default button 1
    on getFileName(type)
    choose file name with prompt ¬
    "Select a name and location for the " & type & ¬
    " jpeg:" default location (path to desktop) default name ¬
    type & ".jpg"
    end getFileName</pre>
    Hope this helps...

  • When I publish a pdf collection with index to a CD, the index won't load

    I am using acrobat XI pro. I have a pdf collection with 30 chapters, a table of contents that is linked to each chapter, and an index. I have inserted a bookmark for the table of contents in each chatper. There are lots of cross chapter links. It all works beautifully on my computer, I can click links between chapters, go back to table of contents using bookmark on each document, and conduct a search that uses the right index and breaks results down per chapter. But when I burn the folder to a CD and install on another computer, the index won't load and the table of contents link is broken. the index is there on the CD, every file and the file structure looks identical to what is on my computer hard drive. I have tried different methods of burning the disc. They all say they are successfully burned. But when I insert into another computer (have tried a laptop and desktop), I either get an error message about the index or it just create it at all. I deleted the index and all of its associated files and recreated from scratch, associating each of the 30 chapter to the index again, but still does not work. Help, past deadline already!

    I fail to see the issue. You have added crop marks, have you not? For all intents and purposes those are marks that are supposed to be visible and printable for cutting in the real world. If you don't want them, don't use them. Acrobat can generate them on the fly for printing, anyway.
    Mylenium

  • Issue with sending an image in the body of email using SAP ABAP

    Hello All,
    We have a requirement to send an email to our external clients that contains an image in the body of the email. We are using cl_bcs class in ABAP to send the email and the mail is sending in html format.
    We have uploaded the image in the SAP system using the transaction u2018SMW0u2019 and we are using the Function Module 'WWW_GET_MIME_OBJECT' to retrieve the image while sending the mail. But image is not displayed in the mail by using this approach.
    When we tried to use the image URL from the company website with <img> tag of the html code in the ABAP Program, the image is displayed in the mail. But, to display the image we need to use the download option and also it is taking time to download.
    Our aim is to download the image automatically in the mail. I have searched sdn but couldn't find complete info.
    If anyone worked on the similar functionality, kindly reply.
    Thanks in advance for your help.
    Best Regards,
    Ravi.

    Are you trying to send the e-mail with the image embedded? I did it with PHP and Phython... Never done it in ABAP, sadly to say... but I guess it should be possible. You'll need to play with the way the HTML code of the e-mail is being created, using MIME and the right headers. I'm guessing the result of WWW_GET_MIME_OBJECT will be your 'Content-ID'.
    Do some google with "Send an HTML email with embedded image". Even if it's related to another programming language it might give you some clues about how to compose the e-mail and you'll be able to replicate the logic by using CL_BCS.
    An alternative would be to just attach the image to the e-mail.
    Cheers,
    Andres.

  • Adding .jpg image to the JFrame

    I want to add an image in the JFrame
    My code is as follows:
    import java.awt.*;
    import javax.swing.*;
    public class test extends JPanel
         JProgressBar pb1 = new JProgressBar(JProgressBar.HORIZONTAL,0,100);
    public test(String image)
    ImageIcon imgIco = new ImageIcon(image);
    JLabel imgLbl = new JLabel(imgIco);
    imgLbl.setPreferredSize(new Dimension(500,500));
    JPanel p1 = new JPanel();
    p1.add(pb1);
    setLayout(new GridLayout(1,1));
    add(imgLbl);
    add(p1);
    public void salman()
              int i=0;
              while(i<=100)
                   try
                        pb1.setValue(i);
                        pb1.setForeground(Color.lightGray);
                        pb1.setBackground(Color.blue);
                        pb1.setBorderPainted(true);
                        pb1.setStringPainted(true);
                        Thread.sleep(55);
                   catch(Exception e)
                        System.out.println("Exception Occured!!!");
                   i++;     
    public static void main(String[] args)
    JFrame f = new JFrame();
    test img = new test("pills.jpg");
    f.getContentPane().add(img);
    f.setSize(450,470);
    f.setVisible(true);
    img.salman();
    Thanks for you co-operation.
    Regards
    Salman Pirzada

    you use
    test img = new test("pills.jpg");where it finds pills.jpg????
    try something like this:
    String imageName = "pills.jpg";
    img = Toolkit.getDefaultToolkit().getImage(Test.class.getResource(imageName));And make sure, pills.jpg is in the same directory where Test class is

  • PDF created with text as image instead of text

    Acro Pro 9.3.2 on Win 7 Pro 64-bit using OpenOffice.org 3.2.0, Impress.
    When I create a PDF from a presentation document using the referenced, the text is rendered as an image (which I don't want). I've gone through the settings several times and can't find something which is probably painfully obvious. Oddly enough, if I use OpenOffice.org's Export as PDF feature, the PDF comes through exactly as I'd expect it to, with the text generated as text.
    Would anyone know what setting(s) I've overlooked so I can change the behavior in Acro Pro? Thanks.

    Bill, thank you for putting so much time into this. As you can see from my other responses, the problem may well be limited just to the one doc in question so it's not worth any more of anyone's time. If nothing else, I feel less embarrassed knowing I (apparently) didn't overlook something obvious. I probably shouldn't write that, should I?
    In case it's of interest, I tried unchecking the "rely on sys fonts only" option and that didn't change anything.
    OO 3.2 is a significantly better product than 2.4 btw. I realize you didn't say anything negative about it. I just wanted to drop that in.
    Again, thank you for working on this.

  • Acrobat printing certain PDF's with 8 - 9 lines across the pages.

    A few Acrobat user's are seeing thin black lines on the printed pages.  We do not see the lines on the PDF on the computer screen.  I am unable to reproduce the issue with Acrobat Pro 10.1.3, I upgraded the user that brought this to my attention to Acrobat Pro 10.1.3 and she is still seeing the Black Lines on her printed pages.  I had another user test to the same printer and we did not see the lines on the printed pages.  She is using Acrobat Pro 10.0.2. 
    At this point I think it's a user setting?  Any ideas or suggestions?
    I attempted to upload examples in PDF format, PDF's are not allowed????

    Hi,
    Please share the files.
    Are you facing this problem on particular machines?? And is this problem reproducible with every PDF document on these machines?
    Also provide the information about which OS are you using on the machines where this problem is occurring.
    Thanks.

  • Why do PDFs created with some print presets show the error message "cannot extract embedded font."

    Whenever I create a pdf from InDesign using a press-quality preset, I get an error message upon opening the file. The error message says that an embedded font cannot be extracted.
    InDesign indicates the font is not present in the file.
    In Acrobat's properties, the font in the error message is listed and shows that it is not embedded, and that the actual font is unknown.
    Running the "embed fonts" from preflight fixups doesn't help.

    Found this fix in Preflight: Under prepress, I selected my destination, which is sheetfed offpress (CMYK) and ran the analyze and fix. The updated file opened without the error message.

  • How can I digitally sign a pdf document and also disallow changes to the document?

    When I digitally sign the document it does not let me lock it down - when I lock down the doc first, it does not allow for digital signature. Please help.

    The initial document should have its properties set as:
    Changing the Document: Not allowed
    Signing: Allowed
    That way no one can make changes to it but anyone may sign it. These properties are available in v9, but I'm not sure about previous versions.

Maybe you are looking for

  • Mail sent issue in CLM work flow

    Hi Expert, we are facing an issue CLM workflow mails. Once all approvers done in contract document the status mail need to be triggered to the owner of the Document. But intead of that it is sending to other person who is nowhere related to the docum

  • Issue in adding new tab in PO Header Level on ME21N

    Hello, As there are many thread where it has mention how to implement badi to get the required output. Similarly, i had used the badi ME_GUI_PO_CUST and the method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE. My Doubt : From the below sample code, from where i ha

  • Show the time ?

    Hi, I want to show the current time as it shows in Windows in the lower right corner near the systray. Is there a way I can show the time to the user within a flex application? I would like the time to change in "real-time". In other words if the use

  • Why does homesharing not transfer all of my files

    I have used homesharing to move my itunes library from an old compuer (windows XP) to new one (Windows 7). It all looked like it went fine, but on closer inspection it seems that ony a small proportion of my music files have transferred across. Any c

  • Constant Dock crashes.

    I can't figure this one out. My Dock constantly crashes. I have done hardware tests, deleted the dock plist file and even have done a fresh install. Nothing helps. Any help is appreciated!!! crash log follows Host Name: Mac10 Date/Time: 2007-06-25 17