Search found 21 matches

by WFM
Wed Jun 07 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing in Grayscale in .NET
Replies: 1
Views: 4984

Printing in Grayscale in .NET

I would like to print in one bit but I guess that grayscale is the closest. What I using is Dim PDFPrinter As String = "My Converter" Dim CDI As CDIntf.CDIntfControl = New CDIntf.CDIntfControl CDI.DriverInit(PDFPrinter) ' CDI.SetPrinterParamString() CDI.FileNameOptions = 80003 'CDI.FileNam...
by WFM
Tue Jun 06 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Help with syntax in VB.Net
Replies: 1
Views: 4980

got it

Dim args As System.Text.StringBuilder = New System.Text.StringBuilder args.Append("-s ") args.Append("""My Converter"" ") args.Append("-n ") args.Append("""My Company"" ") args.Append("-c ") args.Append("&...
by WFM
Tue Jun 06 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Help with syntax in VB.Net
Replies: 1
Views: 4980

Help with syntax in VB.Net

I need a little help with the syntax of installing a printer in VB.net I'm using the following code but I know I have the quotes (because it does not work) in the wrong place. Any help would be apprecieated. Dim args As System.Text.StringBuilder = New System.Text.StringBuilder args.Append("'-s'...
by WFM
Tue Jun 06 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to cancel a print job
Replies: 1
Views: 5177

How to cancel a print job

It seems that if an error occurs with a file (such as trying to print an open file) the only way to clear it from the print queue is to reboot the machine. Is there an easier way around this.

Thanks
by WFM
Sun Apr 23 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: HTML2PDF
Replies: 1
Views: 5071

HTML2PDF

I'm trying to use the HTML2PDF utility- but I keep getting a error code of -20. Any help would be great
by WFM
Sun Apr 23 2006
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Field Order
Replies: 2
Views: 8298

Thanks- it helps alot
by WFM
Wed Apr 19 2006
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Highlighter background color
Replies: 1
Views: 7172

Highlighter background color

Is there a way to set the color with the Highlighter?
Amyuni.PDFCreator.IacCommandTool.acCommandToolHighlight
by WFM
Thu Apr 13 2006
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Field Order
Replies: 2
Views: 8298

Field Order

Is it possible to set the sequence (order) of the fields when using the tab key to jump from one field to another? It seems that the order is basic upon the order they were put on the page. So if you need to insert one back at the top it is skipped till the end.
by WFM
Tue Apr 11 2006
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Visual Studio 2005
Replies: 0
Views: 7628

Visual Studio 2005

Are there any issues using this with VS2005? It seems that a 2.5 second load with VS2003 now takes over 10 seconds.-- Any type of scrolling or resizing is a nightmare (even the resize on the status bar). I really want to use your control but it still does not seem ready for production.
by WFM
Mon Jul 25 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Error with demos
Replies: 3
Views: 9847

The demo that is downloaded with the .Net Creator and is installed in the sample folder calls two different dlls that are not downloaded and don't exist anywhere.

And if replaced with the two that do come with the demo zip file, the project will not combile.
by WFM
Fri Jul 22 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Exports only part of a document
Replies: 1
Views: 6993

Exports only part of a document

I'm working with a pdf document that was created somewhere else. The document seems to be in layers because when I export it to rtf or Text or HTML only the base form is exported and none of the data that populates the form.
by WFM
Fri Jul 22 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Documentation
Replies: 1
Views: 7422

Documentation

Seems that the export to tiff instructions is missing from the documentation. Could you post a sample like of code.

Thanks
by WFM
Fri Jul 22 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Error with demos
Replies: 3
Views: 9847

Error with demos

I'm trying- honest I am. When loading your demo that is in the zip file for the .net product- it throws an error message that states that it is under source control. Once you get past that then the two references that are in the project are no where to be found. It is looking for acPDFCreatorLibMana...
by WFM
Thu Jul 21 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Sample VB Code
Replies: 1
Views: 8103

Sample VB Code

I am trying out the .Net Creator. Do you happen to have any sample VB code that would open a pdf document in memory and extract the text to a text file.

Thanks
by WFM
Tue Jul 19 2005
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: PDF reader?
Replies: 1
Views: 6928

PDF reader?

I'm looking for a product that can read a searchable pdf. What I want to do is read it into a string, search it and then save it as a text file. Can this do that?

Thanks,