It is currently Thu May 23, 2013 3:40 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 299 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20  Next
Author Message
 Post subject: Re: PurePDF Version 2.0
PostPosted: Tue May 15, 2012 11:51 am 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
here it is :

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

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Tue May 15, 2012 1:20 pm 
Offline
Enthusiast
Enthusiast
User avatar

Joined: Wed Oct 22, 2003 2:51 am
Posts: 734
Location: Canada
Nice thank you !


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Fri May 18, 2012 12:46 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
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/Tutorial07%20Images.pb
http://www.purebasicpower.de/downloads/ringmaster.wmf
http://www.purebasicpower.de/downloads/Tutorial07%20Images.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:

_________________
http://www.PureBasicPower.de


Last edited by ABBKlaus on Mon May 21, 2012 4:54 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Fri May 18, 2012 3:19 pm 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
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.

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Mon May 21, 2012 4:52 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
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:

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Tue May 29, 2012 9:46 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
Update :

- added WMF support (requested by Oliver13)

http://www.purebasicpower.de/?download=PurePDF223_PB45X86.zip
http://www.purebasicpower.de/?download=PurePDF223_PB46X86.zip

BR Klaus

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Tue May 29, 2012 10:21 pm 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
....Thanks ABBKlaus!

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

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Tue May 29, 2012 11:11 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
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 ?

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Wed May 30, 2012 12:42 am 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
ah no, on zip extraction, all the PurePDF files are dated 1998.

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Wed May 30, 2012 1:48 am 
Offline
Addict
Addict
User avatar

Joined: Wed Feb 17, 2010 12:00 am
Posts: 976
Location: Anderson Island, WA
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


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Wed May 30, 2012 2:38 am 
Offline
Addict
Addict

Joined: Fri Oct 23, 2009 2:33 am
Posts: 2862
Location: Wales, UK
Not cache and it is the latest version (223). Perhaps it is a WinZip quirk - my WinZip is a relatively old version.

_________________
IdeasVacuum
If it sounds simple, you have not grasped the complexity.


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0 dpi
PostPosted: Sat Jun 02, 2012 10:00 am 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hello ABBKlaus,

What is the standard resolution in dpi within PurePDF?

Michel


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Sat Jun 02, 2012 6:28 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
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

_________________
http://www.PureBasicPower.de


Last edited by ABBKlaus on Sat Jun 09, 2012 10:55 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Mon Jun 04, 2012 5:55 am 
Offline
Enthusiast
Enthusiast

Joined: Mon Feb 19, 2007 5:47 pm
Posts: 130
Location: Luxemburg
Hello ABBKlaus,

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

michel


Top
 Profile  
 
 Post subject: Re: PurePDF Version 2.0
PostPosted: Mon Jun 04, 2012 5:06 pm 
Offline
Addict
Addict

Joined: Sat Apr 10, 2004 1:20 pm
Posts: 1069
Location: Germany
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)

_________________
http://www.PureBasicPower.de


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 299 posts ]  Go to page Previous  1 ... 14, 15, 16, 17, 18, 19, 20  Next

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye