How to edit a jpeg file and add captions and save it again as a jpeg?

I open a jpeg file in Acrobat Pro XI and edited the photo by adding captions. Once again, it has been saved in PDF format and when reopened all the legends where he.  I tried to save it as a jpeg and when repoened all legends have disappeared.  How can I save the file as a jpeg and have the legends show?

Hi Firepros1,

You try to export the file in PNG or TIFF instead of jpeg.

Let me know if this helps.

Kind regards

~ Dominique

Tags: Acrobat

Similar Questions

  • How to open an .art file and save it in another format (jpeg)?

    How to open an .art file and save it in another format (jpeg)?

    Hi michaela.

    Please refer to the below discussion,

    What is an .art file? and how can I open them offline? Yahoo Answers

    How to change an art. AOL file in a jpeg file. I tried... - Q & A

    Let us know the results.

    Kind regards

    Mohit

  • Windows7 won't let me edit the hosts file and save it

    Windows7 won't let me edit the hosts file and save it. What should I do to save the edited host file?

    This is a built-in security feature.  There is an easy solution.  Click onStart-> all programs-> Accessories.  Right click onNotepadand then click run as administrator.  If you are prompted for an administrator password or a confirmation, type the password, or clickallow or Yes.

    Open the Hosts file (from the notebook, that you opened), make your changes, and then click file ->Save.

    Barbara

  • How to load an XML file and save it as a file fm

    Hi Experts,

    I have a bunch of XML files in a folder. I want to make is that I want iteratively, load the xml using a StructuredApplication and save it as a file FM. I was able to sucessfully load the XML file, but I'm having trouble to save a file of FM.

    Here is the code I wrote so far:

    If (sourceFolder! = null) {/ / If a valid file is selected}

    files = new Array();

    fileType = "*.xml";

    files = sourceFolder.getFiles (fileType);  Download all the files that match the pattern

    If (files.length > 0) {/ / get the destination to save the files}

    destFolder = Folder.selectDialog ('Select the folder where you want to save the converted XML files.', ' ~');

    for (var i = 0; i < files.length; i ++) {}

    Set the options to open the XML file.

    var openParams = GetOpenDefaultParams();

    var j = GetPropIndex (openParams, Constants.FS_OpenAsType);

    . propVal.ival openParams [j] = Constants.FV_TYPE_XML;

    j = GetPropIndex (openParams, Constants.FS_StructuredOpenApplication);

    . propVal.sval openParams [j] = "XML Snpsbook";

    j = GetPropIndex (openParams, Constants.FS_FileIsOldVersion);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FontNotFoundInDoc);

    . propVal.ival openParams [j] = Constants.FV_DoOK;

    j = GetPropIndex (openParams, Constants.FS_FileIsInUse);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    j = GetPropIndex (openParams, Constants.FS_AlertUserAboutFailure);

    . propVal.ival openParams [j] = Constants.FV_DoCancel;

    var returnParams = new PropVals();

    I'M NOT ABLE TO GET THIS LINE TO RUN. sourceDoc RETURNS a REFERENCE of OBJECT INVALID.

    sourceDoc = Open (files [i] .name, openParams, returnParams);  Returns the document object

    Alert (SourceDoc.Name);

    Function to save. XML file. Extension of the FM

    var saveParams = GetSaveDefaultParams();

    var returnParamsp = new PropVals();

    Change the extension .xml FM

    var k = GetPropIndex (saveParams, Constants.FS_FileType);

    saveParams [k].propVal.ival = Constants.FV_SaveFmtBinary;

    saveAsName = sourceDoc.name.replace (/ \.) [ ^\.\\]+$/,".fm");

    var saveInFile = record (saveAsName, saveParams, returnParamsp);  Save as file FM

    saveInFile = new file (destFolder + ' / ' + targetFile);

    saveInFile.close ();  Close file

    }

    Alert ("the files are saved in the FM to ' + destFolder");

    } else {}

    Alert ('no matching files found!');

    }

    }

    Hi reda,.

    You are very close, but there are a few critical flaws in your code that will prevent the proper functioning:

    -Your paths in string literals must have sequences to escape the backslashes. A backslash character is treated as an adverb in an escape sequence, so those need to be escaped themselves. For example: "C:\\Users\\rajrev\\file.xml."

    -Your OpenXMLFile () function does not return anything, then the original DocumentSource variable never gets made.

    -It is better to use the ObjectValid() method to test a valid object of FM.

    -I am not an expert of regular expression, but I can't understand the logic in your replace() method, to create the new path of the file. In addition, the property "name" of the fileObject is invalid, it must be 'name '. I think that there are simpler ways to do.

    -Your call to the Save() method is incorrect. It should be fileObject.Save (saveAsName, saveParams, returnParamsp).

    All that being said, here is a quick review, without comment, that works for me:

    var sourceDoc = openXmlFile("C:\\Users\\rajrev\\file.xml","XML snpsbook");
    if (sourceDoc.ObjectValid()) {
    
        var path = sourceDoc.Name;
        var filename = path.substring((path.lastIndexOf("\\") + 1), path.length);
        filename = filename.replace(".xml", ".fm");
    
        path = path.substring(0, (path.lastIndexOf("\\") + 1));
        path = path + "transformed_files\\" + filename;
    
        //path testing
        //alert(path);
    
        saveToFm(sourceDoc, path);
        sourceDoc.Close(0);
    }
    
    // Function to open and XML file
    function openXmlFile(filePath, structApp) {
        var openParams = GetOpenDefaultParams();
        var i = GetPropIndex(openParams, Constants.FS_OpenAsType);
        openParams[i].propVal.ival = Constants.FV_TYPE_XML;
        i = GetPropIndex(openParams, Constants.FS_StructuredOpenApplication);
        openParams[i].propVal.sval = structApp;
        var  returnParams = new PropVals();
        var doc = Open(filePath, openParams, returnParams);
        return doc;
    }
    
    //Function to save the opened XML as an FM file
    function saveToFm(fileObject, savePath) {
        var saveParams = GetSaveDefaultParams();
        var i = GetPropIndex(saveParams, Constants.FS_FileType);
        saveParams[i].propVal.ival = Constants.FV_SaveFmtBinary;
        var saveAsName = savePath;
        var returnParamsp = new PropVals();
        fileObject.Save(saveAsName, saveParams, returnParamsp);
    }
    
  • Want to edit a PDF file and save it to the same folder

    I have PDF files that have been scanned in, unfortunately some of them are upside down that it will be difficult for the data entry clerks enter.  I just want to be able to rotate and save the PDF files to the same folder.  When I try to save the file after I straightened, I get the error message below.  I can do what I want.  I can save to a different file, but it's tedious as whenever I have to locate the file moving through the directory tree.   Committed to the seizure data doesn't have access to the single Reader Acrobat XI.

    I have

    Try turning off the preview in your windows Explorer window. The file is open, it is perhaps the reason why that acrobat cannot write to it.

  • How to edit a PDF file?

    How to edit a PDF file?

    Open a PDF with Acrobat Pro XI and use this click-path:

    Tools - Editing content - choose the desired tool.

    Be well...

  • How to capture a .gif of a spectrum analyzer file and save the file in PC

    I want to capture a .gif from a spectrum analyzer file and save the file to the PC, but I have a problem when reading data from the instrument. I don't know how to format the string has obtained from the instrument, when I use '%s' or '%t' as string format to read the data from the instrument is truncated.

    my code are, could someone tell me where I'm wrong?

    char resultsArray [5000];

    viPrintf (hSpectrumInstr, ": MMEMTORCR ' CIMAGE.") GIF "\n"); "
    viQueryf (hSpectrumInstr, ": MMEMATA? '") CIMAGE. (' GIF'\n ', '%t', resultsArray);
    printf ("%s", resultsArray);
    GetChar ();

    as you can see your code is not readable, can you post a screenshot or, as before, a Word document?

    When you use "%b" table must be of type ViInt8

  • How to move the MSWMM files and keep the data on my computer?

    I downloaded digital film from my camera to a destination on my D drive as a file MSWMM (collections), and whenever I try to move the downloaded film (collection), it does not recognize the movie more.

    How to move the MSWMM files and keep the data on my computer?

    The mswmm file is the project file, not a video.
    Think of it as a recipe for a cake, it only tells you what to do with the ingredients, but does not include the ingredients.
    The mswmm file tells the computer to look in a certain folder to use a video or audio file.
    If you move the file, then MM knows not where is the file, then you must tell it, by right clicking on a red x on the timeline and then choose search for the file.

  • How can I recover the files and programs before a system restore? my document folders are all empty and my programs will not open!

    How can I recover the files and programs before a system restore?  my document folders are all empty and my programs will not open!

    I know they are there and hidden somewhere, but this restoration took my settings of the computer to 2004! We lost all our data, our software that we use to operate our company at home, our quickbooks that has all our financial data, family photos, videos, Outlook will work not so no e-mail, all turned in time and 6 years ' worth of documents have disappeared.

    What happeneded was that I was trying to upgrade to quickbooks software when I got an error, I cancelled out of the facility, then restarted and that's when I got an error hal.dll something? I thought about a system restore would allow me to go back in time to just before when the error occurred, but he basically took my computer back to factory settings, so all the programs that I installed and paid hundreds of dollars for the past six years has disappeared, Microsoft Office and very expensive construction estimating software that we wil have to pay once AGAIN for If I can't get this program working properly.

    I am a fool! I can't believe what's happening.

    Someone at - it instructions on how I can retrieve either the programs and data that I need specifically or how to go and seek shade from the files I read online on and restore my computer for about 12 hours ago?

    Thank you all!

    Sally in Georgia

    Looks like you did a system rather than a system restore recovery.  If you have inserted a disc supplied with your machine and booted from it, you probably erased the disc and installed the original operating system provided with your computer.  Usually, a step in this recovery is to do a full format or quick of your drive.  If you did a full format, your data is permanently lost.  With a quick format, your data may still be there, somewhere but inaccessible by normal means.  Applications must generally be installed, in order to recover the files probably will not help unless you have the original installation media.  Your other data files (images, videos, financial data) may be salvageable, but at this point, it would be advisable to take your computer or your disk to a business/professional who is experienced with data disc recovery.  It will be cheap and there is no guarantee.

    Impatient, remember investigate you a backup strategy for your computer and critical data.  Hard drives can go wrong with little or no warning.

    HTH,
    JW

  • How to display the hidden files and folders even if I've already enabled "Show hidden files, folders and drives" to "Advanced settings"?

    How to display the hidden files and folders even if I've already enabled "Show hidden files, folders and drives" to "Advanced settings"?

    After I enabled "Show hidden files, folders and drives" in 'Advanced settings', I can't yet see in the folder but I know there is a file in this program of WinRAR folder form as pictured below where I opened the case both at the same time.

    Hope you can help in this case...

    It would be possible that the file is marked as a system folder (which is just a check box in properties such as the hidden check box). So in your folder options, uncheck the "Hide protected operating system files" and see if it will be visible.

    Or another thing to try: remonter back a level, hold down SHIFT while you right-click the complete file and choose "Open command window here", then type DIR to see if the file is listed.

  • I deleted some of my documents folder undeletable file, and after reboot, I see that lost my desktop icon, how can restore my icon file and office

    How can I solve this problem?

    Original title: with a peogram I deleted some of my documents folder undeletable file and after reboot I see who lost the icon on my desktop, how can I restor my file and desktop icon?

    Have you tried a System Restore yet?  Restore to a previous State could solve your problem.

    For Windows 7 and Vista: [link]
    For Windows XP: [link] (scroll down to restore from a Restore Point)

    Also, could you please tell us what do you delete?

    Thank you
    Digilodger

  • When you use adobe acrobat dc... I want to edit a pdf file and it keeps me to subscribe online login page. as if I don't have a purchaased it. his butt installed used to change me aallow

    I want to edit a pdf file and it keeps me to subscribe online login page. as if I don't have a purchaased it. his butt installed used to change me aallow

    Hi rigobertoa66792618,

    You can't edit PDFs using Acrobat Reader.

    You will need Acrobat DC edit PDF files, and who will work on the system not on mobile devices.

    Kind regards
    Nicos

  • I want to edit a pdf file and it keeps me to subscribe online login page. as if I don't have a purchaased it. his butt installed used to change me aallow

    I want to edit a pdf file and it keeps me to subscribe online login page. as if I don't have a purchaased it. his butt installed used to change me aallow

    Hi rigobertoa66792618,

    You can't edit PDFs using Acrobat Reader.

    You will need Acrobat DC edit PDF files, and who will work on the system not on mobile devices.

    Kind regards
    Nicos

  • I tried to edit a pdf file and it keep direct me to the purchase of subscription and I already have one

    I tried to edit a pdf file and it keep direct me to the purchase of subscription and I already have one

    Hi anthonyt40697810,

    Are you able to connect?

    If Yes, then just Sign In to activate the subscription by using your Adobe ID.

    Kind regards

    Nicos

  • I am trying to edit a PDF file and it still tells me to buy Acrobat Pro, but I have already and am refunded until May 15, 2015

    I am trying to edit a PDF file and it still tells me to buy Acrobat Pro, but I have already and am refunded until May 15, 2015

    A common cause of this is buy Acrobat Pro, but not use it. Instead, some people not to install Acrobat Pro, or they install but continue to use the free Adobe Reader software. Check this. Adobe Reader (Acrobat Reader) and Acrobat Pro are two completely different applications.

  • How to convert a text file and give the table

    Hai

    How to convert a text file and give the data of the table

    ISN'T THERE!

    You must put this

    SET_BLOCK_PROPERTY ('TEST_MS', insert_allowed, property_false);
    SET_BLOCK_PROPERTY ('TEST_MS', update_allowed, property_false);

    just before the last exception...

    Published by: Dora on January 19, 2010 14:54

Maybe you are looking for

  • iMac freezes after accessing network preferences

    Used my iMac this morning with no problems. However later in the afternoon, I noticed that the computer recognizes only one wifi network but refused to recognize the 2 other wifi networks I. I open network preferences to check, but the computer froze

  • Why my brandnew L10-193 reads DVD but NO CD?

    Technical support of the company, I bought the laptop said "is not possible", but it is a fact. My laptop computer simlpy does not read the CDroms, although he has no problem to read the DVD. I use Windows XP. Is this a technical fault? Moreover, it

  • Inaccurate reports on low disk space

    My disk space is less than half used and yet I continued to pass messages that my disk space is low and then asks me to clean my files I did frequently. What is happening and why I can't keep the messages come everytime I open windows?

  • LGS528 / LGS552 - OK to mount vertically?

    Hello The LGS528 / LGS552 switches are fanless, so I would like to know if it is completely safe to mount vertically with the ports up towards the ceiling, without risking the possibility of overheating and void the warranty? The manual makes no ment

  • I can't see my pictures on the windows Help Photo Gallery

    I have windows vista Photo Gallery, recently, that I let my daughter use my laptop and when I entered the windows photo gallery to go through my pictures to be stored on the memory stick I found that they were not evidence in the main window. However