Storing Text, Document, PDF Kind of Data inside Database

Hello All
Please Provide me any Document where I will get Information Regarding the Above
One (Storing Text, Document, PDF Kind of Data inside Database)
The BFILE Concept is Not USED HERE
The data should be stored in the BLOB field within the Database.
Regards
Madhu

The following can u a fair idea....
http://www.dba-oracle.com/t_storing_ms_word_docs_database.htm
Re: How do we store this.
http://www.databasejournal.com/features/oracle/article.php/3305771

Similar Messages

  • How to populate Adobe LiveCycle Designer generated  PDF Forms with data from Database in Windows app

    Hi
    I have a PDF template designed in Adobe LiveCycle Designer. This template has form fields which needs to be filled with data programmatically. I am using windows application in C#.Net 2005 in which I want to retrieve data from database and merge this data into PDF form in respective fields.
    How this can be achieved?
    I searched a lot & I found that we can process the XDP file generated from PDF to acheive this. I created the XDP file out of the PDF template created in designer. But I don't know how to merge data from database into that XDP file in respective fields and again convert this XDP file back to PDF programmatically. Can anybody help me ? This is urgent.
    Thanks in advance.
    Sambhaji

    Please ignore the above code.<br />The following one is correct one.<br />using System;<br />using System.Data;<br />using System.Configuration;<br />using System.Web;<br />using System.Web.Security;<br />using System.Web.UI;<br />using System.Web.UI.WebControls;<br />using System.Web.UI.WebControls.WebParts;<br />using System.Web.UI.HtmlControls;<br />using System.Text;<br />public partial class _Default : System.Web.UI.Page <br />{<br />    protected void Page_Load(object sender, EventArgs e)<br />    {<br />        Response.ContentType = "application/vnd.adobe.xdp+xml";<br />        StringBuilder responseString = new StringBuilder();<br />        responseString.Append("<?xml version='1.0' encoding='UTF-8'?>");<br />        responseString.Append("<?xfa generator='AdobeLiveCycleDesigner_V8.0' APIVersion='2.5.6290.0'?>");<br />        responseString.Append("<xdp:xdp xmlns:xdp='http://ns.adobe.com/xdp/'>");<br />        responseString.Append("<xfa:datasets xmlns:xfa='http://www.xfa.org/schema/xfa-data/1.0/'>");<br />        responseString.Append("<xfa:data>");<br /><br />        responseString.Append("<form1>");<br />        responseString.Append("<TextField1>Homer</TextField1>");<br />        responseString.Append("<TextField2>Simpson</TextField2>");<br />        responseString.Append("<field name ='DropDownList1'>");<br />        responseString.Append("<items save='1'>");<br />        responseString.Append("<text>1</text>");<br />        responseString.Append("<text>2</text>");<br />        responseString.Append("<text>3</text>");<br />        responseString.Append("</items>");<br />        responseString.Append("</field>");<br /><br />        responseString.Append("</form1>");<br /><br />        responseString.Append("</xfa:data>");<br />        responseString.Append("</xfa:datasets>");<br />        responseString.Append("<pdf  href='C:\\Test.pdf' xmlns='http://ns.adobe.com/xdp/pdf/' />");<br />        responseString.Append("</xdp:xdp>");<br /><br />        Response.Write(responseString);<br />        Response.Flush();<br />        Response.End();<br />    }<br />}

  • PDF without extensive data "Document Overhead"

    Hi!
    How do I create in Indd a PDF without additional data "Document Overhead"? These data are very comprehensive and greatly increase the file size (68 MB)
    I use the PDF sets to create the file:
    Description
        [Based on 'Adobe PDF 1.7 Arch 96 ppi'] [Based on '[PDF/X-4:2008]'] Use these settings to create Adobe PDF documents that are to be checked or must conform to PDF/X-4:2008, an ISO standard for graphic content exchange.  For more information on creating PDF/X-4 compliant PDF documents, please refer to the Acrobat User Guide.  Created PDF documents can be opened with Acrobat and Adobe Reader 5.0 and later.
    PDF Preset: Adobe PDF 1.7 Arch 96 ppi
    Compatibility: Acrobat 8/9 (PDF 1.7)
    Standards Compliance: None
    General
        Pages: All
        Spreads: Off
        Generate Thumbnails: Off
        Optimise PDF: On
        Create Acrobat Layers: Off
        Export Layers: Visible and Printable Layers
        Include Bookmarks: On
        Include Hyperlinks: On
        Export Nonprinting Objects: Off
        Export Visible Guides and Baseline Grids: Off
        Create Tagged PDF: Off
        Interactive Elements: Do Not Include
    Compression
        Colour Images
            Bicubic Downsample at: 96 ppi
            for images above: 96 ppi
            Compression: JPEG
            Tile Size: N/A
            Quality: High
        Greyscale Images
            Bicubic Downsample at: 96 ppi
            for images above: 96 ppi
            Compression: JPEG
            Tile Size: N/A
            Quality: High
        Monochrome Images
            Bicubic Downsample at: 600 ppi
            for images above: 600 ppi
            Compression: CCITT Group 4
        Compress Text and Line Art: On
        Crop Image Data to Frames: On
    Marks and Bleeds
        Crop Marks: Off
        Bleed Marks: Off
        Registration Marks: Off
        Colour Bars: Off
        Page Information: Off
        Page Mark Type: Default
        Weight: 0.25 pt
        Offset: 2.117 mm
        Use Document Bleed Settings: Off
        Bleed Top: 0 mm
        Bleed Bottom: 0 mm
        Bleed Inside: 0 mm
        Bleed Outside: 0 mm
        Include Slug Area: Off
    Output
        Colour Conversion: Convert to Destination
        Destination: eciRGB v2
        Profile Inclusion Policy: Don't Include Profiles
        Simulate Overprint: N/A
        Output Intent Profile Name: N/A
        Output Condition: N/A
        Output Condition Identifier: N/A
        Registry Name: N/A
    Advanced
        Subset Fonts Below: 100%
        Omit PDF: Off
        Omit EPS: Off
        Omit Bitmap Images: Off
        Transparency Flattener Preset: N/A
        Ignore Spread Overrides: N/A
    Security
        N/A
    Warnings
    PDF 68 MB:
    In Adobe Acrobat Pro I can get rid of these data by optimization of the document and reduces the file to size 16 MB!?
    After optimize PDF in Acrobat PDF 16 MB!
    How to create a PDF straight from the indd? Which settings are responsible for these?
    Regards!

    Hi Cropas!
    As stated above my PDF export settings you can read that this option is set to OFF. <Create Tagged PDF: Off>.
    Indd can not cope with this option for embedded PDF document indd?

  • Sending a text document as pdf by email.

    Hi,
    I have a plain text document that needs to be send as a pdf document by email. The line type of the text document is PC408-linda, which is 132-character length. I am trying to use the FM ‘SO_NEW_DOCUMENT_ATT_SEND_API1’ for sending the document which uses structure ‘SOLISTI1’ for sending the document. The line size of SOLISTI1 is 256 characters. I tried to send 132-character length internal table instead of the given structure for the FM, it didn’t work. Later, I put the 132-charcter line into the 256-character length line, which works well. But, I have a problem when the outgoing system converts the 256-character length into pdf document. It breaks the line.
    Can you please suggest me how can I fit this 132-chracter line in the above FM or Is there any alaternateive FM for sending this 132-character lines, which will fit in the pdf format.
    Lokman

    Hi,
    Here I am sending the part of the code that is sending the text document by using FM. Internal table $form conatins 132-character length text document. I want to send this document so that converted pdf appears similar to text line.
    FORM send_email USING $form TYPE tt_form.
    DATA:
        $form_wa1  LIKE pc408.
    data: paydate(15) type c.
    Data  date like sy-datum.
    *date = sy-datum.
    Email Subject.
    DATA: s1(30)  TYPE c VALUE  ' Avis - Bulletin de paie du ',
            s3(50)  TYPE c .
    loop at $form into $form_wa1.
    if sy-tabix eq 10.
    MOVE $form_wa1-linda+5(10) TO paydate.
    endif.
    objtxt-line = $form_wa1-linda.
    append objtxt.
    endloop.
    CONCATENATE s1 paydate INTO s3 separated by SPACE.
    *Email message body.
    DATA: c1(30)  TYPE c VALUE  'Vous trouverez ci-joint',
          c2(50) type c value ' votre bulletin de paie du  ' ,
          c type c value '.',
          c4(85)  TYPE c.
    CONCATENATE c1 c2 paydate c INTO c4 separated by SPACE.
    data: a1(40) type c value 'À ouvrir avec le programme "Notepad" ',
       a2(47) type c value ' ou "Wordpad" pour le visualiser correctement.',
       a3(90) type c.
      CONCATENATE a1 a2 INTO a3.
    data: b1(45) type c value ' Pour imprimer, veuillez vous ',
        b2(45) type c value ' assurer que les marges (droite et gauche)',
        b3(35) type c value ' sont restreintes au minimum.',
       b4(200) type c.
       CONCATENATE a3 b1 b2 b3 INTO b4.
    Main Text
    data wa_form like PC408 .
    Email Subject
    docdata-obj_name = 'TEST_ALI'.
    docdata-obj_descr = s3.
    Email Message
    objtxt = 'Bonjour,'.
    append objtxt.
    objtxt = ' '.
    append objtxt.
    objtxt = c4.
    append objtxt.
    objtxt = ' '.
    append objtxt.
    objtxt = b4.
    append objtxt.
    describe table objtxt lines tab_lines.
    read table objtxt index tab_lines.
    docdata-doc_size = ( tab_lines - 1 ) * 255 + strlen( objtxt ).
    clear objpack-transf_bin.
    objpack-head_start = 1.
    objpack-head_num = 0.
    objpack-body_start = 1.
    objpack-body_num = tab_lines.
    objpack-doc_type = 'RAW'.
    append objpack.
    Create Message Attachment
    Write Packing List (Attachment)
    loop at $form into $form_wa1.
    *if sy-tabix eq 10.
    *MOVE $form_wa1-linda+5(10) TO paydate.
    endif.
      objtxt-line = $form_wa1-linda.
      append objtxt.
    endloop.
    att_type = 'RAW '.
    describe table objtxt lines tab_lines.
    read table objtxt index tab_lines.
    objpack-doc_size = ( tab_lines - 1 ) * 255 + strlen( objtxt ).
    clear objpack-transf_bin.
    objpack-head_start = 6.
    objpack-head_num = 0.
    objpack-body_start = 6.
    objpack-body_num = tab_lines.
    objpack-doc_type = att_type.
    objpack-obj_name = 'ATTACHMENT'.
    objpack-obj_descr = 'Attached Document'.
    append objpack.
    Create receiver list
    reclist-receiver = wa_pa0105-usrid. "<-- change address
    *reclist-receiver = '[email protected]'. "<-- change address
    reclist-rec_type = 'U'.
    append reclist.
    *reclist-receiver = sy-uname. "<-- change internal user
    *reclist-rec_type = 'B'.
    *append reclist.
    Send Message
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
    EXPORTING
    document_data = docdata
    PUT_IN_OUTBOX = 'X'
    IMPORTING
    SENT_TO_ALL =
    NEW_OBJECT_ID =
    tables
    packing_list = objpack
    OBJECT_HEADER = objhead
    *CONTENTS_BIN = objbin
    CONTENTS_TXT = objtxt
    OBJECT_PARA =
    OBJECT_PARB =
    receivers = reclist
    EXCEPTIONS
    TOO_MANY_RECEIVERS = 1
    DOCUMENT_NOT_SENT = 2
    DOCUMENT_TYPE_NOT_EXIST = 3
    OPERATION_NO_AUTHORIZATION = 4
    PARAMETER_ERROR = 5
    X_ERROR = 6
    ENQUEUE_ERROR = 7
    OTHERS = 8
    refresh: objtxt,
             objpack,
             objhead,
             reclist.
    IF sy-subrc <> 0.
    message ID 'SO' TYPE 'S' NUMBER '023'
    with docdata-obj_name.
    ENDIF.
    *write: / 'End of Program'.
    ENDFORM.                    " send_email

  • HP 4500 Envy won't Queue Text Documents of Any Kind (but prints test pages and pictures)

    I have a brand new HP 4500 Envy that was working fine for a few weeks and now won't print text documents of any kind - .txt, .doc, .pdf, you name it. I can print pictures and test pages but that's it. I've already tried the HP Print Doctor, updating the drivers and the like, but none of these solutions work. I need to get this up and running quickly - any suggestions? --- Thanks

    I have the same problem.
    I think that it should be related with Windows 7 SP1.
    I installed on 2 different laptops, one with Windows 7 and one with Windows 8 and there I can print all kind of type documents.
    But on my HP 1120 can I not print any document, only jpeg and scan works.
    And here I have Windows 7 SP.

  • How can I digitalize a document text in PDF and export it to WORD?

    Anthony
    How can I digitalize a document text in PDF and export it to WORD?

    If you already have a PDF document, ExportPDF can help you with this task. https://www.acrobat.com/exportpdf/en/convert-pdf-to-word.html
    On the other hand, if you have a physical document, you'll need to scan it into a PDF document first.
    Depending on what you need to do you may require different tools & services, so please help us out with more details.
    Vlad

  • How do I remove a green background from a pdf text document?

    I posted this question yesterday and received one reply.  I wanted to respond to the reply, but couldn't find a link or "button" to click on that would enable me to do that, so I'm doing it here.  As I'm new to this site, please advise me where the link is, if there is one. 
    Please correct me if I'm wrong, but I thought that PDF was proprietary, with one "owner" and that PDF was PDF, so it didn't matter what program you had on your computer because PDF was universal.  Second, when I googled Nuance pdf, I was directed to this site, specifically the "Create, Edit and Export PDF's" section.  Third, I also have Adobe Acrobat with pdf and a bunch ofother Adobe products on my computer.  So, that brings me back to my original question,  how do I get rid of a green background on a pdf text document, so I don't use up all my ink when I print it.  Thanks for your patience and help.

    I still use Office 2008 but have not encountered that issue. However, as Office is not an Apple product, I strongly recommend asking in the Microsoft Office:Mac forums here:
    Office for Mac
    Everyone there is a Mac user AND an Office user, something you can't say about Apple's forums. You will get the fastest help there and I think you will find the contributors more than helpful.

  • How can I export a PDF form and the filled in fields to a text document?

    OK, so I have a situation.  I need people to be able to open a reader-enabled PDF form, fill out the form fields, and then export the filled-out PDF form to a basic text document.  This seems easy since Adobe Reader can save to text.  The problem is, the answers in the form fields do not show in the text file!  Each radio button shows as yes and no, and there is no indication in the text file which one was selected.  In addition, the form fields are not exported next to the questions on the form.  I tried flattening the form in Adobe pro, and that did not work either.
    How can I create a fillable form for Adobe Reader, and then let the user export their answers AND the questions on the form to plain text?

    OK, so I tried this as a starting point, and assigned it to a button on page 3 of the form.
    p=0;
    console.show();
    console.clear();
    for (var j = 0; j < this.getPageNumWords(p);j++) {
          var word = this.getPageNthWord(p,j,false);
          console.println(word);
    This gives me all the words on the first page not in fields, and each word goes on a separate line.  Now, characters in the document such as "&" or ")" cause the rest of the word to go on the next line down.
    Next, I tried this:
    console.show();
    console.clear();
    for (var j = 0; j < this.getPageNthWord(j);j++)
          var word = this.getPageNthWord(j,false);
          console.println(word);
    This only gives me the first word on page 3, the page the button is placed?
    What I need to do is run the code and place words on one line until the code hits a keyword "var cKeyWord1 = “Key1” for example?, then insert the value of field one, Start a new line in the console, restart the code where it left off until it hits the next key word "var cKeyWord2 = “Key2”, insert the value of field two, add a new line, and on and on.
    Is this possible?

  • Hi, i'm new in my macbook air! i miss deleted my external hard disk few day ago and i had spend 45GBP to recovery the data! but the problem now is the text document is locked i not even can read and open the document! any solution??? urgent

    hi, i'm new in macbook air, i was miss formatted and delete all my data on my external hard disk (pic, microsoft office document and etc). i spend 45gbp to install the software fianlly recovery all the data! but why my text document can't open and read?? what's is the problem?? because i'm still a student i hv alot of assignment file cant be read and open but nect week is the deadline of submission and i have no back up of all document. So any useful suggetion solution?? i've try the way alt+command+i to unlock but it doesn't work!! help! URGENT

    when i open the file it appear some digits and word tat i couldn't understand. and the tool bar stated "Locked"
    example: 422583321135679999=@ABBCCEEFGHIKJHMIFFFHFHDCEGFFBI\cb[C?@<=>=;;;<;>>>?<>B@>?==< =>?>@A?>?@<==<;:::899:89>:9;99;9:;<;66988;359<==9987789:8::9;>>=799<>:88856::;<: 99====<::98988;;96677998887866:89::;99647878665797698899;8466646763/121120+031/1 2/.1.,.0//.+/,+.0220/0.-/21-++--1---+-.+-.--/=Pdoxx
    the digits and words tat appear on my document!
    i used MiniTool Mac data to recovery! actually b4 tat i'm using hp computer and i saved all my files in my external hard disk. When i using mac i installed the NTFS-3G but it still cant read my external hard disk and i miss deleted and formatted all the data in my external hard disk. after tat my friends suggest me to purchased the software to recover all the data,finally i got all my photo back except my microsoft office files.
    i purchased miscrosoft office software for my mac yesterday but the files still cant be read and couldnt recover back the document tat i saved! i was upset to spent alot of money but still cant get my document back!!

  • Search text in PDF and MS Word document

    Can any body tell me how search text in PDF and MS Word document through Java code, any body has code or any suggestion to give
    Thank You
    Adnan

    Can any body tell me how search text in PDF
    and MS Word document through Java code, any
    body has code or any suggestion to giveYes.
    First, you need to work out how to read each document type from Java.
    E.g, for MS Word you could use Apache Jakarta POI - HWPF: http://jakarta.apache.org/poi/hwpf/index.html
    Then, you use Apache Lucene to index and search.
    See http://lucene.apache.org/java/docs/index.html
    ~D

  • Create a pdf document with an expiration date.

    as I can do to make the pdf document has an expiration date, starting from the date in which it has fallen.

    Actually, it can be done with JS, but it is far from a secure solution and there are various ways a user can get around it (download a new copy of the file, disable JS entirely, change their local time, etc.), so yes, for a real solution you'll need to use DRM technology.

  • I have text documents in my email folders which I can't open.They are PDF files and Open Office files.How do I open these documents or type additional text documents?

    I have text documents in my email folders which I can't open. They are PDF files and Open Office documents. How do I open these documents?

    These are the "out of the box" file formats that you can view on the iPad as mail attachments. If the file is not listed here, you cannot view it without a compatible third party app. What is the file extension?
    Viewable document types: .jpg, .tiff, .gif (images); .doc and .docx (Microsoft Word); .htm and .html (web pages); .key (Keynote); .numbers (Numbers); .pages (Pages); .pdf (Preview and Adobe Acrobat); .ppt and .pptx (Microsoft PowerPoint); .txt (text); .rtf (rich text format); .vcf (contact information); .xls and .xlsx (Microsoft Excel)

  • Troubles with printing text document exported to pdf (edited)

    Hello, I've exported a text document from pages to pdf.  When I open it with adobe reader everything it's ok.
    But when then I try to print the pdf file a small dots grid on the background appears on the paper sheets. Can someone tell me what can I do to make the grid disappear?

    Try Print as Image (Advanced button on Print panel).

  • PDF Scanned in a PDF Text document?

    How can I convert a PDF Scanned file in a PDF text document??
    Regards

    Unfortunately, you cannot change a scan into live text using Adobe Reader. At a minimum you would need Adobe Acrobat to run what's called Optical Character Recognition.
    What I've recommended to people in the past is to use the drawing markup tools to draw boxes around the text they want highlighted then play around with the fill color of the box until they get something close to what they want.

  • Storing Outgoing Documents for scriptform as PDF

    We use archive parameter to transpot scriptform to PDF. We display Chineses characters in the script form. But when I opened form, the Chinese Characters do not display correctly. I try to preview the form in foreground, it display correctly.
    So I am thinking it is caused by some printing configuration settings, such as character set. But I am not very sure about this.
    Now I have this question, archiving script form into PDF, which is called Storing Outgoing Documents?, maybe have sth to do with printer setting.

    I found the solution, it is to maintain the language set.

Maybe you are looking for

  • I just got a new system for my Mac OS and the internet sharing is not working.

    The "Sharing" in the System Preferences looks way different and has screen charing, scanner sharing, remote login, remote management, remote apple events, and bluetooth sharing with checks near it. I once connected to my laptop, but it said something

  • How do you make iTunes U stop crashing on iPad?

    iTunes U worked perfectly when it was part of iTunes. Now that it's a separate app it crashes every 90 seconds or so. I've tried everything including uninstalling and reinstalling, closing all open apps, and purchasing and running a memory management

  • Will system 7.1 run on Powerbook 520c?

    I am thinking about buying a used working powerbook 520c which uses system 7.1.1. I have disks for 7.1 and need to know if those will work on the powerbook since 7.1.1 can't be downloaded from apple. I do not have an external cd-rom to install 7.5 on

  • I am having problems updating my iPhoto on my MacBook Air, please help?

    I started to update iPhoto on my MacBook Air, but I had bad wifi at home so I paused it. But now that I have good and fast wifi, I press Resume and it asks for my apple ID, so I put it, but then it says that the connection failed, can someone please

  • How do I run 2 or more VIs simultaneously?

    Hi. I'm trying to create an application, where I need two or more VIs running at the same time. My problem is that when I call a subVi, my main VI is frozen until the subVI finishes. Does anyone know how to programmatically call/open/run a VI or subV