problem with CF 9 to reduce uploaded a PDF file in an Oracle 11 g db as BLOB

We have a Coldfusion application that lets users submit a form to us and attach a PDF file.  The data is written to an Oracle database and PDF is convereted in a BLOB using cffile action and a cfquery (code below), we applied the latest patch CF 9 when it came out in February 2013, and we have improved our database Oracle 11.2.0.1 to 11.2.03 beginning of March; at the same time, we moved to a Parallels Virtuozzo Containers virtual server for a VMWare virtual server.  Operating system on the database server is Windows 2008, on the web server, it is Windows 2003 R2.

Some time after the passage of Oracle & update, we noticed that many PDFs being presented through the web application are being corrupt.  The message from Adobe Acrobat only said: ' there was an error opening this document.  The file is damaged and cannot be repaired. »

What I did to try to debug this:

Check the size of my BLOB on Oracle - the maximum size is 119 TB and PDF files are usually less than 200 KB, then there should be pleanty of room for them.

Updated the maximum size of post data to 500 000 MB and the memory of gas demand to 750,000.  The patch of February had developed these smaller numbers, but making them bigger has not fixed the problem.

Looked at various CF newspapers, there is nothing to be reported as an error on the presentation of the data, or when the link that gets the PDF of Oracle and displays it.

The code to write the PDF file in a temp on my Web server - I'm able to see if the problem occurs somewhere between write it to the Web server, inserting in Oracle as a BLOB and recovering in the database.

Looked at the BLOB field in Oracle table using PL/SQL Developer (an application to work with Oracle tables WYSIWYG).  I see that there is data in BLOBs that are not displayed on the web, so at least I know that something is getting into Oracle, but I do not know if it is corrupted in the table.

I don't know what to do about the problem.  Any help would be appreciated.  Here is the code used to send the PDF file and the code to see.

Thank you very much!

Christina

------------------------------------------  rr.add.cfm

< cfif QNE isDefined ("FileName1") and trim(#FileName1#) "" > "".

< cftry >

<!-Download the file to a folder on the Web server and off the root web.-->

< cffile action = "upload".

FileField = "file1".

destination = "C:\temp\.

nameconflict = "makeunique".

accept = ' application/octet-stream, application/pdf' >

<!-the file is located on the web server now. Read like a binary file and put the result in the variable file_blob ColdFusion->

< cffile action = "readbinary".

file = "C:\temp\#cffile.serverFile#".

variable = "file_blob" >

<!-insert the ColdFusion variable file_blob in the table, making sure to select cf_sql_blob as the sql type. ->

"< name cfquery ="q"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

insert into spoc_attachments)

NUMERO_FICHIER, ATTACH_ID, ATTACHMENT, ATTACH_TITLE

)

VALUES)

#FileNumber #.

1,

< cfqueryparam

value = "" #file_blob # ""

cfsqltype = "cf_sql_blob" >.

Trim('#FileTitle1#')

)

< / cfquery >

< cfcatch type = "application" >

Error loading file 1

< / cfcatch >

< / cftry >

< / cfif >

------------------------------------------  rr.check.cfm

< cfoutput >

< td > < cfif HERE. GE 1 RecordCount > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 1" target = "_blank" > #ai1.attach_title # < /a > < / cfif > < cfif HERE. RecordCount GE 2 > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 2" target = "_blank" > #ai2.attach_title # < /a > < / cfif > < cfif HERE. RecordCount GE 3 > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & AI = 3" target = "_blank" > #ai3.attach_title # < /a > < / cfif > < cfif HERE. GE 4 RecordCount > < a href = "rr.attachments.cfm? fn = < cfoutput #fn # > < / cfoutput > & ai = 4" target = "_blank" > #ai4.attach_title # < /a > < / cfif > < table >

< / cfoutput >

-rr.attachments.cfm

< cfif not isDefined ("ag") >

"< name cfquery ="q1"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

SELECT an attachment

OF spoc_attachments

where numero_fichier = #fn # and attach_id = 1

< / cfquery >

"< name cfquery ="q2"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

SELECT an attachment

OF spoc_attachments

where numero_fichier = #fn # and attach_id = 2

< / cfquery >

"< name cfquery ="q3"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

SELECT an attachment

OF spoc_attachments

where numero_fichier = #fn # and attach_id = 3

< / cfquery >

"< name cfquery ="T4"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

