How to save scanned docs to a folder etc

Hi 
I have just reloaded software again and now i dont have the same settings after i scan a doc.  It finally scans but I cant do anything with it, send it save it etc, where is it going on my desk top?  The manual is too vaque
I hope someone can advise

Hi @xylophonens,
Welcome back to the HP Support Forums!  I see you are using the Yosemite 10.10 Operating system with your HP Deskjet 1510, the new software is a little different and you would like to know all the scanning option. Please click on the link below to get started:
Scanning with the Full Feature HP Software in OS X v10.10 Yosemite
I hope this helps, if you have any questions please let me know.
Thanks,
HevnLgh
I work on behalf of HP
Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
Click the “Kudos Thumbs Up" to the left of the reply button to say “Thanks” for helping!

Similar Messages

  • How to save backup in a target folder

    I am trying to figure out how to save a backup to a folder when I backup files like G:/Data Backup instead of creating a folder with a random name. I have a WD My passport portable hard drive using WD smartware.   With backups will it save to that target location and replace just files that have changed?

    You can't. All you can do is move the top level folder of the save from the root of the drive to somewhere a bit deeper down a file tree, e.g. your G:/Data Backup folder. But what will then happen is the WDSmartware.swstor folder will be created within that folder, and the device and drive sub-folders within that. It's done that way as Smartware is actually designed to work with NAS drives to save backups from multiple devices and multiple drives within those devices. The "random name" you describe isn't actually random, it's the ID of the individual drive(s) within the device you're backing up. For your case you might want to look at the new WD Backup Software, which may meet your needs a little better. I haven't tried it (as I need proper NAS backup, hence use Smartware), but from the description it's better suited to backups onto portable drives like your MP.

  • Officejet 6110xi, How to save scan as .jpg?

    officejet 6110xi, How to save scan as .jpg?

    Hello jpg0, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are looking into your scan settings.  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information we can provide you with accurate information.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please let me know what you find, and thanks for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • How to save to .doc or .rtf without loosing formatting

    Hi, I have to submit academic assignments with either .doc or .rtf file extensions. However, in the University there is a protocol for headers and footers so that the assignment is anonymous and when quoting from reference documents we have to indent paragraphs. When writing this is pages and exporting to .doc or .rtf all of the formatting gets lost. If I submit these without the right formatting, I will get marked down. They will not accept .pdf, which works OK - how can I save in .doc or .rtf without loosing the formatting?

    Hi Peter Breis, you have suggested soemthing that works which is the first line and left paragraph indents but this still does not work with tabs. The .rtf is not a solution becaue of the need for headers and footers (with pages numbers). In the .rtf file they just appear at the end of the text rather than a header and footer.
    Anyway, in summary, thank you Peter, you have given me a solution that works which is to indent using first line and left paragraph indents and to export into a .doc document. The headers and footers export without a problem using this method. I will nominate all the extra marks that I will get from following the University's protocol to you!, Thanks!

  • HP all-in-one c301 will not save scanned doc in Mavericks upgrade

    I have recently installed the free OS X Mavericks upgrade to my Macbook Pro.  My HP all-in-one c301 will scan, but the scans do not save.  The saved pdf looks like a bunch of gray lines when I reopen the saved file.  Has anyone already found a work around?  Unless I missed a webpage, HP does not have drivers or apps for Mavericks at this time.
    It seems that nearly everything related to any imaging has stopped working with the new OS.  (This situation is not good for someone who uses their system for photography related work only.) 

    Since maybe 1 in 10,000 are having such experiences, we have to guess that there is something wrong/corrupted in your Mac's Mavericks install. This happens (just slightly) more often, now that everything is downloaded from the internet.
    Try some generic repair steps:
    1) Restart in Recovery mode and use Disk Utility to repair the hard drive and permissions.
    OS X: About OS X Recovery
    (Just read the first paragraph about how to get into Recovery)
    2) Download and install the 10.9.4 COMBO update (this isn't from Software Update - it replaces all the files from all the updates)
    http://support.apple.com/kb/DL1755
    3) Reset the Printing System, and re-add the printers (& scanners)
    OS X Mavericks: Reset the printing system
    You should experiment and see if things improve after each step.

  • How to save pdf files to a folder on my tablet?

    How do I save an edited pdf document to a folder on my 'desktop', where I can find it again?  I am using an android tablet.

    I am not sure what you mean by saving on the 'desktop'. Are you trying to share the file across devices?
    However, in case you want to save a file in a different folder in Adobe Reader for Android, you can go tap on the 'Documents' tab. On the top toolbar, you will see an 'Edit' option. Tap on it and select the file(s) you want to move. Now, on the top toolbar, you would see an icon which looks like a folder with an arrow. Tap on this and now you can enter the desired location where you want to save this file

  • How to save picture in SERVER ---- B1_SHR Folder

    Hi Experts,
                      In my user form i have added a new picture box & browse button,using the browse button iam uploading the picture into my picturebox & saving the path in database,again in form load mode again my picture is getting loaded....everything is fine.
    But only problem is when i select the jpg file from desktop it's should be default save into below  SERVER path
    C:\Program Files\SAP\SAP Business One\B1_SHR\MyPicture1.jpg
    here's my present coding
    Sub ShowFolderBrowser()
            Dim MyTest As New OpenFileDialog
            Dim strMdbFilePath As String
            Dim MyProcs() As Process
            MyProcs = Process.GetProcessesByName("SAP Business One")
            If MyProcs.Length  0 Then
                For i As Integer = 0 To MyProcs.Length - 1
                    Dim MyWindow As New ClsWindowWrapper(MyProcs(i).MainWindowHandle)
                    'MyTest.Filter = "Excel files (*.xls)|*.xls|Document files (*.doc)|*.doc"
                    If MyTest.ShowDialog(MyWindow) = DialogResult.OK Then
                        If objForm.Mode = SAPbouiCOM.BoFormMode.fm_OK_MODE Or objForm.Mode = SAPbouiCOM.BoFormMode.fm_UPDATE_MODE Then
                             'strMdbFilePath = MyTest.FileName
                        End If
                        Dim objPicture As SAPbouiCOM.PictureBox
                        objPicture = objForm.Items.Item("EmpPic").Specific
                        objPicture.Picture = MyTest.FileName
                        objForm.Refresh()
    end if
    end sub
    Can Anybody suggest me some ideas to solve this problem
    Thanks,
    Shangai

    Hello,
    >But only problem is when i select the jpg file from desktop it's should be default save into below SERVER path
    Attachment patch and bitmap pacth can be customized in
    Administration\System init...\General Settings\Path folder.
    These path values are avaiable in SDK, properties of company object.
    In this case at least the BitMapPath should be set to
    SERVERNAME\B1_SHR\
    You should copy it, by io.File.Copy command, and you can determine the system attachment pacth as ocompany.AttachMentPath or ocompany. BitMapPath
    This is the answer for you question.
    Regards,
    J.

  • How to attach scanned doc to email? (iPad 1)

    I would like to email docs scanned in from HP AIO.  How do I do that? Note: iPad 1, with no camera or camera roll)

    Start in the Photos app and use the icon top right of the box with the arrow coming out of it to select the photo and attach it to an email - if you are in thumbnail view in the Photos app you can use the same icon to select up to 5 photos to attach to an email via the Share button at the top left of the screen

  • How to save an image to particular folder

    Hi all,
    Is there any way so that i can save an image to some already created phone folder. e.g DOODLES Folder.
    thanks,
    zeeshan.

    Hi
    You cant access any persistent storage but the one you create through the rms api. So you will not be
    able to access that folder.
    Greets.

  • How to save camera image in different folder (other than Camera Roll) in Ios?

    I am developing an App where I am taking pictures from the Camera but all the pictures get stored in the Gallery. I would like to store all the pictures taken in this app to be stored in a different folder so that when users view the pictures in the app, it should show only the pictures taken using the app. Currently, all the pictures of the Gallery are being displayed which I do not want.
    I want to create a folder, store camera pictures taken using the app in this folder then display all the images of the folder in the app.
    Any suggestions would be appreciated.
    Thanks in advance.

    Hi,
    try freshplanet/ANE-ImagePicker · GitHub.

  • Save a doc/docx file as dotx

    In C++/MFC using MS word controller (and not Open xml) how to Save a doc/docx file as dotx??
    I am opening the .doc/docxx file, and saving it as .dotx. It saves, but if tried to open when double clicking it, it is says something which means, incorrect file format. Is there a way around?
    STDMETHODIMP WordClass::OpenDocument2(BSTR templateFilepath, VARIANT_BOOL readOnly, VARIANT_BOOL visible)
        try
            // Make sure we have a valid MSWordApp object.
            if(m_pWordApp == NULL)
            // Make sure a document is not already open.
            if(m_pWordDoc != NULL)
            CComVariant varFilenameOpen(templateFilepath);
            m_pWordDoc = m_pWordApp->Documents->Add(&varFilenameOpen,
                                       &vtMissing,
                                        &vtMissing,
                                        &vtMissing);
            // Setup the event source sinks so that we will receive sink messages from MSWord.
            DocumentSink::DispEventAdvise(m_pWordDoc);
            if (readOnly == VARIANT_TRUE)
                CComVariant password((long)GetTickCount());
                password.ChangeType(VT_BSTR);
                m_pWordDoc->Protect(MSWORD::wdAllowOnlyComments,    //enum WdProtectionType
                                    &vtMissing,                      
     // NoReset.
                                    &password);                      
     // Password.
        catch(_com_error &err)
        return(S_OK);
    STDMETHODIMP CMSWordController::SaveDocumentAs(BSTR newDocumentFilename)
        try
            // Make sure we have a valid MSWordApp object.
            if(m_pWordApp == NULL)
            // Make sure a document is open.
            if(m_pWordDoc == NULL)
            // Wrap the arguments into Variants.
            CComVariant varFilename(newDocumentFilename);
            // Save the document.
            m_pWordDoc->SaveAs(    &varFilename,        // New Filename
                                &vtMissing,            // Document Format
                                &vtMissing,            // LockComments
                                &vtMissing,            // Password
                                &m_CovFalse,        // AddToRecentFiles
                                &vtMissing,            // WritePassword
                                &vtMissing,            // ReadOnlyRecommended
                                &vtMissing,            // EmbedTrueTypeFonts
                                &vtMissing,            // SaveNativePictureFormat
                                &vtMissing,            // SaveFormsData
                                &vtMissing);        // SaveAsAOCELetter
        catch(_com_error &err)
        return(S_OK);
    I called OpenDocument2(...) and then SaveDocumentAs(...).
            

    This is the code I am using...
    // Wrap the arguments into Variants.
    CComVariant varFilename(newDocumentFilename);
    // "C:\\abc.dotx" CComVariant varFormat(MSWORD::WdSaveFormat::wdFormatTemplate);
    // Save the document.
    m_pWordDoc->SaveAs2( &varFilename, // New Filename
    &varFormat, // Document Format
    &vtMissing, // LockComments
    &vtMissing, // Password
    &m_CovFalse, // AddToRecentFiles
    &vtMissing, // WritePassword
    &vtMissing, // ReadOnlyRecommended
    &vtMissing, // EmbedTrueTypeFonts
    &vtMissing, // SaveNativePictureFormat
    &vtMissing, // SaveFormsData
    &vtMissing, // SaveAsAOCELetter
    &vtMissing, // Encoding
    &vtMissing, // INsertLineBreaks
    &vtMissing, // AllowSubstitutions
    &vtMissing, // LineEnding
    &vtMissing, // AddBiDiMarks
    &vtMissing); // CompatibilityMode
    I am getting an exception, Incompatible File type and File extension.

  • How to save any file in iphone through programming.

    Hi Developers,
    I have written some code to download the image from net.
    If i want to store that image in my folder.so how can
    save or store in my folder programatically.
    Or which Api helps me regarding this.
    Please help me....

    Have a look at this thread:
    http://discussions.apple.com/thread.jspa?messageID=7541192

  • How to merge notes in iphone and ipad? how to save all the notes as backup so that it does not take up space

    How to merge all notes from iphone and ipad together?
    How to save all the notes in folder in external drive so that it will not take up space in iphone and ipad?

    Becuse when I delte it still takes up. My memory I delted GBA4IOS a app from a website and still it takes 10GB of my memory.

  • Which one i need when i need the scanned docs convert to pdf

    i have to sent the documents from scanning to pdf. Which adobe reader i need to use

    My above reply was under the assumption that your scanned doc is already a PDF; if it's in a different format you will need to convert it, either using Acrobat, or the PDF Pack online service.
    But most scanners can save scanned docs directly as a PDF.

  • How do you load doc's and power points etc on the IPAD2?

    How do you load doc's,power point, etc on Ipad2?

    You first need one or more apps on the iPad that supports those document types, otherwise you won't have anywhere to store them (except as email attachments) - the iPad is not like a 'normal' computer which has a file system, on the iPad each file/document has to be stored/associated with an app. Once you've decided on the app(s) then, depending on the app, transfer may be done by the file sharing section of the iPad's apps tab on your computer's iTunes, wifi, Dropbox, email attachments etc.
    Documents To Go supports word, excel, and powepoint files :
    'normal' version - http://itunes.apple.com/us/app/documents-to-go-office-suite/id317117961?mt=8
    'premium' version - http://itunes.apple.com/us/app/documents-to-go-premium-office/id317107309?mt=8 (can edit as well as view powerpoint)
    Transfer methods to Documents To Go : http://support.dataviz.com/support.srch?docid=14497&pid=198

Maybe you are looking for

  • Itunes updated to 11.1.4 and now cannot open Itunes at all...

    Also, am trying to install itunes and getting message "Apple Service Device" failed to start.

  • Function module to send mail????

    Hi, which function module can we use to send mail in ABAP online program , i dont want to attach any file, just i want to notify the users by writing few lines in the email body. can u help me out in this issue.. Thanks & Regards, Harsha Ramaiah

  • Flushing the log file....

    Hello, Is there a way to force weblogic to flush the log file more frequently. Currently, it appears that there is a delay between the log output in the console versus the contents of the log file. It would be helpful to be able to see updated log in

  • Any good way to find out which process is running on which CPU, how long it

    Hi All any good way to find out which process is running on which CPU, how long it took, how many threads it has forked, which thread went to which CPU, etc. . RPS Message was edited by: RajeshPS

  • Problems with windows-installer (setup.exe) for 11.2 beta

    windows-installer for XE 11.2 beta appearently FIRST checks the space available on drive C:. As the installer prevents installation, insiting that there is not enough space (1500Mb) to install oracle-XE, there's nothing but the chance to provided suf