Search found 5 matches

by aqui
Thu Jul 10 2003
Forum: Visual FoxPro Community
Topic: amuni and pdflib paly nice?
Replies: 0
Views: 5567

amuni and pdflib paly nice?

i have a list of pdf files some amyin created others are created with pdflib.
my problem is that i need to create a "master" pdf file with both types of pdf files.
using
create
open
append
append...
but when i save i get an error:
ole object may be corrupt

is this not do-able??
aqui
by aqui
Thu Jan 30 2003
Forum: Visual FoxPro Community
Topic: Need to merge amyuni pdf files
Replies: 1
Views: 5826

found the answer

NewPdf1 = CreateObject("CDIntf.Document") NewPdf2 = CreateObject("CDIntf.Document") NewPdf1.Open( "c:\file1.pdf") newpdf1.SetBookmark(1,"file1",0) NewPdf1.Save( "c:\file1.pdf" ) NewPdf2.Open( "c:\file2.pdf") newpdf2.SetBookmark(1,"file...
by aqui
Wed Jan 29 2003
Forum: Visual FoxPro Community
Topic: Need to merge amyuni pdf files
Replies: 1
Views: 5826

Need to merge amyuni pdf files

I looked at Pdf = createobject(“CDINTF.CDINTF”)
But was unable to figure out how to use this...
Is there an example you can provide???
PLEASE...
Aqui
by aqui
Wed Nov 27 2002
Forum: Visual FoxPro Community
Topic: printpage range
Replies: 3
Views: 9408

print pagerange

will the ocx pring a page range for any pdf, or just pdfs created with amyuni?
by aqui
Wed Nov 20 2002
Forum: Visual FoxPro Community
Topic: printpage range
Replies: 3
Views: 9408

printpage range

is there a way to print a page range from the ocx? :shock: