Search found 6 matches

by Any1
Tue Sep 09 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Corrupt information on appended / merged PDFs
Replies: 9
Views: 16027

Re: Corrupt information on appended / merged PDFs

I have almost the same problems.
I also tried reprinting the pdf-files via amyuni and then edit them, also didnt help.

U should have received a sample of the pdf-files im trying to split/merge/append via email already.
by Any1
Mon Sep 01 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Document.SearchText and SearchTextEx
Replies: 1
Views: 9075

Document.SearchText and SearchTextEx

Hello, im using the function Document.SearchText Function to search for words in searchable pdf-files. Looks like this: Amyuni3_1.Open('C:\Temp\Test.pdf); IF Amyuni3_1.SearchText(-1,'2521739',page,xpos,ypos) THEN MESSAGE('found!'); Works with some documents, with others it does not. Thats already wr...
by Any1
Sat Aug 30 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: 2 ways of ExportToTiff
Replies: 1
Views: 4436

2 ways of ExportToTiff

Hrm, there are 2 ways of handling Amyuni i guess? Either through pdfcreactivex.dll or through cdintf300.dll When using the pdfcreactivex.dll the ExportToTiff-Functions got 3 Parameters: The Filename, the resolution and the compression. When calling it via cdintf300.dll it has only 2 Parameters: The ...
by Any1
Sat Aug 30 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: StartSave Returns Error after Version Upgrade
Replies: 1
Views: 5342

StartSave Returns Error after Version Upgrade

Hi, so far i have used Amyuni 2.51d. Since i got some problems with converting to Tiff i upgraded to Version 3. Now i got a weird problem with my code (im using microsoft dynamics nav, using pdfcreactivex.dll 3.0.2.1 ). The code im using: PdfConverterOCX.SetLicenseKey(Text001,Text002); PdfConverterO...
by Any1
Wed Aug 27 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing a PDF with PDF Converter
Replies: 2
Views: 5200

Re: Printing a PDF with PDF Converter

ok, ive tested myself a bit more. Im still stuck when trying to duplicate a pdf-file. Im using the pdf.save option now and tried all possible FileSaveOptions (0,1,2,-1). The saved pdf looks still different from the original pdf-file. either the boarders are cut off or the content of the file is diff...
by Any1
Tue Aug 26 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing a PDF with PDF Converter
Replies: 2
Views: 5200

Printing a PDF with PDF Converter

Hi, i got the following problem: I get a pdf-file from a certain customer. Now i would like to edit/print this pdf but the results are just weird. I just try to print the origin pdf-file (pdffile1) to pdf again (pdffile2). [...] PdfConverterOCX.SetLicenseKey(Text001,Text002); PdfConverterOCX.Open(pd...