Page 17 of 32

Re: PurePDF Version 2.0

Posted: Tue May 15, 2012 11:51 am
by ABBKlaus
here it is :

Code: Select all

CompilerIf Defined(FIXED,#PB_Structure)=0
  Structure FIXED
    fract.w
    Value.w
  EndStructure
CompilerEndIf

Re: PurePDF Version 2.0

Posted: Tue May 15, 2012 1:20 pm
by Guimauve
Nice thank you !

Re: PurePDF Version 2.0

Posted: Fri May 18, 2012 12:46 pm
by ABBKlaus
Here is a first testversion of PurePDF that can load WMF-Files :
http://www.purebasicpower.de/downloads/PurePDF.pb
http://www.purebasicpower.de/downloads/PurePDF_res.pb
http://www.purebasicpower.de/downloads/ ... 0Images.pb
http://www.purebasicpower.de/downloads/ringmaster.wmf
http://www.purebasicpower.de/downloads/ ... Images.pdf

Betatesters are welcome :D

PS : i have not tested the polypolygon routine, because of a suitable WMF-File that holds some records of the polypolygone :oops:

Re: PurePDF Version 2.0

Posted: Fri May 18, 2012 3:19 pm
by IdeasVacuum
I think the ability to include other file types such as WMF is very useful, thank you ABBKlaus.

Something I would really like to do is to include pages from other existing PDF files. For example I use a CAD system that can only output single-page files, I'd like to merge those into a single PDF document.

Re: PurePDF Version 2.0

Posted: Mon May 21, 2012 4:52 pm
by ABBKlaus
IdeasVacuum wrote:I think the ability to include other file types such as WMF is very useful, thank you ABBKlaus.
Thanks.
IdeasVacuum wrote:Something I would really like to do is to include pages from other existing PDF files. For example I use a CAD system that can only output single-page files, I'd like to merge those into a single PDF document.
Maybe my next project :wink:

Re: PurePDF Version 2.0

Posted: Tue May 29, 2012 9:46 pm
by ABBKlaus

Re: PurePDF Version 2.0

Posted: Tue May 29, 2012 10:21 pm
by IdeasVacuum
....Thanks ABBKlaus!

btw, the file dates are a bit weird 09/03/98?

Re: PurePDF Version 2.0

Posted: Tue May 29, 2012 11:11 pm
by ABBKlaus
IdeasVacuum wrote:....Thanks ABBKlaus!

btw, the file dates are a bit weird 09/03/98?
Your welcome.

Whats weird, the WMF format exists since Windows 3.x ?

Re: PurePDF Version 2.0

Posted: Wed May 30, 2012 12:42 am
by IdeasVacuum
ah no, on zip extraction, all the PurePDF files are dated 1998.

Re: PurePDF Version 2.0

Posted: Wed May 30, 2012 1:48 am
by jassing
IdeasVacuum wrote:ah no, on zip extraction, all the PurePDF files are dated 1998.
Hmm. Maybe you've looking at a cached or older version -- I just downloaded it:
Image

Re: PurePDF Version 2.0

Posted: Wed May 30, 2012 2:38 am
by IdeasVacuum
Not cache and it is the latest version (223). Perhaps it is a WinZip quirk - my WinZip is a relatively old version.

Re: PurePDF Version 2.0 dpi

Posted: Sat Jun 02, 2012 10:00 am
by michel
Hello ABBKlaus,

What is the standard resolution in dpi within PurePDF?

Michel

Re: PurePDF Version 2.0

Posted: Sat Jun 02, 2012 6:28 pm
by ABBKlaus
I guess its fixed at 1/72 inch (Minimum is 0.014 inch if UserUnits are set)

PurePDF itself is not using the UserUnits parameter so its defaulting to 1.0 which means 1/72 of an inch.

BR Klaus

Re: PurePDF Version 2.0

Posted: Mon Jun 04, 2012 5:55 am
by michel
Hello ABBKlaus,

Thank you.
Do you have some ideas how to realize line hatching in a box within PurePDF?

michel

Re: PurePDF Version 2.0

Posted: Mon Jun 04, 2012 5:06 pm
by ABBKlaus
michel wrote:Hello ABBKlaus,

Thank you.
Do you have some ideas how to realize line hatching in a box within PurePDF?

michel
Not really, you might want to try it with filled polygons !?
(the path commands)