SELECT an attachment

OF spoc_attachments

where numero_fichier = #fn # and attach_id = 4

< / cfquery >

< cfif AI EQ 1 >

< cfcontent

Type = "application/pdf".

variable = "#Q1." Attachment #">"

< cfelseif AI EQ 2 >

< cfcontent

Type = "application/pdf".

variable = "#Q2." Attachment #">"

< cfelseif IA EQ 3 >

< cfcontent

Type = "application/pdf".

variable = "#Q3." Attachment #">"

< cfelseif AI EQ 4 >

< cfcontent

Type = "application/pdf".

variable = "#Q4." Attachment #">"

< / cfif >

< cfelse >

"< name cfquery ="ag1"datasource =" "#oracle_db #" username = "#spoc_db #" password = "#spoc_pw #" >

SELECT an attachment

OF spoc_comments

where numero_fichier = #fn # and agency = #ag #.

< / cfquery >

< cfcontent

Type = "application/pdf".

variable = "#AG1." Attachment #">"

< / cfif >

Double check your setting CF data source it is a checkbox to activate the Blobs for most types of DB, Oracle not sure however offshore off the top of my head. If the box is not checked then it can truncate the data leading to corrupted files.

Tags: ColdFusion

Similar Questions

  • Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    Hi, I have a problem with the import of the 4000 SJCAM MOV files. MOV files are in formats supported for Adobe Premiere elements 11. But if I am importing of MOV file, only audio part is imported, part video is not imported. How can I solve this problem?

    haben

    Looking at the specs of your camera (SJCam 4000), we already know what video compression your camera uses. It is H.264.

    A H.264.mov file should be accompanied by a first elements 11. On what computer operating system is your first items 11 running?

    You have the latest version of QuickTime installed on your computer? And, you use QuickTime and first of 11 elements of a

    Account user with administrative privileges? Please go to Premiere elements 11 publish + share/computer/QuickTime to confirm that you will find

    presets it to the choice of QuickTime, it.

    What are the properties of these files H.264.mov - is it 1080 p (1920 x 1080 p 30) 30 or something else? Do you know if this device is registering with a variable or

    a constant rate?

    Please check and review and then we'll decide what next.

    Thank you.

    RTA

  • I can't upload a pdf file to the cloud. Is it because I have attatched pictures?

    I can't upload a pdf file to the cloud. Is it because I have attatched pictures?

    Hi paulm41650183,

    You may consult the following link:

    Cannot download file

    Could you please let me know what happens when you try to download the pdf file in the cloud?

    Have you tried to download another pdf file?

    Thank you

    Shivam

  • Problems with the 'Association' in Windows 7 64 bit file

    Even if I am able to go through the 'normal' process to associate a program with an extension, it does not work.  After having completed steps browse and selecting the program it brings back me to the "Open with" window  The program I selected does not appear in the "Open with" window and it seems that he ignores me everything simply.

    I also tried the 'Default programs' route but wind upwards in the same window 'Open with' which ignores me.

    Suggestions?

    -----------------------
    [EDIT]
    (1) I realized that this probably isn't a forum appropriate for this question so feel free to ignore!
    (2) I also realized that this may be a problem with associating extensions with non-64-bit programs and seems to be a non-issue if trying to associate with a 64-bit program... go figure.

    After playing a lil, I think that I figured it... [for me at least...]

    The program you are pointing to is not saved correctly.
    In regedit: go to Computer\HKEY_CLASSES_ROOT\Applications and find your .exe name.
    Sail under its name of shell > open > order. In the default change its location to the actual location of the executable file, press OK and then try and reassociate the file type as you normally would.
    Let me know if this doesn't seem to work.
  • Problem with the signature of the CPR and RRT files

    Hello ppl! I am new to SDK WebWorks and signing tool so I need help with signing. I designed a HTML and CSS + Javascript Web site and I want to convert in application of BB via BlackBerry WebWorks packer. Applications well Gryson is fine but I have the problem with signature keys. I filled out the form for the keys, all is made well and RIM me has sent back the RBB, CPR, csi RRT files. Now, I typed in the command prompt: java-jar \client-RBB-***.csi SignatureTool [path] and he asked me to give a password for Key.I private did and then I registered it. Everything that does well also. The problem now is when I'm trying to do the same for the CPR and he wonder pine and Private Key Password.I entered them correctly and he said that I supplied a bad password. Where is the problem? I did something wrong?

    * P.S. Private Key Password is the one I typed when it was asked to create and confirm the password when I tried to register the right of csi RBB

    Thanks in advance

    Konstantino

    Hello rmasroor,

    Thanks for your reply and your interest.

    I'm fine and hope you are too. Problem no longer exists. Sorry that I didn't write to the topic, but now is fixed. The problem is that I probably forgot my password private, so I asked RIM to send me other keys. Now, I've been more careful with the procedure, and all were very good.

    Please update this topic as fixed or solved.

    Sincerely,

    Konstantinos

  • Problem with Windows Media Player: "Server execution failed" and "files needed to display video are not installed or do not work properly.

    I have a problem with Windows Media Player on laptop Lenovo G780. My laptop is under warranty (bought a month ago), but technical support Lenovo told me that the Windows Media Player program is not covered by the warranty.

    And this is a problem:

    When I click on Windows Media Player - to about 0.1 sec I see it opens and closes the window and nothing happens.

    When I select a mp3 or wmv file and right-click with the option open with Windows Media Player - I get a message: "Server execution failed" - I checked that all services with 'Media' in the name are running.

    When I select a mp3 or wmv file and right-click with the open option with Windows Media Center - Windows Media Center opens with the message: "the files needed to display video are not installed or do not work properly.

    When I select a file mp3 or wmv and right-click with option open with Windows Movie Maker life - see the video

    I tried to turn / WMP and WMC - did not help
    Tried to run as administrator - did not help
    I don't see something suspicious under events

    What can I do else?

    Thank you

    Zarek

    I had the same problem and then by chance, I tried a video on YouTube and it worked for me. Here's how I went on this issue and solved my problem:

    1. go to the computer, then OS (C).
    2. you will need to open Program Files (x 86) and Program Files.
    3. go to Windows Media Player in Program Files (x 86) and open the folder.  Then, remove the wmplayer file.  You may need to work around the error TrustedInstaller.  I'll tell you that, in a moment.
    4. in Program Files, go to the same folder for Windows Media Player and select the same file again. Wmplayer.  Copy the file in another window open.  Copy ensures that if the question comes up again you can at least try to fix it again.
    This should be the end of your problem.  If you need to circumvent the TrustedInstaller question is how:
    1. right click on wmplayer and select Properties > Security > advanced > owner > Edit > other users and groups.
    2. Enter your username and then click on check names.  Click OK.
    3. close the dialog boxes as he has requested.
    4. open again the properties and click Security.  Select your username from the list and click on edit.  From there, select full control.
    This should give you full control over the removal of the original file for WMP and easily allow you to copy the other files (x 86) programs.
    Please let me know how it goes for your problem.
  • I have a problem with the computer is slow and does not file.

    1 of my pc and 1 another laptop, both with same OS - win 7 starter, atom and same ram and Ghz processor.

    The the Task Manager on the two of them performing at about 50%
    I use wifi and same place,
    always pages on my pc are load too late, manyatimes same gmail takes more than an hour to load or load never at all.
    Live TV on my pc crashes a lot and the clarity of the video is too bad, although the same graphics card, wifi, etc. are used.
    Any recommendation to get rid of these problems?
    2. some viruses had infected my pc,
    I tried to scan my pc and the USB with 2 antivirus free and pay different and even contacted the companies and sent them files. But I got no solution.
    On my pc, the files opens, show that a few errors before you open it then on my cell it do not open at all. Only shortcuts are displayed, while the USB is to have 4 GB of data.
    The companies had scanned all files that are intended for them and had recommended some solutions, but none of them worked and I was faced with the same problems.
    It was queries that I had sent to the antivirus company-
    10-20-bitdefender files that are
    > infected. They were initially on my USB, then I connected to another
    > pc. After that, when I connected to my pc, I scanned and that she was
    > no virus. Then the ameliiecouturiaux and the files whatever i seclect opened in a
    > new window and took that wasannoying time. So I copied all the files to my
    > pc, yet once scanned, formatted my USB and then comes the againNow copiedit the
    > problem - all the icons or folders remain the same with the name of the folders but
    > the files inside this foldergot automatically changed and I lost all my
    > data. Now, I can't find any of my files on my pc or my USB. PL send me
    > an email so that I canattach the files and send them to bitdefender. Dungeon of pl
    > secure these files. Some files have an another new error that I had
    > downloaded. More files will be downloaded once I have bitdefender recieveemail to

    > that I can answer. PL copy this message in its entirety and add this to your answer.
    According to my knowledge, 2 of my PC are infected and the virus are not getting detected by bitdefender on my PC1 but 4 threats have been detected on the laptop...
    The same files are include the other way on my other pc.
    Whenever I open the files, save option opens and a new file is saved with the file tha but they never get to open in word or powerpoint, only the backup option is displayed.
    The original files are protected by copyright and are lost. PL help me if possible to retrieve and delete all the files once the inspection is completed. You can forward this message to any authorized person.
    Attached files have changed to 1 or 2 k, but there was initially datas in a few MBs.
    201310131003535. I mentioned that somewhere I had formatted the USB key. Just before that, I had copied all files by selecting CTRL A and cut all the files in a directory on my PC. Then I opened the USB and no files were there. But always around 4 GB has been shown as being busy on the USB stick before formatting.
    My pc takes too long to restart, I tried a few 3 - 4 times and no updates have been installed or waiting to install after the 2nd time but when even he took more time than usual to restart and is compared to the other pc taking 2 X the time to restart, but two of them have installed bitdefender. Problem in my laptop toshiba, not pc lenovo, space time with more than 50 percent on the disk processor and Atom c.
    The files on my USB key are automatically replaced by shortcuts and so files open in a new tab and new cases opened are not those of origin who have been saved by me in this matter. Yet once I formatted and scanned, files, pc and USB but still facing the same USB key.
    Problems-
    1. all files are automatically displayed as shortcuts, even if I had pasted the original file
    2. once I click on open, I get an error and then after clicking on ok, some files get opened
    Before sending the email, I had formatted the USB scanned files on my HARD drive and then copied on the USB. The same problem persists. I think that when the files are displayed or open, the virus does something and change his behavior wrongly.
    1 bitdefender watch as new bitdefender is available, I click ok and repair wire starts and then it tells the system to restart.this cycle continues on the race

    2. 2 files are missing (attachment)
    3. could you send me the file by e-mail?  You can also download the link below.

    http://labs.BitDefender.com/

    because the webste or browsers (chrome, firefox) are not respongding.
    4. I could get these 2 points. Browse your computer to locate the removable storage device and right click
    its icon.
    3. in the shortcut menu, point to Bitdefender and select immunize it

    drive.
    I am able to open my pendrive ffrom on 1 pc but on my laptop, all the files don't appear as shortcuts 1-2 KB and can not access.

    zwhwenever, I click the icon, the window save under opens for all files.
    on this pci usingbitdefender antivirus am more 2013 16.34.0.1913 downloaded from download.com and the antivirus from bitdefender 60 seconds. 1.0.3.59
    my pc shows the USB key as safe, but laptop with 2 antivirus mentioned above are showing 2 virus - worm.vbs.ch (bitdefender 2013)
    using bitdefendr 2013 more on laptop, I tried to immunize the file but an error was encountered.
    the error is in German-
    Der process nicht auf die Datei zugreifen kann, da sie von einem other process verwendet wird. I closed all the files and tried to immunize the USB of the my computer without having to open the USB by clicking on it.
    Itried to remoe and atach the pendriveagain and even restarted the laptop, but the same error message appeared.
    Properties - 5.10 GB ref 7.89 GB, but when the USB wasopened, all files were only 2 or 3 KB of size.
    1 more problem-i tried to delete the files in quarantine but bitdefender stopped working and went off automatically.
    I copied all the files from USB to pc, they were 2.22 GB, then again, I copied them back after scannig and formatting of topendrive and it was only 1.44 GB
    BitDefender Antivirus 2013 never works and always displays the message to restart the laptop so that it can start working, but it neverstarts. But bitdefendeer 60 seconds work.

    LOL - install software Registry Cleaner to fix damaged or broken registry entries.

    More likely to worsen the situation.

  • Problems with speed reading (too fast) in Premiere Pro (files imported from Nikon D4S and D810)

    Hello. I installed first Pro CC and I imported video files of my cameras Nikon D4s and D810. During playback, the speed is too fast, and I don't understand a word because of the speed. Why is this? The program misinterprets the fps rate? I tried to change the speed with SHIFT + j or l, but speed of basis for the clips are simply not true. Someone at - it advice for a frustrated new user of this program? It wasn't a problem with Premiere Elements or Finalcut.

    and look in the settings of the audio hardware of first

  • Out problems with the purpose of transparency on the PDF and JPG - CS4

    I have a problem, save PDF to a file that has a square of 100% black CMYK with blur effect and it has an effect of multiplication on a gray white/blue rectangle. I wanted a simulation of the simple, similar shade that I use sometimes with white gradient / black + multiply.

    But, as I saw it in many other versions of this ad, that I'm working on them objects of white or white/gray gradient (rectangles, text) simply disappear on the PDF output. Sometimes it disappears entirely, other they appear incomplete by the measurement of the object "multiplied" above him.

    I have this problem also sometimes in transparency the value multiply on back/white gradient in a light background.

    -Pixelate effects are set at 300 DPI

    -Document color setings are CMYK

    -All the black or white in this case are 100 %K or 0 %K on CMYK

    -Illustrator CS4

    Here's a curios thing: when a white game on CMYK not 0.0.0.0, but 1.1.1.1 the problem disappear! As it does if my black is 100.100.100.100.

    But, of course, I have my file to an output log and want to go to the right, with my 100% black for the record on the right.

    I tried:

    -All mentioned pixelation in Illustrator and then saving a PDF file

    -Export directly from Illustrator

    -Flatten the layers and save as PDF

    -Record in EPS (CS2) and then the distillation on PDF 6.0

    -Import of AI on Photoshop and then saving a JPG file - it worked, but I want a PDF file for a better quality of text

    Anyone?

    Try to turn on/off the preview overprinting mode > overview of overprinting in the illustrator file. The Illustrator file looks like the PDF file when you turn on preview overprinting? If this is the case, you will need to correct overprinting objects so that they will knock out.

  • problem with ghostscript ["Distill" did not produce the output file]

    Hello

    We try to convert the files to PDF using ghostscript.
    The steps that I followed by installing the Distiller

    First, I installed gs8.64 and configure distiller
    Refinery engine server-> Conversion Settings-> third-party Application-> Distiller Settings-> options->
    Use GhostScript and the path to install dierctory under C:/Program Files/gs/gs8.64/
    Installed according to the pdf printer
    Conversion-> primary redention web settings-> convert to PDF using third-party applications

    Server details:
    CS: 10gr 3
    Ghost script 8.64

    Please find details of newspapers below

    Error log...
    Copy c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Get exclusive access to c:/ucm/server2/vault/~convert/idc/2/temp.ps
    Waiting to distill
    Look for the c:/ucm/server2/vault/~convert/idc/2/temp.pdf file does not have
    "Distill" did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf '.
    Exception type is "java.lang.Throwable". Details
    An error has occurred. The stack trace below shows more information.

    ! $Copying c:/ucm/server2/vault/~convert/idc/2/2.txt to c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > waiting for exclusive access on c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > obtained exclusive on c:/ucm/server2/vault/~convert/idc/2/temp.ps < br > access pending on distilled < br > check for the c:/ucm/server2/vault/~convert/idc/2/temp.pdf file has no < br > 'distilling '. did not produce the output file 'c:/ucm/server2/vault/~convert/idc/2/temp.pdf '. < br >! syExceptionType, java.lang.Throwable
    java.lang.Throwable
    at intradoc.common.IdcLogWriter.doMessageAppend (unknown Source)
    at intradoc.common.Log.addMessage (unknown Source)
    at intradoc.common.Log.errorEx2 (unknown Source)
    at intradoc.common.Log.errorEx (unknown Source)
    at docrefinery.agent.Logger.logError(Logger.java:138)
    at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:140)
    at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
    at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
    at docrefinery.convert.ConversionDriver.processSubConversion(ConversionDriver.java:165)
    at docrefinery.convert.StepHandler.executeStepByName(StepHandler.java:109)
    at docrefinery.convert.ConversionDriver.processSteps(ConversionDriver.java:231)
    at docrefinery.convert.ConversionDriver.convertDocument(ConversionDriver.java:144)
    at docrefinery.queue.PreConvertedRefineryQueueMonitor.handleCurrentQueueItem(PreConvertedRefineryQueueMonitor.java:204)
    at docrefinery.queue.PreConvertedRefineryQueueMonitor.monitorRefineryPreConverterQueue(PreConvertedRefineryQueueMonitor.java:125)
    to docrefinery.queue.PreConvertedRefineryQueueMonitor$ 1.run(PreConvertedRefineryQueueMonitor.java:93)
    at java.lang.Thread.run(Thread.java:595)

    Conversion completed - step PostscriptToPDF forced conversion conversion due to the error engine failure: 'Distil' did not produce the output file 'c:/ucm/server2/vault/~convert/idc/8/temp.pdf '. ». Exception type is "java.lang.Throwable".


    Please suggest me where I'm wrong...

    Thanks in advance,

    Prasad V.

    Hello

    This pf ghostscript version has some problems with conversions and I saw what happens sometimes. I recommend you go to 8.63 if available and the restest to see if the conversion fails

    Thank you
    Srinath

  • Reduce volume of PDF file?

    I'm almost embarrassed this issue on the ground that I reduced the size of PDF files well before without problem, but this one intrigued.

    Location:

    I was sent a PDF file and I have no access to the original files. Size 254 x 190mm, 14 pages = the file size of 8 MB. I'm fairly certain that it was created in Powerpoint with great all of the images, texts, and gradients. Use of space audit shows "Flow content" @ 91.63%.

    I need to reduce the size of the file to the host on a Web site.

    What I've tried so far:

    1. PDF in Acrobat 9 Pro (Mac) optimizer. Downsample to 98 ppi color images, no fonts in the file, [low resolution] transparency, throw [checked everything] objects, ignore the user data [checked] and clean [checked].

    Result: size of the same file or similar

    2 register under option, export as PDF / X and print to PDF under OS / X.

    Result: size of the same file or similar

    3 InDesign editing document import PDF pages and create new images of the size / maximum of the smaller PDF.

    Result: larger file size

    My next plan is to open each page in Illustrator and try to optimize individually but before I embark on this journey, I wonder if anyone has a quick fix I should try first.

    Any ideas? I would be very grateful for the suggestions.

    The excessive content stream are objects such as vector data that cannot be sous-echantillonnees. The best approach may be to convert from jpeg to pdf, if you reaally need smaller files.

    See you soon,.

    Dayle

  • my new computer with windows 8 will not print my pdf files, print everything well.

    I have a new computer HP running windows 8. my printer works fine except when I want to print a pdf file. If I install the printer drivers, it erases all my Outlook folders.
     
    I'm so close pitch on this windows 8.
     
    Linda Hewett

    Got it to work.  I discovered that the updates have been downloaded, but the computer needed to restart to get them set up.  PDF does not open until this happened.  By chance, I noticed a message that says my computer will re-start in two days to config updates.  I chose restart and it took 40 minutes for an update installation and config.  Fingers crossed I checked my pdf and they ran.  problem solved.

  • How to reduce my dc pdf file adobe reader?

    7. can someone please help I have Adobe reader for MS windows 10 and I need to shrink a pdf file which is 7.7 mg to 3 mg... . How do I shrink?

    Hi williamm1976041 ,

    Please refer to this article to learn how you can save the file by reducing its file size in Acrobat Pro ms (this is not available for Acrobat Reader DC) (key word - reduce the size of the file by saving):- Save a PDF in Adobe Acrobat CD and CD player

    Let me know how it goes.

    Kind regards

    Christian

  • If an illustrator file has links with spot colors, how can I create PDF files with process colors?

    My file has shades of tones that came with the linked logo, I could not find a way to convert those shades of colors quadri.

    I need to send PDF on a printer with only process colors, I know that the printer can choose to convert spot colors to process when printing with printer within Acrobat Panel, but since we do not print, we need to send files to print ready with process colors only.

    Is there a way or a script to make PDF file generated from Illustrator with process colors only?

    You could try object > flatten transparency and clear colors to preserve overprints and Spot.

    I set the preset high resolution and turn on the preview to see if something dramatic is going to happen.

    After that, you can check the file of color dot in the separations Preview Panel.

  • ¿Dear sirs, I can create with 'Photoshop Elements 12', a multi-page PDF file? I can create a file 'pdf', but not several pages. Thank you

    Gentlemen of ¿Dear,

    I can create a multi-page PDF file with 'Photoshop Elements 12'?

    I can create a file 'pdf', but not several pages.

    Thank you

    Valentin Uriarte

    Unfortunately, the last few versions of PES are much less talented to work with multi-page files, and you can do this in PSE 12.

Maybe you are looking for