Thumbnail from PDF is always blank

Tearing my hair out over this.
I generate PDF's from a Fujitsu scanner and need to generate png graphics of each page pair (1-2,3-4,5-6 etc) from multi-page document. If I try to generate the thumbnails directly from the document, <CFPDF action="thumbnail" pages="1-2"...> CF fails to generate anything. If I use <CFPDF action="Merge" pages="1-2"....> to generate the page pairs in PDF and then try to generate the thumbnails from the PDF page pairs, the PNG files are generated, but are blank.
Below is dump of original scanned PDF info:
struct
Application
FUJITSU fi-6130dj
Author
[empty string]
CenterWindowOnScreen
[empty string]
ChangingDocument
Allowed
Commenting
Allowed
ContentExtraction
Allowed
CopyContent
Allowed
Created
D:20100304112505-06'00'
DocumentAssembly
Allowed
Encryption
No Security
FilePath
d:\websites\Duval\EA\Documents\PAR\1.pdf
FillingForm
Allowed
FitToWindow
[empty string]
HideMenubar
[empty string]
HideToolbar
[empty string]
HideWindowUI
[empty string]
Keywords
[empty string]
Language
[empty string]
Modified
D:20100304112551-06'00'
PageLayout
SinglePage
Printing
Allowed
Producer
PDFScanLib v1.2.2 in Adobe Acrobat 7.1
Properties
[empty string]
Secure
Allowed
ShowDocumentsOption
[empty string]
ShowWindowsOption
[empty string]
Signing
Allowed
Subject
[empty string]
Title
[empty string]
TotalPages
40
Trapped
[empty string]
Version
1.6

Usually that means that you have linked to the logical file rather than the correct one. The actual editor is hidden away in the support files folder. The file at the top level of the PSE 12 folder in Applications is just an alias to the welcome screen. You want to choose this one:

