Beiträge von mdgodfrey

    I am trying to discover how I can double click on a thumbnail and have the thumbnail view then expand to show just the page that I clicked.

    So to try to clarify:
    1 - WPViewPDF is in Thumbnail mode on just 1 page. Not a page with the Thumbnails on the left.
    2- When a double click a single thumbnail I want to leave thumbnail mode and display the page that was double clicked.

    Thanks

    When converting a TwpRichText doc to PDF via WPPDFExport I have some computers that lose the hyperlinks in the resulting PDF. (The text is underlined like it is a hyperlink but the actual link data is gone)
    So same version of the software with different computers give different results. The only controlling property that seems to be relating is under options and I have: [wpCreateAutolinks]

    Any thoughts on where else I can look to fix this issue?
    Can the version of Adobe installed influence the result?

    I am having problems recompiling the Ver 4 D2007 package.
    I am changing the wpinc.inc to allow for reported and pdf.

    The compile has several problems.
    1. Other .inc files are not in the directory (i.e. wpdf_inc.inc & wpmsg.inc}
    2. After copying those files from the D7 directory I noticed that the wpinc.inc doesn't have a { Delphi 2007} at all.
    3. When compiling I finally get stuck on the line:
    {$IFDEF DELPHI6ANDUP}
    if FMemo.fsMemoryFormat = fmRichTextUnicode then
    fXML.UTF8 := TRUE;
    {$ENDIF}
    with this error:
    [DCC Error] WPXmlFile.pas(204): E2003 Undeclared identifier: 'UTF8'

    Please tell me how I can proceed.

    Thanks