Search found 9 matches

by gabter74
Wed Jun 25 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.Merge() functions
Replies: 0
Views: 4592

Document.Merge() functions

Hi, i create a pdf printing a bitmap on pdfconv, and rename file 1.pdf then i create a pdf file with Word and rename 2.pdf Then i merge 1.pdf & 2.pdf in 3.pdf. the background of the word of 2.pdf is white and cover some of the graphics of 1.pdf. Ther's a method to overlay a text and a bitmaps, w...
by gabter74
Mon May 19 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TDocument->Print() with a duplex printer
Replies: 2
Views: 6361

Print() function on a duplex printer

Hi, I don't need to set a duplex printing from the print() function. I have an installed physical printer with the duplex on (default configuration). I only send the print command on that printer. The duplex is made by the driver of the printer. BTW, in the features list of the pdfconverter on your ...
by gabter74
Wed May 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: TDocument->Print() with a duplex printer
Replies: 2
Views: 6361

TDocument->Print() with a duplex printer

Hi, I try to print a 2 pages pdf doc with the TDocument->Print() function on a duplex printer, but it always print the doc on 2 different page. The printer is set with the right duplex option. I use PDFConverter Developer ProfessionalEd 2.10c and an OKI C7300 laser color printer on a Win2000. I set ...
by gabter74
Fri May 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EnablePrinter() function - different platform usage.
Replies: 2
Views: 5959

EnablePrinter();

Here I am... ...first... I use PDFConv DevEd to intercept printing from other apps. I use Borland C++ Builder 5 with CDIntF 2.10c (ActiveX interface). I discover that, on Win9x, if I call EnablePrinter() after PDFDriverInit() (and in a EnabledPre Event,of course), the apps only print once, then the ...
by gabter74
Fri May 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EnablePrinter() function - different platform usage.
Replies: 2
Views: 5959

EnablePrinter() function - different platform usage.

Hi, I discover this issue in contrast with PDFConv dev ed. Help file, section CDIntfEx.EnablePrinter Method - Note to Developers. On Win NT platform - Install or attach a PDFPrinter with PDFDriverInit(); - CALL EnabledPrinter() immediatly after,according with PDFConv help file; - Call EnabledPrinter...
by gabter74
Fri May 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Paper Width - Height
Replies: 2
Views: 5768

Post subject: Paper Width - Height

Thanks for suggestion. I use GetDeviceCaps(hDC,DM_RASPRINTER + HORIZSIZE). This func doesn't return the mm of page set by the client application, but i can understand if the paper size is A4 or not.

In win NT the problem doesn't exists... GetJob() API make it all fine.

Ciao!
by gabter74
Mon May 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Paper Width - Height
Replies: 2
Views: 5768

Paper Width - Height

Ther's no possibilities to know the Width and Height of a doc converted by PDFConverter on a Win9x Machine?
On NT platform, i use the GetJob function, but it doesen't work on win9x, because PDFConv doesen't spool the job.

Bye...
by gabter74
Mon May 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SearchText function fails with doc converted on Win9x
Replies: 1
Views: 4456

SearchText function fails with doc converted on Win9x

Hi, i have an app that intercept the print of other app and then store them. i also have a function to implement the SearchString but it doesn't work with pdf converted on a win9x machine. so... searchstring into Win9x doc on Win9x no work . searchstring into Win9x doc on Win2000 no work . searchstr...
by gabter74
Mon May 05 2003
Forum: Wish List
Topic: Data Stream and Win Api GetJob Support
Replies: 2
Views: 14536

Hi,

for data stream interception i mean a property of ActiveX to read in the EndDocPre.

In the same event can maybe read the GetJob information...