<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">I think the issues you mention,
      Richard, are the perhaps mostly new considerations that now have
      to be made when using the character-based tool (Define Output) to
      work more with proportional fonts, graphics, etc.  (Not having a
      WYSIWYG editor.)  <br>
      <br>
      One thing that I have found helpful is that when designing a
      columnar section of a form, if I want proportional fonts as
      headings, I only turn proportion on at the very start of a
      column's heading (turning off immediately afterward).  This keeps
      the heading much more in the ballpark visually (above the data
      below the heading) when looking at the output format in Define
      Output.  (In other words, as much as possible, let the
      non-proportional font govern the space characters in between
      headings.)  I actually do the same for the data below heading, but
      if it is numeric data, I need it to be right-justified, so in that
      case, I usually have the entire data line set for the fixed-width
      Courier.<br>
      <br>
      For page width, it seems that the page must just be sufficiently
      wide to handle text and any graphics (especially line drawing). 
      It's almost like you can't make a form too wide in this scenario;
      but making it to narrow or using too much of the width can result
      in clipping.  <br>
      <br>
      With regard to vertical positioning, I added some print code
      entries to fpml3 for some of that - things like move "1/4 line
      forward and backward and 1 and 2 'points' forward and backward.  I
      also added about 34 print codes for changing font size to cover
      font size changes between 6 point and 30 point.  <br>
      <br>
      One thing that I'll have to submit as an enhancement request is
      for a current minimum "line spacing". For some forms, I've had to
      start each line with a print code to move down 2 points to give
      more space between lines with a small font.  (The default vertical
      line spacing for say a 10pt. font seems to now be 8 lines per
      inch, whereas before I guess the default was always 6 lpi unless
      you changed it.)  So it would be nice if you could set a "minimum
      lpi" setting that would stay and not be breached just from using a
      small font, unless you changed such a setting elsewhere on the
      form.<br>
      <br>
      On 6/13/18 11:16 PM, Richard Kreiss via Filepro-list wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:MWHPR0401MB3628EEF1FFD186027C764693B77D0@MWHPR0401MB3628.namprd04.prod.outlook.com">
      <pre wrap="">There are a number of small issues with the filePro PDF engine.

I have been working on a form  for my community and having to make adjustments to get the output to look like I want it.  Part of the problem is using proportional fonts which make setting the page width difficult.  Also, with the default page size having a 1/2 inch margin, again that make things difficult.  Also, although most measurements are in points (1/72 of an inch), the move to command if used move lines up or down are  in lines not points.  This does make it easy to adjust things up or down, but is not consistent.  However, by using point size, one can make finite adjustments for locations.

I think most of us have run into the situation where the defined page size has little relation to the actual paper size.  If one is using a 12 cpi font, the page width can be wider then when using a 10- CPI font.  As I indicated, using proportional fonts makes this more difficult to calculate.

Richard Kreiss


</pre>
      <blockquote type="cite">
        <pre wrap="">-----Original Message-----
From: Filepro-list [<a class="moz-txt-link-freetext" href="mailto:filepro-list">mailto:filepro-list</a>-
<a class="moz-txt-link-abbreviated" href="mailto:bounces+rkreiss=verizon.net@lists.celestial.com">bounces+rkreiss=verizon.net@lists.celestial.com</a>] On Behalf Of Fairlight via
Filepro-list
Sent: Wednesday, June 13, 2018 4:14 PM
To: <a class="moz-txt-link-abbreviated" href="mailto:filepro-list@lists.celestial.com">filepro-list@lists.celestial.com</a>
Subject: Re: output

Without throwing an error?!  *weary sigh*

That's some awesome sanity checking...

m->

On Wed, Jun 13, 2018 at 03:54:22PM -0400, Bruce Easton via Filepro-list thus
spoke:
</pre>
        <blockquote type="cite">
          <pre wrap="">Yeah - I can't answer for Windows filepro, but the behavior under
Linux might give some clues.  If I omit the path and just try to
output the filename, it writes it to the current working directory.
If it doesn't have permission to write it there, it seems to have
thrown the output away (based on my tests using the find command).

On 6/13/18 3:50 PM, Fairlight via Filepro-list wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">If the colon was missing, I would assume relative to the current
working directory at the time you started the filePro binary which
performed the action.  If you specified only a filename for the
location, then I'd expect it to be named (assuming you said
DPDFfilename.txt) DPDFfilename.txt.  If you had pathing information,
I'd expect it to have tried to store relative to the starting point.

m->

On Wed, Jun 13, 2018 at 07:25:32PM +0000, Richard Kreiss via Filepro-list
</pre>
          </blockquote>
        </blockquote>
        <pre wrap="">thus spoke:
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">Having an issue that maybe someone can help me with.

Create a PDF output using the -P DPF:[Location] on the command line.  The
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">output runs but no pdf file is created.
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">I tracked down part of the issue to an error in my command line.  I had
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">omitted the color after the drive letter and before the backslash.  Once
corrected, the output file was created where specified.
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">My question is: Where did filePro try to or create the output file?   FilePro
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">did not show an error that it was unable to create the output file.  Therefore, I
am assuming (bad word) that the output went somewhere.  But where is a
mystery.
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">I did check all possible temp directories(folders).  PFTMP is set to c:\PFTEMP
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">which exists.
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">I have asked Fp support this question and have not received an answer.
</pre>
            </blockquote>
          </blockquote>
        </blockquote>
        <pre wrap="">That make me think that there may be a bug in the PDF creation routine.  Most
ither times filePro will put up an error message when it can't create the output
file.
</pre>
        <blockquote type="cite">
          <blockquote type="cite">
            <blockquote type="cite">
              <pre wrap="">
Richard Kreiss
GCC Consulting


-------------- next part -------------- A non-text attachment was
scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 14599 bytes
Desc: not available
URL:
<a class="moz-txt-link-rfc2396E" href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20180613/acaeb25e/attachment.bin"><http://mailman.celestial.com/pipermail/filepro-list/attachments/201
80613/acaeb25e/attachment.bin></a>
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>

</pre>
            </blockquote>
          </blockquote>
          <pre wrap="">

---
This email has been checked for viruses by Avast antivirus software.
<a class="moz-txt-link-freetext" href="https://www.avast.com/antivirus">https://www.avast.com/antivirus</a>

_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
        </blockquote>
        <pre wrap="">--
Audio panton, cogito singularis.
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>
</pre>
      </blockquote>
      <pre wrap="">-------------- next part --------------
A non-text attachment was scrubbed...
Name: winmail.dat
Type: application/ms-tnef
Size: 14347 bytes
Desc: not available
URL: <a class="moz-txt-link-rfc2396E" href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20180614/6fc4680c/attachment.bin"><http://mailman.celestial.com/pipermail/filepro-list/attachments/20180614/6fc4680c/attachment.bin></a>
_______________________________________________
Filepro-list mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Filepro-list@lists.celestial.com">Filepro-list@lists.celestial.com</a>
Subscribe/Unsubscribe/Subscription Changes
<a class="moz-txt-link-freetext" href="http://mailman.celestial.com/mailman/listinfo/filepro-list">http://mailman.celestial.com/mailman/listinfo/filepro-list</a>

</pre>
    </blockquote>
    <p><br>
    </p>
  <div id="DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2">
<br /><br />
<hr style='border:none; color:#909090; background-color:#B0B0B0; height: 1px; width: 99%;' />
<table style='border-collapse:collapse;border:none;'>
        <tr>
                <td style='border:none;padding:0px 15px 0px 8px'>
                        <a href="https://www.avast.com/antivirus">
                                <img border=0 src="https://static.avast.com/emails/avast-mail-stamp.png" alt="Avast logo" />
                        </a>
                </td>
                <td>
                        <p style='color:#3d4d5a; font-family:"Calibri","Verdana","Arial","Helvetica"; font-size:12pt;'>
                                This email has been checked for viruses by Avast antivirus software.
                                <br><a href="https://www.avast.com/antivirus">www.avast.com</a>
                        </p>
                </td>
        </tr>
</table>
<br />
<a href="#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2" width="1" height="1"> </a></div></body>
</html>