Print Page | Close Window

Cannot insert EMF files to PDF

Printed From: Debenu Quick PDF Library - PDF SDK Community Forum
Category: For Users of the Library
Forum Name: I need help - I can help
Forum Description: Problems and solutions while programming with the Debenu Quick PDF Library and Debenu PDF Viewer SDK
URL: http://www.quickpdf.org/forum/forum_posts.asp?TID=1075
Printed Date: 25 Jun 25 at 5:57PM
Software Version: Web Wiz Forums 11.01 - http://www.webwizforums.com


Topic: Cannot insert EMF files to PDF
Posted By: Alfatester
Subject: Cannot insert EMF files to PDF
Date Posted: 02 May 09 at 11:31AM
Hello.

There is a problem with 7.12 version.

I am trying to insert Emf files into final pdf, but notning are inserted.

Jpg and Wmf works ok.

Part of my code:
--------------------------------
    im := PDFLibrary.AddImageFromFile(OpenDialog1.FileName, 0);
    b := PDFLibrary.SelectImage(im);
    PDFLibrary.SetOrigin(1);
    PDFLibrary.SetMeasurementUnits(1);
    PDFLibrary.SetPageSize('A4');

    PDFLibrary.DrawImage(10, 10, 200, 250);
    PDFLibrary.SaveToFile(SaveDialog1.FileName);
----------------------------------

Can anyone help me?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 11.01 - http://www.webwizforums.com
Copyright ©2001-2014 Web Wiz Ltd. - http://www.webwiz.co.uk