Search found 5 matches

by ThomasUttendorfer
Wed Jul 12 2023
Forum: C/C++/C# Community
Topic: Fonts-Attribute always empty
Replies: 1
Views: 2833

Re: Fonts-Attribute always empty

Found out that one has first to set a CurrentPage: PDFCreactiveX pdf = new PDFCreactiveX(); pdf.SetLicenseKey(PDF_V65_Company, PDF_V65_LicenseKey); ret = pdf.Open(filename, password); if(ret > 0) { pdf.CurrentPage = 1; // this one is important var doc = pdf.Document; var fonts = doc["Fonts"...
by ThomasUttendorfer
Tue Jul 11 2023
Forum: C/C++/C# Community
Topic: Fonts-Attribute always empty
Replies: 1
Views: 2833

Fonts-Attribute always empty

Hi, I use Amyuni Creator V6.5 (Evaluation): When I open a pdf document and want to know the fonts used in the document I always get an empty array. But when I open the same document with Amyuni PDF Creator User Interface (PDFCreactiveDoc.exe) and look at Document Settings / Fonts there are some font...
by ThomasUttendorfer
Mon May 22 2023
Forum: Your opinion counts
Topic: Amyuni acquired by Apryse?
Replies: 0
Views: 6450

Amyuni acquired by Apryse?

Hi all, is it true that Amyuni has been acquired by Apryse (formerly know as PDFTron)? I got the following email: 11.04.2023 17:14 From: Dany Amiouny (Amyuni Tech.) <dany@amyuni.com> Amyuni Technologies now part of the Apryse family I wanted to share some exciting news with you - Amyuni has been acq...
by ThomasUttendorfer
Wed Sep 12 2018
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Some text objects fail to read correctly
Replies: 2
Views: 26039

Re: Some text objects fail to read correctly

Hi, maybe it helps when you call OptimizeDocument(1) before you get the text attributes. This function seems to have the side effect that Identity-H font encoding is resolved which helps to retrieve text-attributes. Identity-H encoding seems to be used when (Unicode)fonts are partially embedded. Kin...
by ThomasUttendorfer
Mon Dec 05 2016
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Converter hangs when called from webservice (w3wp.exe)
Replies: 1
Views: 7065

PDF Converter hangs when called from webservice (w3wp.exe)

Hi, we wrote a reports.exe (32 Bit) which prints on Amyuni PDF Printer Driver 5.5.0.3. When called from commandline or windows Explorer it works as expected. But when called from an IIS webservice (w3wp.exe) it hangs when printing. "Hang" means: - Process "reports.exe" stays in m...