Search found 8 matches

by JasonR
Tue Mar 15 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: MultilingualSupport breaks ReachTextEx
Replies: 5
Views: 7723

"I was able to open the generated pdf file properly using the PDF Creator and searched for 'Jason' without any problems. " I too can search for text in PDF creator, without problems.. but when i look at the "Text" attribute (click the object-->right click-->properties-->select te...
by JasonR
Tue Mar 15 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: MultilingualSupport breaks ReachTextEx
Replies: 5
Views: 7723

If I call the following code in delphi, the values of toName and fax will be something like "+1,()3.4" Keep in mind this only happens when I add multilang support (128) to fileoptionsex. If I take that off, the search works, but special characters get replaced with weird characters.. If I ...
by JasonR
Wed Feb 23 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Partial Font Embedding prob (cannot find or create the font)
Replies: 5
Views: 8222

I'm having the same problem

The exact same thing happens to me.. is there a fix?
by JasonR
Wed Feb 23 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: MultilingualSupport breaks ReachTextEx
Replies: 5
Views: 7723

Joan.. HELP

i really need an answer..
by JasonR
Tue Feb 22 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: MultilingualSupport breaks ReachTextEx
Replies: 5
Views: 7723

MultilingualSupport breaks ReachTextEx

Some special characters were not be created with printing via converter 2.50. So i turned on MultilingualSupport in the filenameoptionsex: FileNameOptionsEx:= NoPrompt+EmbedFonts+AddIdNumber+EmbedStandardFonts+EmbedSimulatedFonts+EmbedLicensedFonts+MultilingualSupport; This solved the special charac...
by JasonR
Thu Jan 15 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: CDIntfEx1EndDocPost Locks printing app
Replies: 0
Views: 3476

CDIntfEx1EndDocPost Locks printing app

We have some code in the CDIntfEx1EndDocPost procedure which prompts our users with a dialog.. When this happens, the application which started the print job stops responding, and therefore stops repainting itself.. Is there a way to force or send a message to the evoking app to tell it that the pri...
by JasonR
Mon Jun 09 2003
Forum: Delphi Community
Topic: Can't position fields using Creator
Replies: 1
Views: 12559

After looking at the TLB in delphi: procedure TPDFCreactiveX.Set_ObjectAttribute(const Object_: WideString; const Attribute: WideString; pVal: OleVariant); begin Exit; end; works when changed to procedure TPDFCreactiveX.Set_ObjectAttribute(const Object_: WideString; const Attribute: WideString; pVal...
by JasonR
Mon Jun 09 2003
Forum: Delphi Community
Topic: Can't position fields using Creator
Replies: 1
Views: 12559

Can't position fields using Creator

The following code places a field called "myField" at 0,0,0,0 with blank text. I can't seem to place a field where I want and fill it with text.. procedure TForm1.Button1Click(Sender: TObject); begin with pdf1 do begin Open('C:\test.pdf',''); reportstate:=acreportstatedesign; createobject(...