Developed or developing a new product in PureBasic? Tell the world about it.
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Tue May 15, 2012 11:51 am
here it is :
Code: Select all
CompilerIf Defined(FIXED,#PB_Structure)=0
Structure FIXED
fract.w
Value.w
EndStructure
CompilerEndIf
Guimauve
Enthusiast
Posts: 742 Joined: Wed Oct 22, 2003 2:51 am
Location: Canada
Post
by Guimauve » Tue May 15, 2012 1:20 pm
Nice thank you !
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Fri May 18, 2012 12:46 pm
Last edited by
ABBKlaus on Mon May 21, 2012 4:54 pm, edited 1 time in total.
IdeasVacuum
Always Here
Posts: 6426 Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:
Post
by IdeasVacuum » Fri May 18, 2012 3:19 pm
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.
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Mon May 21, 2012 4:52 pm
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
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Tue May 29, 2012 9:46 pm
IdeasVacuum
Always Here
Posts: 6426 Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:
Post
by IdeasVacuum » Tue May 29, 2012 10:21 pm
....Thanks ABBKlaus!
btw, the file dates are a bit weird 09/03/98?
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Tue May 29, 2012 11:11 pm
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 ?
IdeasVacuum
Always Here
Posts: 6426 Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:
Post
by IdeasVacuum » Wed May 30, 2012 12:42 am
ah no, on zip extraction, all the PurePDF files are dated 1998.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
jassing
Addict
Posts: 1885 Joined: Wed Feb 17, 2010 12:00 am
Post
by jassing » Wed May 30, 2012 1:48 am
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:
IdeasVacuum
Always Here
Posts: 6426 Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:
Post
by IdeasVacuum » Wed May 30, 2012 2:38 am
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.
michel
Enthusiast
Posts: 142 Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg
Post
by michel » Sat Jun 02, 2012 10:00 am
Hello ABBKlaus,
What is the standard resolution in dpi within PurePDF?
Michel
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Sat Jun 02, 2012 6:28 pm
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
Last edited by
ABBKlaus on Sat Jun 09, 2012 10:55 pm, edited 1 time in total.
michel
Enthusiast
Posts: 142 Joined: Mon Feb 19, 2007 5:47 pm
Location: Luxemburg
Post
by michel » Mon Jun 04, 2012 5:55 am
Hello ABBKlaus,
Thank you.
Do you have some ideas how to realize line hatching in a box within PurePDF?
michel
ABBKlaus
Addict
Posts: 1143 Joined: Sat Apr 10, 2004 1:20 pm
Location: Germany
Post
by ABBKlaus » Mon Jun 04, 2012 5:06 pm
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)