Re: 4d Write Pro document to pdf?

2020-04-14 Thread 4dialog via 4D_Tech
Thanks all. 
Luckily the fault was mine, not 4Ds :)

Your answers assured my that 4d can produce wp til pdffound that the
document was produced but on another disk/folder than expected...! My fault 



-
Hilsen
--
Helge Antonsen
www.4dialog.no 
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4d Write Pro document to pdf?

2020-04-14 Thread Pat Bensky via 4D_Tech
Hilsen,
This works for me (v17r6, Mac):

*SET PRINT OPTION*(Destination option;3;$pathname)

*WP PRINT*(WPdoc)

*SHOW ON DISK*($pathname)


Pat

On Tue, 14 Apr 2020 at 10:30, 4dialog via 4D_Tech <4d_tech@lists.4d.com>
wrote:

>
> - On mac i normaly produce pdf documents via SET PRINT
> OPTION(9;3;$FileName)
> and then some print commands. But SET PRINT OPTION does not work when used
> with WP Print. No error, OK=1 but no pdf is created? Tested with 4d 16.6
> and
> 17.4.
>
> If i use SET PRINT PREVIEW(True) before WP Print, i get the WP document as
> PDF in Preview.
>
> Is it possible to print a 4d Write Pro document to a pdf file?
>
>
>
>
> -
> Hilsen
> --
> Helge Antonsen
> www.4dialog.no
> --
> Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
> **
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
> **



-- 
*
CatBase - Top Dog in Data Publishing
tel: +44 (0) 207 118 7889
w: http://www.catbase.com
skype: pat.bensky
*
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

Re: 4d Write Pro document to pdf?

2020-04-14 Thread UKVetDerm via 4D_Tech
Hi Hilsen

This works fine for us, we never preview (16 and currently 17r6, 18 and 18r2)

$longDocName:=$pathname+$docname
SET PRINT OPTION(Orientation option;1)
SET PRINT OPTION(Destination option;3;$longDocName)
WP PRINT([Lets]LetterObject)
$newpath:=Convert path system to POSIX($longDocName)
LAUNCH EXTERNAL PROCESS("open "+Char(Double 
quote)+$newpath+(Char(Double quote)))

Hope this helps

Steve
UKVD

On 14/04/2020, 10:31, "4D_Tech on behalf of 4dialog via 4D_Tech" 
<4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote:


- On mac i normaly produce pdf documents via SET PRINT OPTION(9;3;$FileName)
and then some print commands. But SET PRINT OPTION does not work when used
with WP Print. No error, OK=1 but no pdf is created? Tested with 4d 16.6 and
17.4.

If i use SET PRINT PREVIEW(True) before WP Print, i get the WP document as
PDF in Preview.

Is it possible to print a 4d Write Pro document to a pdf file?




-
Hilsen
--
Helge Antonsen
www.4dialog.no 
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

4d Write Pro document to pdf?

2020-04-14 Thread 4dialog via 4D_Tech

- On mac i normaly produce pdf documents via SET PRINT OPTION(9;3;$FileName)
and then some print commands. But SET PRINT OPTION does not work when used
with WP Print. No error, OK=1 but no pdf is created? Tested with 4d 16.6 and
17.4.

If i use SET PRINT PREVIEW(True) before WP Print, i get the WP document as
PDF in Preview.

Is it possible to print a 4d Write Pro document to a pdf file?




-
Hilsen
--
Helge Antonsen
www.4dialog.no 
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**