Similar Messages

  • Getting Thumbnails from PDF

    Hello,
    When we use Acrobat Professional to "Create PDF" using "From File" , Acrobat is internally creating the thumbnails for each page and storing these information in one of the layers. I would like to know how to extract those already generated Thumbnail images from PDF using ACrobat SDK.
    Questions:
    1. Is there any mechanism to achieve this using Acrobat SDK?
        Performance is the criteria I am looking for as far as extracting the thumbnails are concerned.As Acrobat has already created the thumbnail data, I would like to reuse/get it which I feel would enhance the performance.
    2. I tried PdPage.CopyToClipbpoard() which would give a thumbnail image but its not matching the performance criteria. In this approach we are re-creating the thumbnails anyway which I would not prefer.
    Please help.
    Thanks
    Praveen

    Your first statement is incorrect.  Acrobat hasn't generated embedded thumbnails of pages since version 6.
    You mention, CopyToClipboard(), which implies to me that you are trying to do this through the COM interfaces - those are going to be slower than working with the plugin interfaces, but plugins require C/C++.  If you do stick with COM, then you should look at the drawing interfaces used by the Static and Active samples in the SDK - those will be much faster than copy to clipboard.

  • Auto create thumbnail from pdf

    Hi all, can anyone assist with writing a script to automatically create thumbnails of a saved PDF and then move that thumbnail onto a NAS SMB shared volume?
    thanks
    KL

    Take advantage of Automator, and create a workflow that prompts you for a PDF, and then generates thumbnail images of that PDF into a Desktop folder. The workflow will overwrite any thumbnail images associated with the PDF, if you rerun it on the same PDF.
    Here is the AppleScript to generate the thumbnail(s) from the PDF, and access the first thumbnail. I am not using a Server here, so that is missing from the AppleScript, but should be a Finder move/copy from your thumbnail folder to the server destination address. The applescript can be saved as an Application on your Desktop.
    set pdfimage to {}
    set workflowpath to "OSXHD:Users:viking:Desktop:pdf2img.workflow"
    set qtdworkflowpath to quoted form of (POSIX path of workflowpath)
    set command to "/usr/bin/automator " & qtdworkflowpath
    set pdfimage to do shell script command
    -- get first thumbnail path
    set thumbnail to (second paragraph of pdfimage as text)
    display dialog thumbnail
    Launch Automator, and choose to make a new workflow. Save this workflow to your Desktop, or anywhere you like. For this example, it is sitting on my Desktop. Build your Automator workflow with the following Library actions:
    Files and Folders - Ask for Finder Items
    PDF - Render PDF Pages as Images
    Files and Folders - Move Finder ItemsI created a new folder on the Desktop to place the generated thumbnails
    Here is what the Automator actions look like in the finished workflow.

  • I installed 9 but in farmville a blank pop up comes up preventing me from playing its always blank and i dont know how to stop it.

    whenever i go to farmville on facebook it allows me to go so far and then i get a blank popup window that wont allow me to continue i tried downloading firefox again, but it still happens. I had firefox before and this didnt happen but now it is. any help on helping me is appreciated.

    Managing Profiles
    http://support.mozilla.com/en-US/kb/Managing-profiles

  • I can no longer print anything except text edit files in firefox. I used to be able to do this. now, when I try to print, when I look at the pdf file version of the page, it is always blank and that is what prints. a blank page

    thats all i can say. used to print in firefox on my imac. haven't been able to do so in months. I can print perfectly in safari so it isn't my printer. I have checked every setting in every system and nothing changes the outcome

    I have firefox v 3.6.12, and i use adobe acrobat x ver.9, when print to pdf from firefox browser, always my windows 7 hang, at top windows (not responding)..and hang, task manager can not help...because hang too....the solusion is restart....please give me solution...trims

  • When I create a PDF from Excel, there are blank cells in Excel document, when they convert to PDF the blank cells have data in them?

    There are cells in the excel document that have formula's in them.  The formulas are pulling data from other blank cells, so that is why they are blank in the formulated cells.  So in Excel, they are just a dash.  When I create the PDF, the document gets opened in Acrobat and the once blank cells have data in them.  Not sure why there is data in those fields on the PDF if its blank on Excel.

    Not really sure that I fixed the problem, but I did find a work around and wanted to post it if someone else runs across the same issue. Apparently the document creator used lots of custom rules and shading. If I pulled up the custom rules and shading palette and just unchecked both the custom ruling and shading boxes, it allowed me to create the print file correctly--the disappearing part numbers were on the new PDF. I didn't have to update the whole book which I didn't want to do because I feared it would mess up the rules and shading. Just unchecking the box before creating the PDF solved that issue for my purposes.

  • Get an off-screen thumbnail from a webpage

    Hello everyone! This is my first post on this forums.
    I'm developing an application to get a thumbnail from a webpage, and save that thumbnail to a file. It has to be a "non-visual", off-screen appllication, because it will run on a machine with no screen. It has to render all, or almost all webpages.
    The thumbnails created by this app will be used on another app which lists links from an user, like it's shown in http://del.icio.us ; what I want is to generate these thumbnails.
    I've previously searched for a solution in this post: http://forum.java.sun.com/thread.jspa?forumID=20&threadID=709683 , it is not exactly what I want. I need a real image to be generated, not only a page preview.
    I've tried to use several java-based projects founded on Internet, but I didn't success because sometimes they render ok the page (using a window), but don't paint ok to file; sometimes they paint ok to file, but doesn't render ok the page (using a window) due to poor support of current HTML and CSS standards, as they are based on JEditorPane or the project is abandoned..
    The best approach I have made is with Flying Saucer (https://xhtmlrenderer.dev.java.net/), it does exactly what I need, it has even a method to do this, but it is very rigid about standards and doesn't render "real world html". Related to this I've tried to get code from page, clean it with tagsoup and then pass the xhtml code parsed to Flying Saucer's renderer, but it still has problems rendering the majority of webpages.
    Any ideas? Anything that can put me in the right direction is welcome.
    Thanks!

    Hello 4fingers, and thank you for your answer and suggestions.
    About the first one, it's a way, I'll annotate it but the goal it's to don't depend on others, this is going to execute on an automatic process, imagine if the service fails for some reason, the service is not available or it has ended...
    About the second one, I knew existence of JRex through my search. I looked for an example and found this web: http://blogs.pathf.com/agileajax/2007/01/how_to_really_d.html , but I didn't even tried it when I read this tips that also are at that web (mainly, #1):
    There are a couple of issues that complicate matters, however:
    1. JRex just won't run in headless mode. You have to have a display. On Linux you could use VNC.
    2. With the complication of classloaders, etc., JRex won't run easily or cleanly in Tomcat, Jetty, etc. Therefore I decided to use a simple embedded web server. This of course has its downsides, as a good servlet container provides you with a number of advantages.
    3. JRex is not a pure HTML renderer -- it is an application, that pops up dialogs, responds to user events, etc. There may be a way to just use it as renderer, but that documentation thing gets in the way again. As it is now, there is no way to tell whether the rendering was successful or whether the JRex component is stuck with a modal dialog telling the nonexistent user that the server was not responding.
    4. JRex is not a real Swing/AWT component. You can't use a Graphics object to paint it to an offscreen image; all you will get is a blank page. We need to capture the part of the screen that corresponds to the browser window. That means that the browser window needs to be on top and of the size you want to image. It also means we need one display per preview server if we want to scale. (On Linux you could scale with multiple servers and multiple X displays such as VNC.)
    5. We can only handle one request at a time per preview server as we only have one screen.
    After that, the example goes into creating a JFrame, showing it on screen...
    I found on my research the #1 with, for example, JDIC Browser, which is easy to deploy but when you render the panel to a buffered image you get a beautiful black screen :D.
    Today I visited Cobra's renderer webpage, http://html.xamjwg.org/cobra.jsp, to see if they had released an update (0.97, also with a browser, "lobobrowser"), and they did, I tried it but it's the same result I got two weeks ago, it paints ok to image, but the page render it's still too bad. They are improving this as they say, so I'll keep an eye on this.
    At least this project. Cobra, and Flying Saucer, aren't dead. If I find any solution I'll post here. And as always, any ideas are welcome.

  • PDF documents are blank but epub documents are not

    Hello All;
    I have an install of ACS 4. Installed on the following.
    Linux version 2.6.28.1-xxxx-std-ipv4-32 ([email protected]) (gcc version 4.3.2 (Debian 4.3.2-1) ) #2 SMP Fri Jan 30 09:55:02 UTC 2009
    I have a production license and I am able to fulfill books - both epub and PDF.
    However, when I attempt to download/view the books in Adobe Digital Editions, the PDF files are blank. I should mention that the PDF files that are blank, are PDFs that I grabbed from public domain sites (archive.org). The epub documents that I grabbed from the same source, work find in Adobe Digital Editions.
    I would also add that the sample books that are included with Adobe Content Server work just fine. So, I am to assume that there is something 'wrong' with the PDFs that I have.
    Anyone see this before? Anyone know where I could look for answers?
    Thanks much.
    Glen

    Digital Editions supports essentially the PDF/A profile (plus some extras see the FAQ at http://www.adobe.com/products/digitaleditions/faq/ for the full list).   The most commonly noticed thing that is missing compared to the current PDF 1.7 spec is JPEG2000 support.
    What happens when you view these files in Digital Editions before your package them?

  • Copying text from PDF to Pages

    I am trying to copy text from a PDF file into Pages, after pasting the copied text into my new Pages document the spacing between most of the text becomes corrupeted,
    for ex.
    "Copying text from PDF to Pages" is imported as "CopyingtextfromPDFtoPages"
    does anyone know how to correct this?
    Imac   Mac OS X (10.4.7)  

    Rishi,
    Welcome to Apple Discussions.
    After reading your post, I tried to duplicate this problem. I opened a PDF, selected a sentence, then copied it to the clipboard. I then opened Pages, selected the blank template, then pasted in the text. It pasted perfectly.
    Does this problem happen with all text in a PDF? With different PDFs?
    -Dennis

  • Converter property editor locale always blank

    While doing the Tutorial 'About Converters' at http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/converters.html
    Specifically while viewing the sample code for "Example Two: Using Converters for Numeric Formatting" I noticed that no matter what I enter for a locale in the converter's property editor in the Java Studio IDE the properties always remains blank in the IDE (and are not set in the constructor either). I'm speaking specifically about the locale. It never gets set for me unless I do it manually in the constructor myself.
    I see from the example code provided for Converter_ex2.zip (http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/converters/Converter_ex2.zip)
    that the value for locale is set in the constructor for Page1.java (code below).
                numberConverter1.setType("currency");
                numberConverter2.setType("currency");
                numberConverter2.setLocale(new java.util.Locale("en", "GB"));
                numberConverter3.setType("currency");
                numberConverter3.setLocale(new java.util.Locale("de", "DE"));
                numberConverter3.setCurrencySymbol("E");   Despite that the code is in the constructor the IDE properties editor for the numberConverter locale is blank.
    Just wondering why the property editor is always blank for the locales? This happen to anybody else?

    Hi,
    I was able to reproduce the behaviour you have described. I have filed a change request on yoru behalf.
    We thank you for your valuable feedback.
    Cheers :-)
    Sun Microsystems

  • In VBRK Table BELNR Field is always blank.

    Hi Gurus,
    In standard SAP table- VBRK BELNR Field (Accounting document number) is always blank even when document is released to accounting. We need to develop one program on the basis of belnr field from VBRK table not sure whether this issue is to be consulted in SD Forum or FI. As VBRK table is SD table...
    I have checked two three SAP client everywhere BELNR field is blank.
    Regards
    Gaurav

    Hi Gaurav,
    It is standard SAP. Refer the note nos - 42269 and 398575.
    Thanks and Regards,
    Anit

  • PDFs are always printed 2 pages per sheet

    My system was reformatted recently and everything had to be reinstalled.
    Acrobat Reader XI (11.0.2) and Acrobat Pro 9 (9.0.0*) are now having problems when printing PDFs: every PDF is always printed at 2 pages per sheet. The resulting 4-point type printouts are not useable.
    Word prints 1 page per sheet.
    I'm not exactly sure where to even start troubleshooting this. Any suggestions would be welcome.
    Thanks in advance!
    *Yes, 9.0.0. When I accepted the last automatic update, Acrobat Pro started crashing on startup. I uninstalled and reinstalled, and am very, very wary about accepting an update right now.

    Well, that was interesting.
    After running the Acrobat Cleaner from the above link, on both Acrobat Pro 9.0 and Reader 11.0.2, it looked like everything was gone.
    However, the company uses CA's IT Client Manager, and its DSM Software Delivery Catalog thinks that Acrobat Pro is still installed. So does Add/Remove Programs.
    Six system reboots and A long call with the help desk later, my case has been escalated to the CA team and we'll see what happens now.
    Reader 11.0.2 is reinstalled, and now? It can't print AT ALL. I get this instead of a printout:
    ERROR: undefined
    OFFENDING COMMAND: Pscript_WinNT_Compat
    STACK:

  • My "Most Visited" Bookmark, stopped updateing, and is always blank?

    Most visited, 1st disappeared from the tool bar. I found answers on how to retrieve that in your help screen. But, before it disappearred, it was always blank, never updated as it had previously. It still doesn't

    Does the Web Console show those error or is that failing as well?
    *Web Developer > Web Console (Shift+Ctrl+K)
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • COPY from PDF-viewer

    Hi. I tried copy some text from PDF file in Adobe Reader, or Foxit Reader, or PDF-Xchange Viewer. And always feature COPY was disabled.
    Why ? On Windows 7 it works.

    not sure how it's working from windows 7, what pdf reader are you using?
    the document is protected from being copied, but looks like its allowed for accessibility copying - not sure what setting that would refer to though
    Regards,
    Denis Cooper
    MCITP EA - MCT
    Help keep the forums tidy, if this has helped please mark it as an answer
    My Blog
    LinkedIn:

  • Thumbnails from deleted photos

    The thumbnails from deleted photos are showing up instead of the correct thumbnails. When I click on the thumbnail, a completely different photo opens. I have emptied my trash.

    Welcome to the Apple Discussions. Sounds like you have a damaged database file in the library. Launch iPhoto with the Command+Option keys depressed and follow the instructions to rebuild the library. Select the first three options.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 6 and 7 libraries and Tiger and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    Note: There now an Automator backup application for iPhoto 5 that will work with Tiger or Leopard.

Maybe you are looking for